Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp89 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
94 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
99 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
/external/llvm/include/llvm/IR/
DOperator.h394 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
465 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
DInstructions.h288 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
412 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
614 static unsigned getPointerOperandIndex() { return 0U; }
788 static unsigned getPointerOperandIndex() { return 0U; }
975 static unsigned getPointerOperandIndex() {
1962 static unsigned getPointerOperandIndex() { return 0U; }
4711 static unsigned getPointerOperandIndex() { return 0U; }
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp1022 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains()
1026 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp748 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3416 S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()
3588 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
3726 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()