/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/llvm-project/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/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-project/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 654 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands() 659 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 664 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 669 Interesting.emplace_back(I, XCHG->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 682 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function 684 return LI->getPointerOperandIndex(); in getPointerOperandIndex() 686 return SI->getPointerOperandIndex(); in getPointerOperandIndex() 688 return RMW->getPointerOperandIndex(); in getPointerOperandIndex() 690 return XCHG->getPointerOperandIndex(); in getPointerOperandIndex() 709 I->setOperand(getPointerOperandIndex(I), UntaggedPtr); in untagPointerOperand()
|
D | AddressSanitizer.cpp | 1383 Interesting.emplace_back(I, LI->getPointerOperandIndex(), false, in getInterestingMemoryOperands() 1388 Interesting.emplace_back(I, SI->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 1393 Interesting.emplace_back(I, RMW->getPointerOperandIndex(), true, in getInterestingMemoryOperands() 1398 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()
|
D | SROA.cpp | 3702 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores() 3879 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores() 4028 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Operator.h | 493 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function 586 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
|
D | Instructions.h | 268 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function 403 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function 629 static unsigned getPointerOperandIndex() { return 0U; } 844 static unsigned getPointerOperandIndex() { return 0U; } 1056 static unsigned getPointerOperandIndex() { 1842 static unsigned getPointerOperandIndex() { return 0U; } 5135 static unsigned getPointerOperandIndex() { return 0U; } 5240 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-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/llvm-project/llvm/lib/Transforms/Scalar/ |
D | InferAddressSpaces.cpp | 907 return OpNo == LoadInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace() 911 return OpNo == StoreInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace() 915 return OpNo == AtomicRMWInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace() 919 return OpNo == AtomicCmpXchgInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
|
D | SROA.cpp | 3855 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores() 4032 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores() 4181 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 179 U.getOperandNo() != StoreInst::getPointerOperandIndex()) in checkArgumentUses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 179 U.getOperandNo() != StoreInst::getPointerOperandIndex()) in checkArgumentUses()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 1019 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains() 1023 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/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 897 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 926 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
|