Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeStreamMerger.h20 class TypeIndex; variable
H A 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
H A DTypeSymbolEmitter.h16 class TypeIndex; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h88 int TypeIndex = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1335 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 DIROutliner.cpp577 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 DTFUtils.cpp175 TensorSpec::TensorSpec(const std::string &Name, int Port, int TypeIndex, in TensorSpec()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp411 TypeIndex("type", variable
H A DDumpOutputStyle.cpp1290 std::map<TypeIndex, CVType> &DepSet) { in buildDepSet()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp1075 llvm::CallInst *TypeIndex = CGF.Builder.CreateCall(TypeIDFn, TypeInfo.RTTI); in emitWasmCatchPadBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp1932 unsigned TypeIndex, OpIndex; in X86SelectDivRem() local