Searched refs:PredDef (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 1690 MachineInstr *PredDef = MRI->getVRegDef(P); in fixupInductionVariable() local 1692 if (!PredDef->isCompare()) in fixupInductionVariable() 1702 for (unsigned i = 0, n = PredDef->getNumOperands(); i < n; ++i) { in fixupInductionVariable() 1703 MachineOperand &MO = PredDef->getOperand(i); in fixupInductionVariable() 1752 MachineOperand &MO = PredDef->getOperand(i); in fixupInductionVariable() 1775 bool Order = orderBumpCompare(IndI, PredDef); in fixupInductionVariable() 1788 getComparisonKind(PredDef->getOpcode(), nullptr, nullptr, 0); in fixupInductionVariable() 1805 if (CmpImmOp->isImm() && !TII->isExtendable(*PredDef) && in fixupInductionVariable() 1812 bool Order = orderBumpCompare(BumpI, PredDef); in fixupInductionVariable() 1818 for (unsigned i = 0, n = PredDef->getNumOperands(); i < n; ++i) { in fixupInductionVariable() [all …]
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 1352 bool mutuallyExclusive(Record *PredDef, ArrayRef<Record *> Preds, 1371 bool PredTransitions::mutuallyExclusive(Record *PredDef, in mutuallyExclusive() argument 1375 if (PC.Predicate == PredDef) in mutuallyExclusive() 1381 if (any_of(Variants, [PredDef](const Record *R) { in mutuallyExclusive() 1382 return R->getValueAsDef("Predicate") == PredDef; in mutuallyExclusive() 1493 Record *PredDef = Variant.VarOrSeqDef->getValueAsDef("Predicate"); in getIntersectingVariants() local 1494 if (mutuallyExclusive(PredDef, AllPreds, TransVec[TransIdx].PredTerm)) in getIntersectingVariants() 1526 Record *PredDef = VInfo.VarOrSeqDef->getValueAsDef("Predicate"); in pushVariant() local 1527 Trans.PredTerm.emplace_back(IsRead, VInfo.RWIdx,PredDef); in pushVariant() 2201 for (const Record *PredDef : Inst.TheDef->getValueAsListOfDefs("Predicates")) { in isUnsupported() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 898 BasicBlock *PredDef = in SimplifyEqualityComparisonWithOnlyPredecessor() local 900 EliminateBlockCases(PredDef, PredCases); // Remove default from cases. in SimplifyEqualityComparisonWithOnlyPredecessor() 909 if (PredDef == TI->getParent()) { in SimplifyEqualityComparisonWithOnlyPredecessor() 925 ThisCases[0].Dest->removePredecessor(PredDef); in SimplifyEqualityComparisonWithOnlyPredecessor() 935 {{DominatorTree::Delete, PredDef, ThisCases[0].Dest}}); in SimplifyEqualityComparisonWithOnlyPredecessor() 956 Successor->removePredecessor(PredDef); in SimplifyEqualityComparisonWithOnlyPredecessor() 967 Updates.push_back({DominatorTree::Delete, PredDef, I.first}); in SimplifyEqualityComparisonWithOnlyPredecessor()
|