/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAlloca.cpp | 90 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/ |
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()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAlloca.cpp | 92 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/ |
D | HWAddressSanitizer.cpp | 748 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()
|
D | AddressSanitizer.cpp | 1310 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/ |
D | Operator.h | 394 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function 466 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
|
D | Instructions.h | 276 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/ |
D | InferAddressSpaces.cpp | 765 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/ |
D | Operator.h | 426 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function 530 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
|
D | Instructions.h | 266 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/ |
D | Operator.h | 493 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function 572 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
|
D | Instructions.h | 297 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/ |
D | ArgumentPromotion.cpp | 382 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/ |
D | HWAddressSanitizer.cpp | 561 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/ |
D | InferAddressSpaces.cpp | 997 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()
|
D | SROA.cpp | 1600 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/ |
D | AMDGPURewriteOutArguments.cpp | 136 U->getOperandNo() != StoreInst::getPointerOperandIndex()) in getStoredType()
|
D | AMDGPUPromoteAlloca.cpp | 443 U->getOperandNo() != StoreInst::getPointerOperandIndex()) in tryPromoteAllocaToVector()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 179 U.getOperandNo() != StoreInst::getPointerOperandIndex()) in checkArgumentUses()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 1016 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains() 1020 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 1029 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains() 1033 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 1021 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains() 1025 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 781 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3408 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/ |
D | InstCombineLoadStoreAlloca.cpp | 926 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
|