Searched refs:getPointerOperandIndex (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerAlloca.cpp | 93 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 D | HWAddressSanitizer.cpp | 666 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 D | AddressSanitizer.cpp | 1434 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 D | InferAddressSpaces.cpp | 912 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 D | SROA.cpp | 3863 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 D | Operator.h | 496 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function 600 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
|
H A D | Instructions.h | 268 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 D | AMDGPURewriteOutArguments.cpp | 160 U.getOperandNo() != StoreInst::getPointerOperandIndex()) in checkArgumentUses()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 1019 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 D | InstCombineLoadStoreAlloca.cpp | 904 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 4887 if (opNo != StoreInst::getPointerOperandIndex()) in FindAllMemoryUses() 4895 if (opNo != AtomicRMWInst::getPointerOperandIndex()) in FindAllMemoryUses() 4903 if (opNo != AtomicCmpXchgInst::getPointerOperandIndex()) in FindAllMemoryUses()
|