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

  /external/llvm/lib/Analysis/
MemoryLocation.cpp 63 DL.getTypeStoreSize(RMWI->getValOperand()->getType()),
CaptureTracking.cpp 292 if (ARMWI->getValOperand() == V || ARMWI->isVolatile())
CFLGraph.h 264 auto *Val = Inst.getValOperand();
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 47 Value *Val = RMWI->getValOperand();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LowerAtomic.cpp 42 Value *Val = RMWI->getValOperand();
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 122 return DL.getTypeStoreSize(RMWI->getValOperand()->getType());
154 return DL.getTypeStoreSize(RMWI->getValOperand()->getType());
538 AI->getValOperand());
708 Builder.CreateShl(Builder.CreateZExt(AI->getValOperand(), PMV.WordType),
713 ValOperand_Shifted, AI->getValOperand(), PMV);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 202 instrument(AI->getPointerOperand(), AI->getValOperand(), DL);
ThreadSanitizer.cpp 616 IRB.CreateIntCast(RMWI->getValOperand(), Ty, false),
AddressSanitizer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysis.cpp 250 getTypeStoreSize(RMWI->getValOperand()->getType()),
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 663 Value *getValOperand() { return getOperand(1); }
664 const Value *getValOperand() const { return getOperand(1); }
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 781 Value *getValOperand() { return getOperand(1); }
782 const Value *getValOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 784 Value *getValOperand() { return getOperand(1); }
785 const Value *getValOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 784 Value *getValOperand() { return getOperand(1); }
785 const Value *getValOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 784 Value *getValOperand() { return getOperand(1); }
785 const Value *getValOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 784 Value *getValOperand() { return getOperand(1); }
785 const Value *getValOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 784 Value *getValOperand() { return getOperand(1); }
785 const Value *getValOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 784 Value *getValOperand() { return getOperand(1); }
785 const Value *getValOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 784 Value *getValOperand() { return getOperand(1); }
785 const Value *getValOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 784 Value *getValOperand() { return getOperand(1); }
785 const Value *getValOperand() const { return getOperand(1); }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1766 milliseconds