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/ |
D | TypeIndex.h | 103 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
|
D | TypeStreamMerger.h | 20 class TypeIndex; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 1194 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/ |
D | IceTargetLowering.cpp | 207 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/ |
D | registry.py | 167 class TypeIndex(NameApiIndex): class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1914 unsigned TypeIndex, OpIndex; in X86SelectDivRem() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 780 ULONG TypeIndex; member
|