/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-7.0/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-7.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 372 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function 374 return LI->getPointerOperandIndex(); in getPointerOperandIndex() 376 return SI->getPointerOperandIndex(); in getPointerOperandIndex() 378 return RMW->getPointerOperandIndex(); in getPointerOperandIndex() 380 return XCHG->getPointerOperandIndex(); in getPointerOperandIndex() 399 I->setOperand(getPointerOperandIndex(I), UntaggedPtr); in untagPointerOperand()
|
/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-7.0/llvm/lib/Transforms/Scalar/ |
D | InferAddressSpaces.cpp | 758 return OpNo == LoadInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace() 762 return OpNo == StoreInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace() 766 return OpNo == AtomicRMWInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace() 770 return OpNo == AtomicCmpXchgInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
|
D | SROA.cpp | 3609 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores() 3784 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores() 3929 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Operator.h | 466 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function 545 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
|
D | Instructions.h | 276 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function 404 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function 609 static unsigned getPointerOperandIndex() { return 0U; } 785 static unsigned getPointerOperandIndex() { return 0U; } 985 static unsigned getPointerOperandIndex() { 2249 static unsigned getPointerOperandIndex() { return 0U; } 5111 static unsigned getPointerOperandIndex() { return 0U; } 5216 static unsigned getPointerOperandIndex() {
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Operator.h | 258 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
|
D | Instructions.h | 225 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function 348 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function 514 static unsigned getPointerOperandIndex() { return 0U; } 661 static unsigned getPointerOperandIndex() { return 0U; } 790 static unsigned getPointerOperandIndex() { 1492 static unsigned getPointerOperandIndex() { return 0U; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 179 U.getOperandNo() != StoreInst::getPointerOperandIndex()) in checkArgumentUses()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 1021 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains() 1025 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 1030 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains() 1034 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-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 958 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4146 if (opNo != StoreInst::getPointerOperandIndex()) in FindAllMemoryUses() 4154 if (opNo != AtomicRMWInst::getPointerOperandIndex()) in FindAllMemoryUses() 4162 if (opNo != AtomicCmpXchgInst::getPointerOperandIndex()) in FindAllMemoryUses()
|