Home
last modified time | relevance | path

Searched refs:getPointerOperandIndex (Results 1 – 8 of 8) 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/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/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/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()