HomeSort by relevance Sort by last modified time
    Searched refs:getPointerOperandIndex (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAlloca.cpp 92 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric);
97 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric);
102 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric);
  /external/llvm/include/llvm/IR/
Operator.h 394 static unsigned getPointerOperandIndex() {
466 static unsigned getPointerOperandIndex() {
Instructions.h 276 static unsigned getPointerOperandIndex() { return 0U; }
402 static unsigned getPointerOperandIndex() { return 1U; }
604 static unsigned getPointerOperandIndex() { return 0U; }
779 static unsigned getPointerOperandIndex() { return 0U; }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 258 static unsigned getPointerOperandIndex() {
Instructions.h 225 static unsigned getPointerOperandIndex() { return 0U; }
348 static unsigned getPointerOperandIndex() { return 1U; }
514 static unsigned getPointerOperandIndex() { return 0U; }
661 static unsigned getPointerOperandIndex() { return 0U; }
790 static unsigned getPointerOperandIndex() {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 1021 unsigned PtrX = LoadInst::getPointerOperandIndex();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 781 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 412 milliseconds