Home
last modified time | relevance | path

Searched refs:StackValue (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp1052 bool StackValue = Flags & DIExpression::StackValue; in prepend() local
1055 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend()
1060 bool StackValue, in prependOpcodes() argument
1073 StackValue = false; in prependOpcodes()
1076 if (StackValue) { in prependOpcodes()
1078 StackValue = false; in prependOpcodes()
1081 StackValue = false; in prependOpcodes()
1086 if (StackValue) in prependOpcodes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp583 Expr = DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
/third_party/skia/third_party/externals/spirv-tools/test/
Dext_inst.debuginfo_test.cpp736 CASE_E(Operation, StackValue),
Dext_inst.cldebug100_test.cpp962 CASE_E(Operation, StackValue),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.debuginfo_test.cpp736 CASE_E(Operation, StackValue),
Dext_inst.cldebug100_test.cpp962 CASE_E(Operation, StackValue),
/third_party/spirv-tools/test/
Dext_inst.debuginfo_test.cpp736 CASE_E(Operation, StackValue),
Dext_inst.cldebug100_test.cpp962 CASE_E(Operation, StackValue),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1227 PrependFlags |= DIExpression::StackValue; in replaceFrameIndices()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1638 bool StackValue = isa<DbgValueInst>(DII); in salvageDebugInfoForDbgValues() local
1641 salvageDebugInfoImpl(I, DII->getExpression(), StackValue); in salvageDebugInfoForDbgValues()
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/
Doperand.kinds-unified1.inc1281 {"StackValue", 7, 0, nullptr, 0, nullptr, {}, SPV_SPIRV_VERSION_WORD(1, 0), 0xffffffffu},
1339 {"StackValue", 7, 0, nullptr, 0, nullptr, {}, SPV_SPIRV_VERSION_WORD(1, 0), 0xffffffffu},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2496 StackValue = 1 << 2, enumerator
2509 bool StackValue = false,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1255 bool StackValue = true; in salvageUnresolvedDbgValue() local
1266 DIExpression *NewExpr = salvageDebugInfoImpl(VAsInst, Expr, StackValue); in salvageUnresolvedDbgValue()
DSelectionDAG.cpp8248 DIExpression::prepend(DIExpr, DIExpression::StackValue, Offset); in salvageDebugInfo()