Home
last modified time | relevance | path

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

/third_party/flatbuffers/ts/flexbuffers/
Dbuilder.ts6 import { StackValue } from './stack-value'
18 readonly stack: Array<StackValue> = [];
22 readonly stringLookup: Record<string, StackValue> = {};
23 readonly keyLookup: Record<string, StackValue> = {};
24 readonly keyVectorLookup: Record<string, StackValue> = {};
25 readonly indirectIntLookup: Record<number, StackValue> = {};
26 readonly indirectUIntLookup: Record<number, StackValue> = {};
27 readonly indirectFloatLookup: Record<number, StackValue> = {};
146 private writeStackValue(value: StackValue, byteWidth: number): void {
219 function shouldFlip(v1: StackValue, v2: StackValue) {
[all …]
Dstack-value.ts7 export class StackValue { class
/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.inc1203 {"StackValue", 7, 0, nullptr, 0, nullptr, {}, SPV_SPIRV_VERSION_WORD(1, 0), 0xffffffffu},
1261 {"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()