/third_party/flatbuffers/ts/flexbuffers/ |
D | builder.ts | 6 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 …]
|
D | stack-value.ts | 7 export class StackValue { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 1052 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/ |
D | X86OptimizeLEAs.cpp | 583 Expr = DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | ext_inst.debuginfo_test.cpp | 736 CASE_E(Operation, StackValue),
|
D | ext_inst.cldebug100_test.cpp | 962 CASE_E(Operation, StackValue),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.debuginfo_test.cpp | 736 CASE_E(Operation, StackValue),
|
D | ext_inst.cldebug100_test.cpp | 962 CASE_E(Operation, StackValue),
|
/third_party/spirv-tools/test/ |
D | ext_inst.debuginfo_test.cpp | 736 CASE_E(Operation, StackValue),
|
D | ext_inst.cldebug100_test.cpp | 962 CASE_E(Operation, StackValue),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 1227 PrependFlags |= DIExpression::StackValue; in replaceFrameIndices()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1638 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/ |
D | operand.kinds-unified1.inc | 1203 {"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/ |
D | DebugInfoMetadata.h | 2496 StackValue = 1 << 2, enumerator 2509 bool StackValue = false,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1255 bool StackValue = true; in salvageUnresolvedDbgValue() local 1266 DIExpression *NewExpr = salvageDebugInfoImpl(VAsInst, Expr, StackValue); in salvageUnresolvedDbgValue()
|
D | SelectionDAG.cpp | 8248 DIExpression::prepend(DIExpr, DIExpression::StackValue, Offset); in salvageDebugInfo()
|