Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
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()
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp92 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
97 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
102 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp748 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands()
753 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
758 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
763 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
777 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function
779 return LI->getPointerOperandIndex(); in getPointerOperandIndex()
781 return SI->getPointerOperandIndex(); in getPointerOperandIndex()
783 return RMW->getPointerOperandIndex(); in getPointerOperandIndex()
785 return XCHG->getPointerOperandIndex(); in getPointerOperandIndex()
805 I->setOperand(getPointerOperandIndex(I), UntaggedPtr); in untagPointerOperand()
DAddressSanitizer.cpp1310 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands()
1315 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
1320 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
1325 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true, in getInterestingMemoryOperands()
/external/llvm/include/llvm/IR/
DOperator.h394 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
466 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
DInstructions.h276 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
402 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
604 static unsigned getPointerOperandIndex() { return 0U; }
779 static unsigned getPointerOperandIndex() { return 0U; }
966 static unsigned getPointerOperandIndex() {
2008 static unsigned getPointerOperandIndex() { return 0U; }
4828 static unsigned getPointerOperandIndex() { return 0U; }
4931 static unsigned getPointerOperandIndex() {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp765 return OpNo == LoadInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
769 return OpNo == StoreInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
773 return OpNo == AtomicRMWInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
777 return OpNo == AtomicCmpXchgInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DOperator.h426 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
530 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
DInstructions.h266 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
395 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
645 static unsigned getPointerOperandIndex() { return 0U; }
879 static unsigned getPointerOperandIndex() { return 0U; }
1069 static unsigned getPointerOperandIndex() {
1863 static unsigned getPointerOperandIndex() { return 0U; }
5237 static unsigned getPointerOperandIndex() { return 0U; }
5342 static unsigned getPointerOperandIndex() {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h493 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
572 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
DInstructions.h297 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
431 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
638 static unsigned getPointerOperandIndex() { return 0U; }
832 static unsigned getPointerOperandIndex() { return 0U; }
1036 static unsigned getPointerOperandIndex() {
1838 static unsigned getPointerOperandIndex() { return 0U; }
5138 static unsigned getPointerOperandIndex() { return 0U; }
5243 static unsigned getPointerOperandIndex() {
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp382 LI->setOperand(LoadInst::getPointerOperandIndex(), GetAlloca(Ptr)); in doPromotion()
389 SI->setOperand(StoreInst::getPointerOperandIndex(), GetAlloca(Ptr)); in doPromotion()
605 U->getOperandNo() == StoreInst::getPointerOperandIndex()) { in findArgParts()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp561 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function
563 return LI->getPointerOperandIndex(); in getPointerOperandIndex()
565 return SI->getPointerOperandIndex(); in getPointerOperandIndex()
567 return RMW->getPointerOperandIndex(); in getPointerOperandIndex()
569 return XCHG->getPointerOperandIndex(); in getPointerOperandIndex()
588 I->setOperand(getPointerOperandIndex(I), UntaggedPtr); in untagPointerOperand()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp997 return OpNo == LoadInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
1001 return OpNo == StoreInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
1005 return OpNo == AtomicRMWInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
1009 return OpNo == AtomicCmpXchgInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
DSROA.cpp1600 CondMemOp.setOperand(I.getPointerOperandIndex(), Ptr); in rewriteMemOpOfSelect()
4183 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
4350 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
4505 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp136 U->getOperandNo() != StoreInst::getPointerOperandIndex()) in getStoredType()
DAMDGPUPromoteAlloca.cpp443 U->getOperandNo() != StoreInst::getPointerOperandIndex()) in tryPromoteAllocaToVector()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp179 U.getOperandNo() != StoreInst::getPointerOperandIndex()) in checkArgumentUses()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp1016 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains()
1020 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp1029 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains()
1033 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp1021 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains()
1025 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp781 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3408 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
3581 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
3719 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp926 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()

12