Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp93 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
99 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
104 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp745 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands()
750 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
755 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
760 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
773 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function
775 return LI->getPointerOperandIndex(); in getPointerOperandIndex()
777 return SI->getPointerOperandIndex(); in getPointerOperandIndex()
779 return RMW->getPointerOperandIndex(); in getPointerOperandIndex()
781 return XCHG->getPointerOperandIndex(); in getPointerOperandIndex()
800 I->setOperand(getPointerOperandIndex(I), UntaggedPtr); in untagPointerOperand()
H A DAddressSanitizer.cpp1444 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands()
1449 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
1454 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
1459 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp915 return OpNo == LoadInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
919 return OpNo == StoreInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
923 return OpNo == AtomicRMWInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
927 return OpNo == AtomicCmpXchgInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
H A DSROA.cpp3878 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
4046 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
4200 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h505 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
609 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
H A DInstructions.h269 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
403 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
653 static unsigned getPointerOperandIndex() { return 0U; }
867 static unsigned getPointerOperandIndex() { return 0U; }
1075 static unsigned getPointerOperandIndex() {
1857 static unsigned getPointerOperandIndex() { return 0U; }
5143 static unsigned getPointerOperandIndex() { return 0U; }
5248 static unsigned getPointerOperandIndex() {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp160 U.getOperandNo() != StoreInst::getPointerOperandIndex()) in checkArgumentUses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1038 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains()
1042 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp916 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4891 if (opNo != StoreInst::getPointerOperandIndex()) in FindAllMemoryUses()
4899 if (opNo != AtomicRMWInst::getPointerOperandIndex()) in FindAllMemoryUses()
4907 if (opNo != AtomicCmpXchgInst::getPointerOperandIndex()) in FindAllMemoryUses()