HomeSort by relevance Sort by last modified time
    Searched refs:getPointerOperandIndex (Results 1 - 18 of 18) 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/swiftshader/third_party/llvm-7.0/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-7.0/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp 372 static unsigned getPointerOperandIndex(Instruction *I) {
374 return LI->getPointerOperandIndex();
376 return SI->getPointerOperandIndex();
378 return RMW->getPointerOperandIndex();
380 return XCHG->getPointerOperandIndex();
399 I->setOperand(getPointerOperandIndex(I), UntaggedPtr);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Operator.h 466 static unsigned getPointerOperandIndex() {
545 static unsigned getPointerOperandIndex() {
Instructions.h 276 static unsigned getPointerOperandIndex() { return 0U; }
404 static unsigned getPointerOperandIndex() { return 1U; }
609 static unsigned getPointerOperandIndex() { return 0U; }
785 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
InferAddressSpaces.cpp 758 return OpNo == LoadInst::getPointerOperandIndex() &&
762 return OpNo == StoreInst::getPointerOperandIndex() &&
766 return OpNo == AtomicRMWInst::getPointerOperandIndex() &&
770 return OpNo == AtomicCmpXchgInst::getPointerOperandIndex() &&
    [all...]
SROA.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPURewriteOutArguments.cpp 179 U.getOperandNo() != StoreInst::getPointerOperandIndex())
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 1021 unsigned PtrX = LoadInst::getPointerOperandIndex();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 781 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp     [all...]

Completed in 562 milliseconds