| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InferAlignment.cpp | 26 function_ref<Align(Value *PtrOp, Align OldAlign, Align PrefAlign)> Fn) { in tryToImproveAlign() 28 if (auto *PtrOp = getLoadStorePointerOperand(I)) { in tryToImproveAlign() local 51 DL, &I, [&](Value *PtrOp, Align OldAlign, Align PrefAlign) { in inferAlignment() 64 DL, &I, [&](Value *PtrOp, Align OldAlign, Align PrefAlign) { in inferAlignment()
|
| H A D | LICM.cpp | 2229 const Value *PtrOp = SI->getPointerOperand(); in collectPromotionCandidates() local 2233 const Value *PtrOp = LI->getPointerOperand(); in collectPromotionCandidates() local
|
| H A D | EarlyCSE.cpp | 1023 auto PtrOp = [](const IntrinsicInst *II) { in isNonTargetIntrinsicMatch() local
|
| H A D | GVN.cpp | 1232 Value *PtrOp = Load->getPointerOperand(); in findMayClobberedPtrAccess() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 904 getStrideAndModOffsetOfGEP(Value *PtrOp, const DataLayout &DL) { in getStrideAndModOffsetOfGEP() 952 auto *PtrOp = LI->getPointerOperand(); in foldPatternedLoads() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 342 Value *PtrOp = GepI->getPointerOperand(); in processGepInst() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | NumericalStabilitySanitizer.cpp | 1834 Value *PtrOp = Store.getPointerOperand(); in propagateNonFTStore() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 312 Value *PtrOp = LI->getPointerOperand(); in CleanupConstantGlobalUsers() local
|
| H A D | AttributorAttributes.cpp | 2971 Value *PtrOp = in updateImpl() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 2183 Value *PtrOp = II.getOperand(1); in instCombineSVELD1() local 2203 Value *PtrOp = II.getOperand(2); in instCombineSVEST1() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 2941 Value *PtrOp = GEP.getOperand(0); in shouldCanonicalizeGEPToPtrAdd() local 3080 Value *PtrOp = GEP.getOperand(0); in visitGetElementPtrInst() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitIntrinsics.cpp | 1768 auto *PtrOp = I.getPointerOperand(); in visitStoreInst() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 7061 Value *llvm::simplifyLoadInst(LoadInst *LI, Value *PtrOp, in simplifyLoadInst()
|
| H A D | ScalarEvolution.cpp | 4627 const SCEV **PtrOp = nullptr; in removePointerBase() local 4820 const SCEV *PtrOp = nullptr; in getPointerBase() local
|
| H A D | ValueTracking.cpp | 6652 const Value *PtrOp = GEP->getPointerOperand(); in getUnderlyingObject() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 1742 bool IsUnitStrided, bool UsePtrVal = false) { in getTgtMemIntrinsic()
|