Home
last modified time | relevance | path

Searched refs:Variants (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp1376 RecVec Variants = SchedRW.TheDef->getValueAsListOfDefs("Variants"); in mutuallyExclusive() local
1377 if (any_of(Variants, [PredDef](const Record *R) { in mutuallyExclusive()
1413 static std::vector<Record *> getAllPredicates(ArrayRef<TransVariant> Variants, in getAllPredicates() argument
1416 for (auto &Variant : Variants) { in getAllPredicates()
1433 std::vector<TransVariant> Variants; in getIntersectingVariants() local
1444 Variants.emplace_back(VarDef, SchedRW.Index, VarProcIdx, 0); in getIntersectingVariants()
1461 if (!Variants.empty()) { in getIntersectingVariants()
1476 Variants.emplace_back(VD, AliasRW.Index, AliasProcIdx, 0); in getIntersectingVariants()
1479 Variants.emplace_back(AliasRW.TheDef, SchedRW.Index, AliasProcIdx, 0); in getIntersectingVariants()
1484 getAllPredicates(Variants, TransVec[TransIdx].ProcIndex); in getIntersectingVariants()
[all …]
H A DCodeGenDAGPatterns.cpp4527 for (const auto &Variants : ChildVariants) in CombineChildVariants() local
4528 if (Variants.empty()) in CombineChildVariants()
4748 std::vector<TreePatternNodePtr> Variants; in GenerateVariants() local
4753 GenerateVariantsOf(PatternsToMatch[i].getSrcPatternShared(), Variants, in GenerateVariants()
4759 assert(!Variants.empty() && "Must create at least original variant!"); in GenerateVariants()
4760 if (Variants.size() == 1) // No additional variants for this pattern. in GenerateVariants()
4766 for (unsigned v = 0, e = Variants.size(); v != e; ++v) { in GenerateVariants()
4767 TreePatternNodePtr Variant = Variants[v]; in GenerateVariants()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1929 Variants[] = { in schedule() local
1939 for (std::pair<SISchedulerBlockCreatorVariant, SISchedulerBlockSchedulerVariant> v : Variants) { in schedule()
1950 Variants[] = { in schedule() local
1960 for (std::pair<SISchedulerBlockCreatorVariant, SISchedulerBlockSchedulerVariant> v : Variants) { in schedule()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1781 ArrayRef<unsigned> Variants);
3482 static const unsigned Variants[] = { in getAllVariants() local
3488 return ArrayRef(Variants); in getAllVariants()
3494 static const unsigned Variants[] = {AMDGPUAsmVariants::VOP3_DPP}; in getMatchedVariants() local
3495 return ArrayRef(Variants); in getMatchedVariants()
3498 static const unsigned Variants[] = {AMDGPUAsmVariants::DEFAULT}; in getMatchedVariants() local
3499 return ArrayRef(Variants); in getMatchedVariants()
3503 static const unsigned Variants[] = {AMDGPUAsmVariants::VOP3}; in getMatchedVariants() local
3504 return ArrayRef(Variants); in getMatchedVariants()
3508 static const unsigned Variants[] = {AMDGPUAsmVariants::SDWA, in getMatchedVariants() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td565 // Variants of brtarget for use with branch prediction preload.
579 // Variants of brtarget16/32 with an optional additional TLS symbol.
H A DSystemZInstrFormats.td2010 // Variants of instructions with condition mask
/freebsd/share/i18n/csmapper/APPLE/
H A DROMAN%UCS.src108 # Variants of Mac OS Roman are used for Croatian, Icelandic,
H A DUCS%ROMAN.src108 # Variants of Mac OS Roman are used for Croatian, Icelandic,
/freebsd/contrib/llvm-project/libcxx/include/
H A Dvariant181 template <class Visitor, class... Variants>
182 constexpr see below visit(Visitor&&, Variants&&...);
184 template <class R, class Visitor, class... Variants>
185 constexpr R visit(Visitor&&, Variants&&...); // since C++20
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA9.td2132 // VFP Load/Store Multiple Variants, and NEON VLDn/VSTn support.
2195 // VLDM PostRA Variants. These variants expand A9WriteLMfpPostRA into a
2253 // Resources for other (non-LDM/VLDM) Variants.
H A DARMInstrNEON.td5241 // +fp16fml Floating Point Multiplication Variants
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td408 list<SchedVar> Variants = variants;
H A DTarget.td1618 // Variant - AsmParsers can be of multiple different variants. Variants are
1755 // Variant - AsmWriters can be of multiple different variants. Variants are
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoF.td135 // Variants of the rounding mode operand that default to 'rne'. This is used
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td150 "Enable Armv8.2-A PAN s1e1R and s1e1W Variants", [FeaturePAN]>;
H A DAArch64CallingConvention.td737 // Variants of the standard calling conventions for shadow call stack.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td1880 // Variants indexing into a 128-bit vector are A64 only.
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td992 // Variants of FBCOND that uses V9 opcode
/freebsd/contrib/bmake/
H A Dbmake.cat1538 Variants of these variables with the punctuation followed immediately by
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp19912 std::array<unsigned, 8> Variants; member
19916 if (Index >= Variants.size()) in getMMAIntrinsic()
19918 return Variants[Index]; in getMMAIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td2077 // Variants for register/immediate permutations of $b and $c
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src24719 # (X) Select Alternate Presentation Variants is used only for non-Latin