Home
last modified time | relevance | path

Searched defs:VarIndex (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceLiveness.cpp83 SizeT VarIndex = Var->getIndex(); in initInternal() local
103 SizeT VarIndex = Var->getIndex(); in initInternal() local
H A DIceLiveness.h73 SizeT getLiveIndex(SizeT VarIndex) const { in getLiveIndex()
H A DIceInst.h214 void setLastUse(SizeT VarIndex) { in setLastUse()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumDebugStreams.cpp28 VARIANT VarIndex; in getChildAtIndex() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumDebugStreams.cpp28 VARIANT VarIndex; in getChildAtIndex() local
/aosp_15_r20/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumDebugStreams.cpp29 VARIANT VarIndex; in getChildAtIndex() local
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py318 class VarIndex(OptionalValue, ULong): class