/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InferAlignment.cpp | 27 function_ref<Align(Value *PtrOp, Align OldAlign, Align PrefAlign)> Fn) { in tryToImproveAlign() 29 Value *PtrOp = LI->getPointerOperand(); in tryToImproveAlign() local 37 Value *PtrOp = SI->getPointerOperand(); in tryToImproveAlign() local 59 DL, &I, [&](Value *PtrOp, Align OldAlign, Align PrefAlign) { in inferAlignment() 72 DL, &I, [&](Value *PtrOp, Align OldAlign, Align PrefAlign) { in inferAlignment()
|
H A D | EarlyCSE.cpp | 1034 auto PtrOp = [](const IntrinsicInst *II) { in isNonTargetIntrinsicMatch() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 842 unsigned BW = DL.getIndexTypeSizeInBits(PtrOp->getType()); in getStrideAndModOffsetOfGEP() argument 890 auto *GV = dyn_cast<GlobalVariable>(getUnderlyingObject(PtrOp)); in foldPatternedLoads() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 349 Value *PtrOp = GepI->getPointerOperand(); in processGepInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 1477 Value *PtrOp = II.getOperand(1); in instCombineSVELD1() local 1501 Value *PtrOp = II.getOperand(2); in instCombineSVEST1() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 1777 Value *PtrOp = Store.getPointerOperand(); in propagateNonFTStore() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVEmitIntrinsics.cpp | 1312 auto *PtrOp = I.getPointerOperand(); in visitStoreInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 306 Value *PtrOp = LI->getPointerOperand(); in CleanupConstantGlobalUsers() local
|
H A D | AttributorAttributes.cpp | 2929 Value *PtrOp = in updateImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2710 Value *PtrOp = GEP.getOperand(0); in visitGetElementPtrInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 7018 Value *llvm::simplifyLoadInst(LoadInst *LI, Value *PtrOp, in simplifyLoadInst()
|
H A D | ScalarEvolution.cpp | 4661 const SCEV **PtrOp = nullptr; in removePointerBase() local 4854 const SCEV *PtrOp = nullptr; in getPointerBase() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1571 auto SetRVVLoadStoreInfo = [&](unsigned PtrOp, bool IsStore, in getTgtMemIntrinsic() argument [all...] |