Home
last modified time | relevance | path

Searched refs:isEntryValue (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp248 isEntryValue())) { in addMachineRegExpression()
255 if (isEntryValue()) in addMachineRegExpression()
258 if (isEntryValue() && !isParameterValue() && DwarfVersion >= 4) in addMachineRegExpression()
DDebugLocEntry.h99 bool isEntryVal() const { return getExpression()->isEntryValue(); } in isEntryVal()
DDwarfExpression.h156 bool isEntryValue() const { in isEntryValue() function
DDbgEntityHistoryCalculator.cpp46 if (MI.getDebugExpression()->isEntryValue()) in isDescribedByReg()
DDwarfCompileUnit.cpp1227 if (DIExpr->isEntryValue()) { in addComplexAddress()
DDwarfDebug.cpp2246 if (DIExpr->isEntryValue()) { in emitDebugLocValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp827 return isDebugValue() && getDebugExpression()->isEntryValue(); in isDebugEntryValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2587 bool isEntryValue() const { in isEntryValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp5052 AssertDI(!E->isEntryValue(), "Entry values are only allowed in MIR", &I); in verifyNotEntryValue()