Home
last modified time | relevance | path

Searched refs:PredDef (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1692 MachineInstr *PredDef = MRI->getVRegDef(P); in fixupInductionVariable() local
1694 if (!PredDef->isCompare()) in fixupInductionVariable()
1704 for (MachineOperand &MO : PredDef->operands()) { in fixupInductionVariable()
1752 for (unsigned i = 1, n = PredDef->getNumOperands(); i < n; ++i) { in fixupInductionVariable()
1753 MachineOperand &MO = PredDef->getOperand(i); in fixupInductionVariable()
1776 bool Order = orderBumpCompare(IndI, PredDef); in fixupInductionVariable()
1789 getComparisonKind(PredDef->getOpcode(), nullptr, nullptr, 0); in fixupInductionVariable()
1806 if (CmpImmOp->isImm() && !TII->isExtendable(*PredDef) && in fixupInductionVariable()
1807 !TII->isValidOffset(PredDef->getOpcode(), CmpImm, TRI, false)) in fixupInductionVariable()
1813 bool Order = orderBumpCompare(BumpI, PredDef); in fixupInductionVariable()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1369 bool mutuallyExclusive(Record *PredDef, ArrayRef<Record *> Preds,
1388 bool PredTransitions::mutuallyExclusive(Record *PredDef, in mutuallyExclusive() argument
1392 if (PC.Predicate == PredDef) in mutuallyExclusive()
1398 if (any_of(Variants, [PredDef](const Record *R) { in mutuallyExclusive()
1399 return R->getValueAsDef("Predicate") == PredDef; in mutuallyExclusive()
1510 Record *PredDef = Variant.VarOrSeqDef->getValueAsDef("Predicate"); in getIntersectingVariants() local
1511 if (mutuallyExclusive(PredDef, AllPreds, TransVec[TransIdx].PredTerm)) in getIntersectingVariants()
1543 Record *PredDef = VInfo.VarOrSeqDef->getValueAsDef("Predicate"); in pushVariant() local
1544 Trans.PredTerm.emplace_back(IsRead, VInfo.RWIdx,PredDef); in pushVariant()
2218 for (const Record *PredDef : Inst.TheDef->getValueAsListOfDefs("Predicates")) { in isUnsupported() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp907 BasicBlock *PredDef = in SimplifyEqualityComparisonWithOnlyPredecessor() local
909 EliminateBlockCases(PredDef, PredCases); // Remove default from cases. in SimplifyEqualityComparisonWithOnlyPredecessor()
918 if (PredDef == TI->getParent()) { in SimplifyEqualityComparisonWithOnlyPredecessor()
934 ThisCases[0].Dest->removePredecessor(PredDef); in SimplifyEqualityComparisonWithOnlyPredecessor()
944 {{DominatorTree::Delete, PredDef, ThisCases[0].Dest}}); in SimplifyEqualityComparisonWithOnlyPredecessor()
965 Successor->removePredecessor(PredDef); in SimplifyEqualityComparisonWithOnlyPredecessor()
976 Updates.push_back({DominatorTree::Delete, PredDef, I.first}); in SimplifyEqualityComparisonWithOnlyPredecessor()