Searched refs:createSeparateConstOffsetFromGEPPass (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DScalar.h427 FunctionPass *createSeparateConstOffsetFromGEPPass(bool LowerGEP = false);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/
H A DLinkAllPasses.h216 (void) llvm::createSeparateConstOffsetFromGEPPass();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp229 addPass(createSeparateConstOffsetFromGEPPass());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp419 addPass(createSeparateConstOffsetFromGEPPass(true));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp467 addPass(createSeparateConstOffsetFromGEPPass(true));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp642 addPass(createSeparateConstOffsetFromGEPPass());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp480 FunctionPass *llvm::createSeparateConstOffsetFromGEPPass(bool LowerGEP) { function in class:llvm

Completed in 129 milliseconds