Home
last modified time | relevance | path

Searched refs:getPointerOperandIndex (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp90 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
96 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
101 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp798 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands()
803 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
808 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
813 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
828 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function
830 return LI->getPointerOperandIndex(); in getPointerOperandIndex()
832 return SI->getPointerOperandIndex(); in getPointerOperandIndex()
834 return RMW->getPointerOperandIndex(); in getPointerOperandIndex()
836 return XCHG->getPointerOperandIndex(); in getPointerOperandIndex()
856 I->setOperand(getPointerOperandIndex(I), UntaggedPtr); in untagPointerOperand()
H A DAddressSanitizer.cpp1333 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands()
1338 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
1343 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
1348 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h418 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
522 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
H A DInstructions.h266 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
403 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
653 static unsigned getPointerOperandIndex() { return 0U; }
887 static unsigned getPointerOperandIndex() { return 0U; }
1071 static unsigned getPointerOperandIndex() {
1818 static unsigned getPointerOperandIndex() { return 0U; }
5251 static unsigned getPointerOperandIndex() { return 0U; }
5356 static unsigned getPointerOperandIndex() {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp380 LI->setOperand(LoadInst::getPointerOperandIndex(), GetAlloca(Ptr)); in doPromotion()
387 SI->setOperand(StoreInst::getPointerOperandIndex(), GetAlloca(Ptr)); in doPromotion()
603 U->getOperandNo() == StoreInst::getPointerOperandIndex()) { in findArgParts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1018 return OpNo == LoadInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
1022 return OpNo == StoreInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
1026 return OpNo == AtomicRMWInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
1030 return OpNo == AtomicCmpXchgInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
H A DAlignmentFromAssumptions.cpp271 if (SI && SI->getPointerOperandIndex() != U.getOperandNo()) in processAssumption()
H A DSROA.cpp1873 CondMemOp.setOperand(I.getPointerOperandIndex(), Ptr); in rewriteMemOpOfSelect()
4337 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
4504 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
4658 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
H A DLICM.cpp2089 if (U.getOperandNo() != StoreInst::getPointerOperandIndex()) in promoteLoopAccessesToScalars()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp136 U->getOperandNo() != StoreInst::getPointerOperandIndex()) in getStoredType()
H A DAMDGPUPromoteAlloca.cpp693 U->getOperandNo() != StoreInst::getPointerOperandIndex()) in tryPromoteAllocaToVector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1016 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains()
1020 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5131 if (U.getOperandNo() != StoreInst::getPointerOperandIndex()) in FindAllMemoryUses()
5138 if (U.getOperandNo() != AtomicRMWInst::getPointerOperandIndex()) in FindAllMemoryUses()
5145 if (U.getOperandNo() != AtomicCmpXchgInst::getPointerOperandIndex()) in FindAllMemoryUses()