Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp666 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands()
671 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
676 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
681 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
694 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function
696 return LI->getPointerOperandIndex(); in getPointerOperandIndex()
698 return SI->getPointerOperandIndex(); in getPointerOperandIndex()
700 return RMW->getPointerOperandIndex(); in getPointerOperandIndex()
702 return XCHG->getPointerOperandIndex(); in getPointerOperandIndex()
721 I->setOperand(getPointerOperandIndex(I), UntaggedPtr); in untagPointerOperand()
H A DAddressSanitizer.cpp1434 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands()
1439 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
1444 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
1449 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp912 return OpNo == LoadInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
916 return OpNo == StoreInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
920 return OpNo == AtomicRMWInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
924 return OpNo == AtomicCmpXchgInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
H A DSROA.cpp3863 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
4030 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
4179 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h496 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
600 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
H A DInstructions.h268 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
403 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
641 static unsigned getPointerOperandIndex() { return 0U; }
856 static unsigned getPointerOperandIndex() { return 0U; }
1068 static unsigned getPointerOperandIndex() {
1846 static unsigned getPointerOperandIndex() { return 0U; }
5131 static unsigned getPointerOperandIndex() { return 0U; }
5236 static unsigned getPointerOperandIndex() {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp160 U.getOperandNo() != StoreInst::getPointerOperandIndex()) in checkArgumentUses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1019 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains()
1023 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp904 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4887 if (opNo != StoreInst::getPointerOperandIndex()) in FindAllMemoryUses()
4895 if (opNo != AtomicRMWInst::getPointerOperandIndex()) in FindAllMemoryUses()
4903 if (opNo != AtomicCmpXchgInst::getPointerOperandIndex()) in FindAllMemoryUses()