Home
last modified time | relevance | path

Searched refs:VarIndex (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumDebugStreams.cpp28 VARIANT VarIndex; in getChildAtIndex() local
29 VarIndex.vt = VT_I4; in getChildAtIndex()
30 VarIndex.lVal = Index; in getChildAtIndex()
31 if (S_OK != Enumerator->Item(VarIndex, &Item)) in getChildAtIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceLiveness.cpp83 SizeT VarIndex = Var->getIndex(); in initInternal() local
94 VarToLiveMap[VarIndex] = LiveIndex; in initInternal()
96 RangeMask[VarIndex] = false; in initInternal()
103 SizeT VarIndex = Var->getIndex(); in initInternal() local
106 RangeMask[VarIndex] = false; in initInternal()
H A DIceLiveness.h73 SizeT getLiveIndex(SizeT VarIndex) const { in getLiveIndex()
74 const SizeT LiveIndex = VarToLiveMap[VarIndex]; in getLiveIndex()
H A DIceInst.h214 void setLastUse(SizeT VarIndex) {
215 if (VarIndex < CHAR_BIT * sizeof(LiveRangesEnded))
216 LiveRangesEnded |= (((LREndedBits)1u) << VarIndex);
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc220 uint32_t AsmJsParser::VarIndex(VarInfo* info) { in VarIndex() function in v8::internal::wasm::AsmJsParser
377 start->EmitWithI32V(kExprGlobalSet, VarIndex(global_import.var_info)); in ValidateModule()
964 VarIndex(sinfo)); in ValidateFunctionLocals()
1457 current_function_builder_->EmitWithI32V(kExprGlobalGet, VarIndex(info)); in Identifier()
1570 current_function_builder_->EmitWithU32V(kExprGlobalSet, VarIndex(info)); in AssignmentExpression()
1571 current_function_builder_->EmitWithU32V(kExprGlobalGet, VarIndex(info)); in AssignmentExpression()
H A Dasm-parser.h314 uint32_t VarIndex(VarInfo* info);

Completed in 7 milliseconds