Home
last modified time | relevance | path

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

/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-7.0/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-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp372 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/
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-7.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp758 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()
DSROA.cpp3609 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/
DOperator.h466 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
545 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
DInstructions.h276 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/
DOperator.h258 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
DInstructions.h225 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/
DAMDGPURewriteOutArguments.cpp179 U.getOperandNo() != StoreInst::getPointerOperandIndex()) in checkArgumentUses()
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp1021 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains()
1025 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp1030 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains()
1034 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-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp958 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4146 if (opNo != StoreInst::getPointerOperandIndex()) in FindAllMemoryUses()
4154 if (opNo != AtomicRMWInst::getPointerOperandIndex()) in FindAllMemoryUses()
4162 if (opNo != AtomicCmpXchgInst::getPointerOperandIndex()) in FindAllMemoryUses()