Searched defs:TypeIndex (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeStreamMerger.h | 20 class TypeIndex; variable
|
H A 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
|
H A D | TypeSymbolEmitter.h | 16 class TypeIndex; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/ |
H A D | TFUtils.h | 88 int TypeIndex = 0; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 1335 void setScalarAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarAction() 1341 void setPointerAction(const unsigned Opcode, const unsigned TypeIndex, in setPointerAction() 1358 void setScalarInVectorAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarInVectorAction() 1370 const unsigned TypeIndex, in setVectorNumElementAction() 1443 void setActions(unsigned TypeIndex, in setActions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 577 unsigned TypeIndex = 0; in findExtractedInputToOverallInputMapping() local 649 unsigned TypeIndex = Group.NumAggregateInputs; in findExtractedOutputToOverallOutputMapping() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TFUtils.cpp | 175 TensorSpec::TensorSpec(const std::string &Name, int Port, int TypeIndex, in TensorSpec()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 411 TypeIndex("type", variable
|
H A D | DumpOutputStyle.cpp | 1290 std::map<TypeIndex, CVType> &DepSet) { in buildDepSet()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGException.cpp | 1075 llvm::CallInst *TypeIndex = CGF.Builder.CreateCall(TypeIDFn, TypeInfo.RTTI); in emitWasmCatchPadBlock() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1932 unsigned TypeIndex, OpIndex; in X86SelectDivRem() local
|