Searched refs:PredDef (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 1707 MachineInstr *PredDef = MRI->getVRegDef(P); in fixupInductionVariable() local 1709 if (!PredDef->isCompare()) in fixupInductionVariable() 1719 for (unsigned i = 0, n = PredDef->getNumOperands(); i < n; ++i) { in fixupInductionVariable() 1720 MachineOperand &MO = PredDef->getOperand(i); in fixupInductionVariable() 1769 MachineOperand &MO = PredDef->getOperand(i); in fixupInductionVariable() 1792 bool Order = orderBumpCompare(IndI, PredDef); in fixupInductionVariable() 1805 getComparisonKind(PredDef->getOpcode(), nullptr, nullptr, 0); in fixupInductionVariable() 1823 if (!isImmValidForOpcode(PredDef->getOpcode(), CmpImm)) in fixupInductionVariable() 1829 bool Order = orderBumpCompare(BumpI, PredDef); in fixupInductionVariable() 1835 for (unsigned i = 0, n = PredDef->getNumOperands(); i < n; ++i) { in fixupInductionVariable() [all …]
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 1338 bool mutuallyExclusive(Record *PredDef, ArrayRef<PredCheck> Term); 1356 bool PredTransitions::mutuallyExclusive(Record *PredDef, in mutuallyExclusive() argument 1359 if (PC.Predicate == PredDef) in mutuallyExclusive() 1365 if (any_of(Variants, [PredDef](const Record *R) { in mutuallyExclusive() 1366 return R->getValueAsDef("Predicate") == PredDef; in mutuallyExclusive() 1477 Record *PredDef = Variant.VarOrSeqDef->getValueAsDef("Predicate"); in getIntersectingVariants() local 1478 if (mutuallyExclusive(PredDef, TransVec[TransIdx].PredTerm)) in getIntersectingVariants() 1512 Record *PredDef = VInfo.VarOrSeqDef->getValueAsDef("Predicate"); in pushVariant() local 1513 Trans.PredTerm.emplace_back(IsRead, VInfo.RWIdx,PredDef); in pushVariant() 2146 for (const Record *PredDef : Inst.TheDef->getValueAsListOfDefs("Predicates")) { in isUnsupported() local [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 824 BasicBlock *PredDef = in SimplifyEqualityComparisonWithOnlyPredecessor() local 826 EliminateBlockCases(PredDef, PredCases); // Remove default from cases. in SimplifyEqualityComparisonWithOnlyPredecessor() 835 if (PredDef == TI->getParent()) { in SimplifyEqualityComparisonWithOnlyPredecessor()
|