Home
last modified time | relevance | path

Searched refs:getVariableLocation (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/IR/
DIntrinsicInst.h64 Value *getVariableLocation(bool AllowNullOp = true) const;
83 Value *getAddress() const { return getVariableLocation(); } in getAddress()
111 return getVariableLocation(/* AllowNullOp = */ false); in getValue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicInst.h72 Value *getVariableLocation(bool AllowNullOp = true) const;
121 Value *getAddress() const { return getVariableLocation(); } in getAddress()
137 Value *getAddress() const { return getVariableLocation(); } in getAddress()
153 return getVariableLocation(/* AllowNullOp = */ false); in getValue()
/external/llvm/lib/IR/
DIntrinsicInst.cpp35 Value *DbgInfoIntrinsic::getVariableLocation(bool AllowNullOp) const { in getVariableLocation() function in DbgInfoIntrinsic
/external/llvm/lib/Transforms/Scalar/
DADCE.cpp128 if (Value *V = DII->getVariableLocation()) in aggressiveDCE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIntrinsicInst.cpp38 Value *DbgInfoIntrinsic::getVariableLocation(bool AllowNullOp) const { in getVariableLocation() function in DbgInfoIntrinsic
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DADCE.cpp518 if (Value *V = DII->getVariableLocation()) in removeDeadInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DLocal.cpp562 EXPECT_EQ(ConstantInt::get(A.getType(), 0), ADbgVal->getVariableLocation()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp307 return {{D->getVariableLocation(), D->getVariable()}, D->getExpression()}; in rotateLoop()
DLocal.cpp1249 if (auto *AI = dyn_cast_or_null<AllocaInst>(DII->getVariableLocation())) in valueCoversEntireFragment()
1447 if (auto *Loc = dyn_cast_or_null<PHINode>(DbgII->getVariableLocation())) in insertDebugValuesForPHIs()
1780 if (DII->getVariableLocation() == &From) { in rewriteDebugUsers()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5186 const Value *Address = DI.getVariableLocation(); in visitIntrinsicCall()