Home
last modified time | relevance | path

Searched defs:Predicate (Results 1 – 25 of 74) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h400 LegalityPredicate Predicate; variable
407 : Predicate(Predicate), Action(Action), Mutation(Mutation) {} in Predicate() argument
473 LegalityPredicate Predicate) { in actionIf()
592 LegalizeRuleSet &legalIf(LegalityPredicate Predicate) { in legalIf()
656 LegalizeRuleSet &bitcastIf(LegalityPredicate Predicate, in bitcastIf()
674 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate) { in lowerIf()
682 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate, in lowerIf()
738 LegalizeRuleSet &libcallIf(LegalityPredicate Predicate) { in libcallIf()
763 LegalizeRuleSet &widenScalarIf(LegalityPredicate Predicate, in widenScalarIf()
772 LegalizeRuleSet &narrowScalarIf(LegalityPredicate Predicate, in narrowScalarIf()
[all …]
H A DGIMatchTableExecutorImpl.h323 uint16_t Predicate = readU16(); in executeMatchTable() local
348 uint16_t Predicate = readU16(); in executeMatchTable() local
369 uint16_t Predicate = readU16(); in executeMatchTable() local
421 uint16_t Predicate = readU16(); in executeMatchTable() local
435 uint16_t Predicate = readU16(); in executeMatchTable() local
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DMacroFusionPredicatorEmitter.cpp140 void MacroFusionPredicatorEmitter::emitFirstPredicate(Record *Predicate, in emitFirstPredicate()
172 void MacroFusionPredicatorEmitter::emitSecondPredicate(Record *Predicate, in emitSecondPredicate()
192 void MacroFusionPredicatorEmitter::emitBothPredicate(Record *Predicate, in emitBothPredicate()
H A DGlobalISelEmitter.cpp203 const TreePredicateFn &Predicate = Call.Fn; in isTrivialOperatorNode() local
514 const TreePredicateFn &Predicate = Call.Fn; in getEquivNode() local
549 const TreePredicateFn &Predicate) { in getMemSizeBitsFromPredicate()
562 const Record *SrcGIEquivOrNull, const TreePredicateFn &Predicate, in addBuiltinPredicates()
749 const TreePredicateFn &Predicate = Call.Fn; in createAndImportSelDAGMatcher() local
982 const TreePredicateFn &Predicate = Call.Fn; in importChildMatcher() local
2491 void GlobalISelEmitter::declareSubtargetFeature(Record *Predicate) { in declareSubtargetFeature()
H A DGlobalISelMatchTable.cpp33 std::string getEnumNameForPredicate(const TreePredicateFn &Predicate) { in getEnumNameForPredicate()
40 std::string getMatchOpcodeForImmPredicate(const TreePredicateFn &Predicate) { in getMatchOpcodeForImmPredicate()
475 const PredicateMatcher &Predicate = Candidate.getFirstCondition(); in addMatcher() local
596 const PredicateMatcher &Predicate = Candidate.getFirstCondition(); in addMatcher() local
1355 const std::unique_ptr<OperandPredicateMatcher> &Predicate) { in countRendererFns()
1613 unsigned InsnVarID, TreePredicateFn Predicate) in GenericInstructionPredicateMatcher()
1736 const std::unique_ptr<PredicateMatcher> &Predicate) { in countRendererFns()
H A DGlobalISelMatchTable.h727 void prependPredicate(std::unique_ptr<PredicateTy> &&Predicate) { in prependPredicate()
750 for (const auto &Predicate : predicates()) in emitPredicateListOpcodes() local
770 for (const auto &Predicate : predicates()) { in emitFilteredPredicateListOpcodes() local
1215 const TreePredicateFn &Predicate) in OperandImmPredicateMatcher()
1306 for (const auto &Predicate : predicates()) in isSameAsAnotherOperand() local
1452 const TreePredicateFn &Predicate) in InstructionImmPredicateMatcher()
H A DDAGISelMatcherEmitter.cpp145 for (auto &Predicate : NodePredicatesByCodeToRun) { in MatcherTableEmitter() local
161 for (const auto &Predicate : PredicateList) { in MatcherTableEmitter() local
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h48 Predicate() : m_value() {} in Predicate() function
57 Predicate(T initial_value) : m_value(initial_value) {} in Predicate() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.h47 CmpInst::Predicate Predicate; member
H A DARMLegalizerInfo.cpp355 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls()
408 auto Predicate = in legalizeCustom() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp207 Value *Predicate; in scalarizeMaskedLoad() local
337 Value *Predicate; in scalarizeMaskedStore() local
459 Value *Predicate; in scalarizeMaskedGather() local
586 Value *Predicate; in scalarizeMaskedScatter() local
692 Value *Predicate; in scalarizeMaskedExpandLoad() local
802 Value *Predicate; in scalarizeMaskedCompressStore() local
H A DLowerExpectIntrinsic.cpp288 CmpInst::Predicate Predicate; in handleBrSelExpect() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp87 UnaryPredicate Predicate) { in copy_if_else()
111 static InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp94 auto AddVariantDecl = [&](const ElementCount &VF, bool Predicate) { in addMappingsFromTLI()
H A DFlattenCFG.cpp257 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCPredicates.h26 enum Predicate { enum
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp163 return llvm::any_of(Predicates, [&](MacroFusionPredTy Predicate) { in shouldScheduleAdjacent()
H A DEarlyIfConversion.cpp438 bool SSAIfConv::canConvertIf(MachineBasicBlock *MBB, bool Predicate) { in canConvertIf()
686 bool Predicate) { in convertIf()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h75 CmpInst::Predicate Predicate; member
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c629 ACPI_PARSE_OBJECT *Predicate; in TrDoSwitch() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp176 const MCOperand &Predicate = HMCI.getOperand(0); in getCompoundOp() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp175 getX86SSEConditionCode(CmpInst::Predicate Predicate) { in getX86SSEConditionCode()
1447 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectCmp() local
1650 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectBranch() local
2042 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitCMoveSelect() local
2163 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitSSESelect() local
2351 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectSelect() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h95 Hint Predicate; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp175 ICmpInst::Predicate Predicate; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h430 SectionFilterPredicate Predicate; variable

123