Home
last modified time | relevance | path

Searched defs:Types (Results 1 – 25 of 105) sorted by relevance

12345

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h110 ArrayRef<LLT> Types; member
460 std::initializer_list<LLT> Types) { in actionFor()
467 std::initializer_list<LLT> Types, in actionFor()
562 LegalizeRuleSet &legalFor(std::initializer_list<LLT> Types) { in legalFor()
578 std::initializer_list<std::pair<LLT, LLT>> Types) { in legalForTypeWithAnyImm() argument
654 LegalizeRuleSet &lowerFor(std::initializer_list<LLT> Types) { in lowerFor()
659 LegalizeRuleSet &lowerFor(std::initializer_list<LLT> Types, in lowerFor()
707 LegalizeRuleSet &libcallFor(std::initializer_list<LLT> Types) { in libcallFor()
711 libcallFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in libcallFor() argument
715 libcallForCartesianProduct(std::initializer_list<LLT> Types) { in libcallForCartesianProduct()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h27 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper()
32 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper()
63 codeview::LazyRandomTypeCollection &Types; variable
H A DMinimalTypeDumper.h28 bool Hashes, codeview::LazyRandomTypeCollection &Types, in MinimalTypeDumpVisitor()
60 codeview::LazyRandomTypeCollection &Types; variable
H A DTypeReferenceTracker.h55 codeview::LazyRandomTypeCollection &Types; variable
H A DDumpOutputStyle.cpp704 LazyRandomTypeCollection &Types = in dumpTypeStats() local
1288 static void buildDepSet(LazyRandomTypeCollection &Types, in buildDepSet()
1324 LazyRandomTypeCollection &Types, in dumpPartialTypeStream()
1364 LazyRandomTypeCollection Types(100); in dumpTypesFromObjectFile() local
1464 auto &Types = (StreamIdx == StreamTPI) ? File.types() : File.ids(); in dumpTpiStream() local
1531 auto &Types = File.types(); in dumpModuleSymsForObj() local
1574 auto &Types = File.types(); in dumpModuleSymsForPdb() local
1616 auto &Types = File.types(); in dumpTypeRefStats() local
1650 auto &Types = File.types(); in dumpGSIRecords() local
1690 auto &Types = File.types(); in dumpGlobals() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
49 TypeCollection &Types; variable
H A DLazyRandomTypeCollection.h101 CVTypeArray Types; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp242 const CVTypeArray &Types) { in mergeTypeRecords()
273 const CVTypeArray &Types, in mergeTypeRecords()
310 Error TypeStreamMerger::doit(const CVTypeArray &Types) { in doit()
343 Error TypeStreamMerger::remapAllTypes(const CVTypeArray &Types) { in remapAllTypes()
433 const CVTypeArray &Types) { in mergeTypeRecords()
465 const CVTypeArray &Types, in mergeTypeRecords()
473 ArrayRef<TypeIndex> Types, in mergeIdRecords()
H A DCVTypeVisitor.cpp142 Error CVTypeVisitor::visitTypeStream(const CVTypeArray &Types) { in visitTypeStream()
150 Error CVTypeVisitor::visitTypeStream(CVTypeRange Types) { in visitTypeStream()
158 Error CVTypeVisitor::visitTypeStream(TypeCollection &Types) { in visitTypeStream()
232 Error llvm::codeview::visitTypeStream(const CVTypeArray &Types, in visitTypeStream()
239 Error llvm::codeview::visitTypeStream(CVTypeRange Types, in visitTypeStream()
245 Error llvm::codeview::visitTypeStream(TypeCollection &Types, in visitTypeStream()
H A DTypeIndex.cpp93 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp42 ArrayRef<wasm::ValType> Types) { in printTypes()
54 void WebAssemblyTargetAsmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal()
123 void WebAssemblyTargetWasmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h194 # define TYPED_TEST_CASE(CaseName, Types, ...) \ argument
290 # define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types, ...) \ argument
/freebsd-13.1/crypto/openssl/doc/man3/
H A DASN1_STRING_TABLE_add.pod21 =head2 Types section in DESCRIPTION
H A DOSSL_STORE_INFO.pod54 =head2 Types section in DESCRIPTION
H A DOSSL_STORE_LOADER.pod73 =head2 Types section in DESCRIPTION
H A DOSSL_STORE_SEARCH.pod53 =head2 Types section in DESCRIPTION
H A DOSSL_STORE_open.pod41 =head2 Types section in DESCRIPTION
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h47 TypeIterable Types() { return TypeIterable(m_types); } in Types() function
H A DTypeList.h45 TypeIterable Types() { return TypeIterable(m_types); } in Types() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DSlotMapping.h36 std::map<unsigned, Type *> Types; member
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp319 void BuiltinNameEmitter::ExtractEnumTypes(std::vector<Record *> &Types, in ExtractEnumTypes()
353 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in EmitDeclarations() local
456 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in GetOverloads() local
837 std::vector<Record *> Types = Records.getAllDerivedDefinitions("Type"); in EmitQualTypeFinder() local
1008 SmallVectorImpl<SmallVector<std::string, 2>> &Types) { in expandTypesInSignature()
H A DClangOpcodesEmitter.cpp64 auto *Types = R->getValueAsListInit("Types"); in Enumerate() local
238 auto *Types = R->getValueAsListInit("Types"); in EmitGroup() local
344 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types) { in PrintTypes()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h79 std::unique_ptr<codeview::LazyRandomTypeCollection> Types; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp24 LazyRandomTypeCollection &Types, in NativeEnumTypes()
/freebsd-13.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c539 ACPI_OBJECT_TYPE *Types, in AcpiDbExecute()
887 ACPI_OBJECT_TYPE *Types) in AcpiDbCreateExecutionThread()

12345