Go to the source code of this file.
|
| namespace | llvm |
| | This is an optimization pass for GlobalISel generic memory operations.
|
|
| Function * | llvm::getMaybeBitcastedCallee (const CallBase *CB) |
| Align | llvm::getFunctionParamOptimizedAlign (const Function *F, Type *ArgTy, const DataLayout &DL) |
| | Since function arguments are passed via .param space, we may want to increase their alignment in a way that ensures that we can effectively vectorize their loads & stores.
|
| Align | llvm::getFunctionArgumentAlignment (const Function *F, Type *Ty, unsigned Idx, const DataLayout &DL) |
| Align | llvm::getFunctionByValParamAlign (const Function *F, Type *ArgTy, Align InitialAlign, const DataLayout &DL) |
| bool | llvm::shouldEmitPTXNoReturn (const Value *V, const TargetMachine &TM) |