Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h113 ArrayRef<LLT> Types; member
501 std::initializer_list<LLT> Types) { in actionFor()
508 std::initializer_list<LLT> Types, in actionFor()
517 std::initializer_list<std::pair<LLT, LLT>> Types) { in actionFor() argument
524 std::initializer_list<std::tuple<LLT, LLT, LLT>> Types) { in actionFor() argument
534 std::initializer_list<std::pair<LLT, LLT>> Types, in actionFor() argument
544 std::initializer_list<LLT> Types) { in actionForTypeWithAnyImm()
551 LegalizeAction Action, std::initializer_list<std::pair<LLT, LLT>> Types) { in actionForTypeWithAnyImm() argument
561 std::initializer_list<LLT> Types) { in actionForCartesianProduct()
622 LegalizeRuleSet &legalFor(std::initializer_list<LLT> Types) { in legalFor()
[all …]
/freebsd/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.h53 codeview::LazyRandomTypeCollection &Types; variable
H A DDumpOutputStyle.cpp604 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h30 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
52 TypeCollection &Types; variable
H A DLazyRandomTypeCollection.h101 CVTypeArray Types; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp243 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 DCVTypeVisitor.cpp143 Error CVTypeVisitor::visitTypeStream(const CVTypeArray &Types) { in visitTypeStream() argument
151 Error CVTypeVisitor::visitTypeStream(CVTypeRange Types) { in visitTypeStream() argument
159 Error CVTypeVisitor::visitTypeStream(TypeCollection &Types) { in visitTypeStream() argument
233 visitTypeStream(const CVTypeArray & Types,TypeVisitorCallbacks & Callbacks,VisitorDataSource Source) visitTypeStream() argument
240 visitTypeStream(CVTypeRange Types,TypeVisitorCallbacks & Callbacks) visitTypeStream() argument
246 visitTypeStream(TypeCollection & Types,TypeVisitorCallbacks & Callbacks) visitTypeStream() argument
[all...]
H A DTypeIndex.cpp94 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp40 ArrayRef<wasm::ValType> Types) { in printTypes()
52 void WebAssemblyTargetAsmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal()
121 void WebAssemblyTargetWasmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) { in emitLocal()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h191 #define TYPED_TEST_SUITE(CaseName, Types, ...) \ argument
306 #define INSTANTIATE_TYPED_TEST_SUITE_P(Prefix, SuiteName, Types, ...) \ argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h43 LazyRandomTypeCollection &Types; global() variable
62 LVTypeVisitor(ScopedPrinter & W,LVLogicalVisitor * LogicalVisitor,LazyRandomTypeCollection & Types,LazyRandomTypeCollection & Ids,uint32_t StreamIdx,LVShared * Shared) LVTypeVisitor() argument
129 LazyRandomTypeCollection &Types; global() variable
182 LVSymbolVisitor(LVCodeViewReader * Reader,ScopedPrinter & W,LVLogicalVisitor * LogicalVisitor,LazyRandomTypeCollection & Types,LazyRandomTypeCollection & Ids,LVSymbolVisitorDelegate * ObjDelegate,LVShared * Shared) LVSymbolVisitor() argument
[all...]
/freebsd/crypto/openssl/doc/man3/
H A DASN1_STRING_TABLE_add.pod21 =head2 Types section in DESCRIPTION
H A DOSSL_STORE_INFO.pod63 =head2 Types section in DESCRIPTION
H A DOSSL_STORE_open.pod57 =head2 Types section in DESCRIPTION
H A DOSSL_STORE_SEARCH.pod53 =head2 Types section in DESCRIPTION
H A DEVP_KDF.pod66 =head2 Types section in DESCRIPTION
H A DEVP_RAND.pod90 =head2 Types section in DESCRIPTION
H A DEVP_MAC.pod85 =head2 Types section in DESCRIPTION
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h50 TypeIterable Types() const { return TypeIterable(m_types); } in Types() function
H A DTypeList.h44 TypeIterable Types() { return TypeIterable(m_types); } in Types() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizePointerCast.cpp97 SmallVector<Type *, 2> Types = {BadLoad->getPointerOperandType(), in loadFirstValueFromAggregate() local
158 SmallVector<Type *, 4> Types = {Vector->getType(), Vector->getType(), in makeInsertElement() local
172 SmallVector<Type *, 3> Types = {ElementType, Vector->getType(), Int32Ty}; in makeExtractElement() local
226 SmallVector<Type *, 2> Types = {Dst->getType(), Dst->getType()}; in storeToFirstValueAggregate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp89 std::string WebAssemblyAsmTypeCheck::getTypesString(ArrayRef<StackType> Types, in getTypesString()
120 WebAssemblyAsmTypeCheck::getTypesString(ArrayRef<wasm::ValType> Types, in getTypesString()
128 SmallVector<StackType, 4> Types(ValTypes.size()); in valTypesToStackTypes() local
141 ArrayRef<StackType> Types, in checkTypes()
199 ArrayRef<StackType> Types, in popTypes()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DSlotMapping.h37 std::map<unsigned, Type *> Types; member

123456