Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h93 Value *getVariableLocation(bool AllowNullOp = true) const;
141 Value *getAddress() const { return getVariableLocation(); } in getAddress()
157 Value *getAddress() const { return getVariableLocation(); } in getAddress()
173 return getVariableLocation(/* AllowNullOp = */ false); in getValue()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DIntrinsicInst.cpp39 Value *DbgVariableIntrinsic::getVariableLocation(bool AllowNullOp) const { in getVariableLocation() function in DbgVariableIntrinsic
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DADCE.cpp519 if (Value *V = DII->getVariableLocation()) in removeDeadInstructions()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp314 return {{D->getVariableLocation(), D->getVariable()}, D->getExpression()}; in rotateLoop()
H A DLocal.cpp1268 if (auto *AI = dyn_cast_or_null<AllocaInst>(DII->getVariableLocation())) in valueCoversEntireFragment()
1439 if (auto *Loc = dyn_cast_or_null<PHINode>(DbgII->getVariableLocation())) in insertDebugValuesForPHIs()
1772 if (DII->getVariableLocation() == &From) { in rewriteDebugUsers()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5234 const Value *Address = DI.getVariableLocation(); in visitIntrinsicCall()