/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.h | 311 void setScalarAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarAction() argument 317 void setPointerAction(const unsigned Opcode, const unsigned TypeIndex, in setPointerAction() argument 334 void setScalarInVectorAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarInVectorAction() argument 346 const unsigned TypeIndex, in setVectorNumElementAction() argument 419 void setActions(unsigned TypeIndex, in setActions() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | RecordName.h | 19 class TypeIndex; variable
|
H A D | TypeIndex.h | 104 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {} in TypeIndex() function 105 explicit TypeIndex(uint32_t Index) : Index(Index) {} in TypeIndex() function 106 explicit TypeIndex(SimpleTypeKind Kind) in TypeIndex() function 108 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode) in TypeIndex() function
|
H A D | TypeSymbolEmitter.h | 16 class TypeIndex; variable
|
H A D | CVTypeVisitor.h | 19 class TypeIndex; variable
|
H A D | TypeStreamMerger.h | 20 class TypeIndex; variable
|
H A D | ContinuationRecordBuilder.h | 23 class TypeIndex; variable
|
H A D | TypeIndexDiscovery.h | 18 class TypeIndex; variable
|
H A D | TypeRecordMapping.h | 24 class TypeIndex; variable
|
H A D | TypeDumpVisitor.h | 21 class TypeIndex; variable
|
H A D | CodeViewRecordIO.h | 28 class TypeIndex; variable
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.h | 21 class TypeIndex; variable
|
H A D | PdbAstBuilder.h | 95 using TypeIndex = llvm::codeview::TypeIndex; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | TpiStream.h | 23 class TypeIndex; variable
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOpenCLBuiltinEmitter.cpp | 1116 size_t TypeIndex = I % ExpandedGenTypes[ArgNum].size(); in expandTypesInSignature() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 524 unsigned TypeIndex = ScratchRegs[1] - AArch64::W0; LowerKCFI_CHECK() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 941 unsigned TypeIndex = 0; findExtractedInputToOverallInputMapping() local 1305 unsigned TypeIndex = Group.NumAggregateInputs; findExtractedOutputToOverallOutputMapping() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 415 cl::list<uint32_t> TypeIndex( variable
|
H A D | DumpOutputStyle.cpp | 1187 SmallVector<TypeIndex, 4> DepList; in buildDepSet() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 1099 llvm::CallInst *TypeIndex = CGF.Builder.CreateCall(TypeIDFn, TypeInfo.RTTI); emitWasmCatchPadBlock() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1922 unsigned TypeIndex, OpIndex; X86SelectDivRem() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 3602 const SmallSet<codeview::TypeIndex, 1> &Inlinees) { in emitInlinees()
|