Home
last modified time | relevance | path

Searched defs:PtrOp (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAlignment.cpp27 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 DEarlyCSE.cpp1034 auto PtrOp = [](const IntrinsicInst *II) { in isNonTargetIntrinsicMatch() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp842 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 DHexagonCommonGEP.cpp349 Value *PtrOp = GepI->getPointerOperand(); in processGepInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1477 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 DNumericalStabilitySanitizer.cpp1777 Value *PtrOp = Store.getPointerOperand(); in propagateNonFTStore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1312 auto *PtrOp = I.getPointerOperand(); in visitStoreInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp306 Value *PtrOp = LI->getPointerOperand(); in CleanupConstantGlobalUsers() local
H A DAttributorAttributes.cpp2929 Value *PtrOp = in updateImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2710 Value *PtrOp = GEP.getOperand(0); in visitGetElementPtrInst() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp7018 Value *llvm::simplifyLoadInst(LoadInst *LI, Value *PtrOp, in simplifyLoadInst()
H A DScalarEvolution.cpp4661 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 DRISCVISelLowering.cpp1571 auto SetRVVLoadStoreInfo = [&](unsigned PtrOp, bool IsStore, in getTgtMemIntrinsic() argument
[all...]