LLVM: lib/SandboxIR/Function.cpp File Reference (original) (raw)
Go to the source code of this file.
| Namespaces | |
|---|---|
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::sandboxir |
| Variables | |
|---|---|
| static cl::opt< int > | NonGlobalValueMaxNameSize ("non-global-value-max-name-size", cl::Hidden, cl::init(1024), cl::desc("Maximum size for the name of non-global values.")) |
◆ computeAddrSpace()
◆ getMemoryParamAllocType()
For a byval, sret, inalloca, or preallocated parameter, get the in-memory parameter type.
Definition at line 185 of file Function.cpp.
◆ makeArgArray()
◆ NonGlobalValueMaxNameSize
| cl::opt< int > NonGlobalValueMaxNameSize("non-global-value-max-name-size", cl::Hidden, cl::init(1024), cl::desc("Maximum size for the name of non-global values.")) ( "non-global-value-max-name-size" , cl::Hidden , cl::init(1024) , cl::desc("Maximum size for the name of non-global values.") ) | static |
|---|