Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1704 MachineInstr *PredDef = MRI->getVRegDef(P); in fixupInductionVariable() local
1706 if (!PredDef->isCompare()) in fixupInductionVariable()
1716 for (unsigned i = 0, n = PredDef->getNumOperands(); i < n; ++i) { in fixupInductionVariable()
1717 MachineOperand &MO = PredDef->getOperand(i); in fixupInductionVariable()
1766 MachineOperand &MO = PredDef->getOperand(i); in fixupInductionVariable()
1789 bool Order = orderBumpCompare(IndI, PredDef); in fixupInductionVariable()
1802 getComparisonKind(PredDef->getOpcode(), nullptr, nullptr, 0); in fixupInductionVariable()
1820 if (!isImmValidForOpcode(PredDef->getOpcode(), CmpImm)) in fixupInductionVariable()
1826 bool Order = orderBumpCompare(BumpI, PredDef); in fixupInductionVariable()
1832 for (unsigned i = 0, n = PredDef->getNumOperands(); i < n; ++i) { in fixupInductionVariable()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1344 bool mutuallyExclusive(Record *PredDef, ArrayRef<Record *> Preds,
1363 bool PredTransitions::mutuallyExclusive(Record *PredDef, in mutuallyExclusive() argument
1367 if (PC.Predicate == PredDef) in mutuallyExclusive()
1373 if (any_of(Variants, [PredDef](const Record *R) { in mutuallyExclusive()
1374 return R->getValueAsDef("Predicate") == PredDef; in mutuallyExclusive()
1485 Record *PredDef = Variant.VarOrSeqDef->getValueAsDef("Predicate"); in getIntersectingVariants() local
1486 if (mutuallyExclusive(PredDef, AllPreds, TransVec[TransIdx].PredTerm)) in getIntersectingVariants()
1518 Record *PredDef = VInfo.VarOrSeqDef->getValueAsDef("Predicate"); in pushVariant() local
1519 Trans.PredTerm.emplace_back(IsRead, VInfo.RWIdx,PredDef); in pushVariant()
2195 for (const Record *PredDef : Inst.TheDef->getValueAsListOfDefs("Predicates")) { in isUnsupported() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp858 BasicBlock *PredDef = in SimplifyEqualityComparisonWithOnlyPredecessor() local
860 EliminateBlockCases(PredDef, PredCases); // Remove default from cases. in SimplifyEqualityComparisonWithOnlyPredecessor()
869 if (PredDef == TI->getParent()) { in SimplifyEqualityComparisonWithOnlyPredecessor()
885 ThisCases[0].Dest->removePredecessor(PredDef); in SimplifyEqualityComparisonWithOnlyPredecessor()
895 {{DominatorTree::Delete, PredDef, ThisCases[0].Dest}}); in SimplifyEqualityComparisonWithOnlyPredecessor()
916 Successor->removePredecessor(PredDef); in SimplifyEqualityComparisonWithOnlyPredecessor()
927 Updates.push_back({DominatorTree::Delete, PredDef, I.first}); in SimplifyEqualityComparisonWithOnlyPredecessor()