Home
last modified time | relevance | path

Searched refs:SimpleVTArray (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6756 static ManagedStatic<EVTArray> SimpleVTArray; variable
6768 return &SimpleVTArray->VTs[VT.getSimpleVT().SimpleTy]; in getValueTypeList()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9015 static ManagedStatic<EVTArray> SimpleVTArray; variable
9027 return &SimpleVTArray->VTs[VT.getSimpleVT().SimpleTy]; in getValueTypeList()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11142 static EVTArray SimpleVTArray; in getValueTypeList() local
11150 return &SimpleVTArray.VTs[VT.getSimpleVT().SimpleTy]; in getValueTypeList()