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

  /external/llvm/lib/IR/
IntrinsicInst.cpp 35 Value *DbgInfoIntrinsic::getVariableLocation(bool AllowNullOp) const {
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 64 Value *getVariableLocation(bool AllowNullOp = true) const;
83 Value *getAddress() const { return getVariableLocation(); }
111 return getVariableLocation(/* AllowNullOp = */ false);
  /external/llvm/lib/Transforms/Scalar/
ADCE.cpp 128 if (Value *V = DII->getVariableLocation())
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
IntrinsicInst.h 72 Value *getVariableLocation(bool AllowNullOp = true) const;
121 Value *getAddress() const { return getVariableLocation(); }
137 Value *getAddress() const { return getVariableLocation(); }
153 return getVariableLocation(/* AllowNullOp = */ false);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
IntrinsicInst.cpp 38 Value *DbgInfoIntrinsic::getVariableLocation(bool AllowNullOp) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
ADCE.cpp 518 if (Value *V = DII->getVariableLocation())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopRotationUtils.cpp 307 return {{D->getVariableLocation(), D->getVariable()}, D->getExpression()};
Local.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
Local.cpp 562 EXPECT_EQ(ConstantInt::get(A.getType(), 0), ADbgVal->getVariableLocation());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 331 milliseconds