/external/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 64 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/ |
D | IntrinsicInst.cpp | 35 Value *DbgInfoIntrinsic::getVariableLocation(bool AllowNullOp) const { in getVariableLocation() function in DbgInfoIntrinsic
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 93 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/ |
D | IntrinsicInst.h | 129 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/ |
D | ADCE.cpp | 128 if (Value *V = DII->getVariableLocation()) in aggressiveDCE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 39 Value *DbgVariableIntrinsic::getVariableLocation(bool AllowNullOp) const { in getVariableLocation() function in DbgVariableIntrinsic
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 269 dyn_cast_or_null<Instruction>(DVI->getVariableLocation())) in considerHoistingFromTo()
|
D | ADCE.cpp | 524 if (Value *V = DII->getVariableLocation()) in removeDeadInstructions()
|
/external/llvm-project/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 41 Value *DbgVariableIntrinsic::getVariableLocation(bool AllowNullOp) const { in getVariableLocation() function in DbgVariableIntrinsic
|
/external/llvm-project/lld/COFF/ |
D | InputFiles.h | 217 getVariableLocation(StringRef var);
|
D | SymbolTable.cpp | 558 fileLine = file->getVariableLocation(name); in getSourceLocationObj()
|
D | InputFiles.cpp | 931 ObjFile::getVariableLocation(StringRef var) { in getVariableLocation() function in ObjFile
|
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | LocalTest.cpp | 761 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/ |
D | ADCE.cpp | 524 if (Value *V = DII->getVariableLocation()) in removeDeadInstructions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 321 return {{D->getVariableLocation(), D->getVariable()}, D->getExpression()}; in rotateLoop()
|
D | Local.cpp | 1265 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/ |
D | LoopRotationUtils.cpp | 386 return {{D->getVariableLocation(), D->getVariable()}, D->getExpression()}; in rotateLoop()
|
D | Local.cpp | 1378 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()
|
D | CodeExtractor.cpp | 1517 Value *Location = DVI->getVariableLocation(); in fixupDebugInfoPostExtraction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1112 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/ |
D | AArch64StackTagging.cpp | 539 dyn_cast_or_null<AllocaInst>(DVI->getVariableLocation())) { in runOnFunction()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 564 dyn_cast_or_null<AllocaInst>(DVI->getVariableLocation())) { in runOnFunction()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1220 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/ |
D | SelectionDAGBuilder.cpp | 1235 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/ |
D | SelectionDAGBuilder.cpp | 1195 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()
|