Home
last modified time | relevance | path

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

12

/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/llvm/lib/IR/
DIntrinsicInst.cpp35 Value *DbgInfoIntrinsic::getVariableLocation(bool AllowNullOp) const { in getVariableLocation() function in DbgInfoIntrinsic
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
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()
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsicInst.h129 Value *getVariableLocation(bool AllowNullOp = true) const;
178 Value *getAddress() const { return getVariableLocation(); } in getAddress()
194 Value *getAddress() const { return getVariableLocation(); } in getAddress()
210 return getVariableLocation(/* AllowNullOp = */ false); in getValue()
/external/llvm/lib/Transforms/Scalar/
DADCE.cpp128 if (Value *V = DII->getVariableLocation()) in aggressiveDCE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp39 Value *DbgVariableIntrinsic::getVariableLocation(bool AllowNullOp) const { in getVariableLocation() function in DbgVariableIntrinsic
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp269 dyn_cast_or_null<Instruction>(DVI->getVariableLocation())) in considerHoistingFromTo()
DADCE.cpp524 if (Value *V = DII->getVariableLocation()) in removeDeadInstructions()
/external/llvm-project/llvm/lib/IR/
DIntrinsicInst.cpp41 Value *DbgVariableIntrinsic::getVariableLocation(bool AllowNullOp) const { in getVariableLocation() function in DbgVariableIntrinsic
/external/llvm-project/lld/COFF/
DInputFiles.h217 getVariableLocation(StringRef var);
DSymbolTable.cpp558 fileLine = file->getVariableLocation(name); in getSourceLocationObj()
DInputFiles.cpp931 ObjFile::getVariableLocation(StringRef var) { in getVariableLocation() function in ObjFile
/external/llvm-project/llvm/unittests/Transforms/Utils/
DLocalTest.cpp761 EXPECT_EQ(ConstantInt::get(A.getType(), 0), ADbgVal->getVariableLocation()); in TEST()
767 EXPECT_TRUE(isa<UndefValue>(FDbgVal->getVariableLocation())); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp524 if (Value *V = DII->getVariableLocation()) in removeDeadInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp321 return {{D->getVariableLocation(), D->getVariable()}, D->getExpression()}; in rotateLoop()
DLocal.cpp1265 if (auto *AI = dyn_cast_or_null<AllocaInst>(DII->getVariableLocation())) in valueCoversEntireFragment()
1468 if (auto *Loc = dyn_cast_or_null<PHINode>(DbgII->getVariableLocation())) in insertDebugValuesForPHIs()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp386 return {{D->getVariableLocation(), D->getVariable()}, D->getExpression()}; in rotateLoop()
DLocal.cpp1378 if (auto *AI = dyn_cast_or_null<AllocaInst>(DII->getVariableLocation())) in valueCoversEntireFragment()
1583 if (auto *Loc = dyn_cast_or_null<PHINode>(DbgII->getVariableLocation())) in insertDebugValuesForPHIs()
DCodeExtractor.cpp1517 Value *Location = DVI->getVariableLocation(); in fixupDebugInfoPostExtraction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1112 dyn_cast_or_null<AllocaInst>(DDI->getVariableLocation())) in sanitizeFunction()
1196 dyn_cast_or_null<AllocaInst>(DVI->getVariableLocation())) in sanitizeFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp539 dyn_cast_or_null<AllocaInst>(DVI->getVariableLocation())) { in runOnFunction()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp564 dyn_cast_or_null<AllocaInst>(DVI->getVariableLocation())) { in runOnFunction()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1220 dyn_cast_or_null<AllocaInst>(DDI->getVariableLocation())) in sanitizeFunction()
1301 dyn_cast_or_null<AllocaInst>(DVI->getVariableLocation())) in sanitizeFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1235 UndefValue::get(DDI.getDI()->getVariableLocation()->getType()); in resolveDanglingDebugInfo()
1289 auto Undef = UndefValue::get(DDI.getDI()->getVariableLocation()->getType()); in salvageUnresolvedDbgValue()
5961 const Value *Address = DI.getVariableLocation(); in visitIntrinsicCall()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1195 UndefValue::get(DDI.getDI()->getVariableLocation()->getType()); in resolveDanglingDebugInfo()
1249 auto Undef = UndefValue::get(DDI.getDI()->getVariableLocation()->getType()); in salvageUnresolvedDbgValue()
5839 const Value *Address = DI.getVariableLocation(); in visitIntrinsicCall()

12