Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h103 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {} in TypeIndex() function
104 explicit TypeIndex(uint32_t Index) : Index(Index) {} in TypeIndex() function
105 explicit TypeIndex(SimpleTypeKind Kind) in TypeIndex() function
107 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode) in TypeIndex() function
DTypeStreamMerger.h20 class TypeIndex; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1194 void setScalarAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarAction()
1200 void setPointerAction(const unsigned Opcode, const unsigned TypeIndex, in setPointerAction()
1217 void setScalarInVectorAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarInVectorAction()
1229 const unsigned TypeIndex, in setVectorNumElementAction()
1302 void setActions(unsigned TypeIndex, in setActions()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp207 for (SizeT TypeIndex = 0; TypeIndex < TypeToRegisterSetSize; in filterTypeToRegisterSet() local
230 for (size_t TypeIndex = 0; TypeIndex < TypeToRegisterSetSize; ++TypeIndex) { in filterTypeToRegisterSet() local
246 for (size_t TypeIndex = 0; TypeIndex < TypeToRegisterSetSize; ++TypeIndex) { in filterTypeToRegisterSet() local
/third_party/vk-gl-cts/scripts/khr_util/
Dregistry.py167 class TypeIndex(NameApiIndex): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp1914 unsigned TypeIndex, OpIndex; in X86SelectDivRem() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h780 ULONG TypeIndex; member