/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 110 ArrayRef<LLT> Types; member 481 std::initializer_list<LLT> Types) { in actionFor() 488 std::initializer_list<LLT> Types, in actionFor() 497 std::initializer_list<std::pair<LLT, LLT>> Types) { in actionFor() argument 505 std::initializer_list<std::pair<LLT, LLT>> Types, in actionFor() argument 515 std::initializer_list<LLT> Types) { in actionForTypeWithAnyImm() 522 LegalizeAction Action, std::initializer_list<std::pair<LLT, LLT>> Types) { in actionForTypeWithAnyImm() argument 532 std::initializer_list<LLT> Types) { in actionForCartesianProduct() 593 LegalizeRuleSet &legalFor(std::initializer_list<LLT> Types) { in legalFor() 598 LegalizeRuleSet &legalFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in legalFor() argument [all …]
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.h | 27 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper() 32 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper() 63 codeview::LazyRandomTypeCollection &Types; variable
|
H A D | MinimalTypeDumper.h | 28 bool Hashes, codeview::LazyRandomTypeCollection &Types, in MinimalTypeDumpVisitor() 60 codeview::LazyRandomTypeCollection &Types; variable
|
H A D | DumpOutputStyle.cpp | 603 LazyRandomTypeCollection &Types = in dumpTypeStats() local 1184 static void buildDepSet(LazyRandomTypeCollection &Types, in buildDepSet() 1201 dumpFullTypeStream(LinePrinter &Printer, LazyRandomTypeCollection &Types, in dumpFullTypeStream() 1220 LazyRandomTypeCollection &Types, in dumpPartialTypeStream() 1266 LazyRandomTypeCollection Types(100); in dumpTypesFromObjectFile() local 1366 auto &Types = (StreamIdx == StreamTPI) ? File.types() : File.ids(); in dumpTpiStream() local 1431 auto &Types = File.types(); in dumpModuleSymsForObj() local 1466 auto &Types = File.types(); in dumpModuleSymsForPdb() local 1520 auto &Types = File.types(); in dumpTypeRefStats() local 1555 auto &Types = File.types(); in dumpGSIRecords() local [all …]
|
H A D | TypeReferenceTracker.h | 53 codeview::LazyRandomTypeCollection &Types; variable
|
H A D | TypeReferenceTracker.cpp | 25 static uint32_t getNumRecordsInCollection(LazyRandomTypeCollection &Types) { in getNumRecordsInCollection()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeStreamMerger.cpp | 243 const CVTypeArray &Types) { in mergeTypeRecords() 273 GlobalTypeTableBuilder &Dest, const CVTypeArray &Types, in mergeTypeRecords() 309 Error TypeStreamMerger::doit(const CVTypeArray &Types) { in doit() 342 Error TypeStreamMerger::remapAllTypes(const CVTypeArray &Types) { in remapAllTypes() 432 const CVTypeArray &Types) { in mergeTypeRecords() 464 const CVTypeArray &Types, in mergeTypeRecords() 472 ArrayRef<TypeIndex> Types, in mergeIdRecords()
|
H A D | CVTypeVisitor.cpp | 143 Error CVTypeVisitor::visitTypeStream(const CVTypeArray &Types) { in visitTypeStream() 151 Error CVTypeVisitor::visitTypeStream(CVTypeRange Types) { in visitTypeStream() 159 Error CVTypeVisitor::visitTypeStream(TypeCollection &Types) { in visitTypeStream() 233 Error llvm::codeview::visitTypeStream(const CVTypeArray &Types, in visitTypeStream() 240 Error llvm::codeview::visitTypeStream(CVTypeRange Types, in visitTypeStream() 246 Error llvm::codeview::visitTypeStream(TypeCollection &Types, in visitTypeStream()
|
H A D | RecordName.cpp | 29 TypeCollection &Types; member in __anon83696ece0111::TypeNameComputer 36 explicit TypeNameComputer(TypeCollection &Types) : Types(Types) {} in TypeNameComputer() 254 std::string llvm::codeview::computeTypeName(TypeCollection &Types, in computeTypeName()
|
H A D | TypeIndex.cpp | 94 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
|
H A D | LazyRandomTypeCollection.cpp | 39 const CVTypeArray &Types, uint32_t RecordCountHint, in LazyRandomTypeCollection() 55 LazyRandomTypeCollection::LazyRandomTypeCollection(const CVTypeArray &Types, in LazyRandomTypeCollection()
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | CoverageMappingFormat.rst | 425 Types section in Encoding 431 .. _LEB128: 433 LEB128 442 Strings
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyTargetStreamer.cpp | 42 ArrayRef<wasm::ValType> Types) { in printTypes() 54 void WebAssemblyTargetAsmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal() 121 void WebAssemblyTargetWasmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolDumper.h | 29 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper() 51 TypeCollection &Types; variable
|
H A D | LazyRandomTypeCollection.h | 100 CVTypeArray Types; variable
|
H A D | TypeDumpVisitor.h | 38 void setIpiTypes(TypeCollection &Types) { IpiTypes = &Types; } in setIpiTypes()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVEmitIntrinsics.cpp | 59 CallInst *buildIntrWithMD(Intrinsic::ID IntrID, ArrayRef<Type *> Types, in buildIntrWithMD() 208 SmallVector<Type *, 2> Types = {I.getType(), I.getOperand(0)->getType()}; in visitGetElementPtrInst() local 220 SmallVector<Type *, 2> Types = {I.getType(), I.getOperand(0)->getType()}; in visitBitCastInst() local 231 SmallVector<Type *, 4> Types = {I.getType(), I.getOperand(0)->getType(), in visitInsertElementInst() local 245 SmallVector<Type *, 3> Types = {I.getType(), I.getVectorOperandType(), in visitExtractElementInst() local 257 SmallVector<Type *, 1> Types = {I.getInsertedValueOperand()->getType()}; in visitInsertValueInst() local
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | TypeMap.h | 47 TypeIterable Types() { return TypeIterable(m_types); } in Types() function
|
H A D | TypeList.h | 45 TypeIterable Types() { return TypeIterable(m_types); } in Types() function
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangOpcodesEmitter.cpp | 64 auto *Types = R->getValueAsListInit("Types"); in Enumerate() local 246 auto *Types = R->getValueAsListInit("Types"); in EmitGroup() local 352 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types) { in PrintTypes()
|
H A D | ClangOpenCLBuiltinEmitter.cpp | 353 void BuiltinNameEmitter::ExtractEnumTypes(std::vector<Record *> &Types, in ExtractEnumTypes() 387 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in EmitDeclarations() local 490 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in GetOverloads() local 893 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in EmitQualTypeFinder() local 1063 SmallVectorImpl<SmallVector<std::string, 2>> &Types) { in expandTypesInSignature()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/ |
H A D | SlotMapping.h | 36 std::map<unsigned, Type *> Types; member
|
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
H A D | debug.cpp | 54 bool debugTypeEnabled(const char *Type, const char *Types) { in debugTypeEnabled()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumTypes.cpp | 26 LazyRandomTypeCollection &Types, in NativeEnumTypes()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | TpiStream.h | 80 std::unique_ptr<codeview::LazyRandomTypeCollection> Types; variable
|