| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 111 ArrayRef<LLT> Types; member 487 std::initializer_list<LLT> Types) { in actionFor() 494 std::initializer_list<LLT> Types, in actionFor() 599 LegalizeRuleSet &legalFor(std::initializer_list<LLT> Types) { in legalFor() 615 std::initializer_list<std::pair<LLT, LLT>> Types) { in legalForTypeWithAnyImm() argument 691 LegalizeRuleSet &lowerFor(std::initializer_list<LLT> Types) { in lowerFor() 696 LegalizeRuleSet &lowerFor(std::initializer_list<LLT> Types, in lowerFor() 744 LegalizeRuleSet &libcallFor(std::initializer_list<LLT> Types) { in libcallFor() 748 libcallFor(std::initializer_list<std::pair<LLT, LLT>> Types) { in libcallFor() argument 752 libcallForCartesianProduct(std::initializer_list<LLT> Types) { in libcallForCartesianProduct() [all …]
|
| /freebsd-14.2/contrib/llvm-project/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 | TypeReferenceTracker.h | 53 codeview::LazyRandomTypeCollection &Types; variable
|
| H A D | DumpOutputStyle.cpp | 604 LazyRandomTypeCollection &Types = in dumpTypeStats() local 1185 static void buildDepSet(LazyRandomTypeCollection &Types, in buildDepSet() 1221 LazyRandomTypeCollection &Types, in dumpPartialTypeStream() 1267 LazyRandomTypeCollection Types(100); in dumpTypesFromObjectFile() local 1367 auto &Types = (StreamIdx == StreamTPI) ? File.types() : File.ids(); in dumpTpiStream() local 1432 auto &Types = File.types(); in dumpModuleSymsForObj() local 1467 auto &Types = File.types(); in dumpModuleSymsForPdb() local 1521 auto &Types = File.types(); in dumpTypeRefStats() local 1556 auto &Types = File.types(); in dumpGSIRecords() local 1596 auto &Types = File.types(); in dumpGlobals() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/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
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/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 | TypeIndex.cpp | 94 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
|
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-typed-test.h | 191 #define TYPED_TEST_SUITE(CaseName, Types, ...) \ argument 306 #define INSTANTIATE_TYPED_TEST_SUITE_P(Prefix, SuiteName, Types, ...) \ argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitIntrinsics.cpp | 60 CallInst *buildIntrWithMD(Intrinsic::ID IntrID, ArrayRef<Type *> Types, in buildIntrWithMD() 247 SmallVector<Type *, 2> Types = {I.getType(), I.getOperand(0)->getType()}; in visitGetElementPtrInst() local 271 SmallVector<Type *, 2> Types = {I.getType(), Source->getType()}; in visitBitCastInst() local 379 SmallVector<Type *, 2> Types = {Pointer->getType(), Pointer->getType()}; in insertPtrCastInstr() local 389 SmallVector<Type *, 4> Types = {I.getType(), I.getOperand(0)->getType(), in visitInsertElementInst() local 403 SmallVector<Type *, 3> Types = {I.getType(), I.getVectorOperandType(), in visitExtractElementInst() local 415 SmallVector<Type *, 1> Types = {I.getInsertedValueOperand()->getType()}; in visitInsertValueInst() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.h | 42 LazyRandomTypeCollection &Types; variable 61 LazyRandomTypeCollection &Types, LazyRandomTypeCollection &Ids, in LVTypeVisitor() 128 LazyRandomTypeCollection &Types; variable 181 LazyRandomTypeCollection &Types, in LVSymbolVisitor()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TypeMap.h | 49 TypeIterable Types() const { return TypeIterable(m_types); } in Types() function
|
| H A D | TypeList.h | 45 TypeIterable Types() { return TypeIterable(m_types); } in Types() function
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | ASN1_STRING_TABLE_add.pod | 21 =head2 Types section in DESCRIPTION
|
| H A D | OSSL_STORE_open.pod | 54 =head2 Types section in DESCRIPTION
|
| H A D | OSSL_STORE_INFO.pod | 63 =head2 Types section in DESCRIPTION
|
| H A D | OSSL_STORE_SEARCH.pod | 53 =head2 Types section in DESCRIPTION
|
| H A D | EVP_RAND.pod | 89 =head2 Types section in DESCRIPTION
|
| H A D | EVP_KDF.pod | 66 =head2 Types section in DESCRIPTION
|
| H A D | EVP_MAC.pod | 84 =head2 Types section in DESCRIPTION
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | SlotMapping.h | 36 std::map<unsigned, Type *> Types; member
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | debug.cpp | 54 bool debugTypeEnabled(const char *Type, const char *Types) { in debugTypeEnabled()
|