Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1668 MachineInstr *PredDef = MRI->getVRegDef(P); in fixupInductionVariable() local
1670 if (!PredDef->isCompare()) in fixupInductionVariable()
1680 for (unsigned i = 0, n = PredDef->getNumOperands(); i < n; ++i) { in fixupInductionVariable()
1681 MachineOperand &MO = PredDef->getOperand(i); in fixupInductionVariable()
1729 for (unsigned i = 1, n = PredDef->getNumOperands(); i < n; ++i) { in fixupInductionVariable()
1730 MachineOperand &MO = PredDef->getOperand(i); in fixupInductionVariable()
1753 bool Order = orderBumpCompare(IndI, PredDef); in fixupInductionVariable()
1765 Comparison::Kind Cmp = getComparisonKind(PredDef->getOpcode(), 0, 0, 0); in fixupInductionVariable()
1783 if (!isImmValidForOpcode(PredDef->getOpcode(), CmpImm)) in fixupInductionVariable()
1789 bool Order = orderBumpCompare(BumpI, PredDef); in fixupInductionVariable()
[all …]
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp950 bool mutuallyExclusive(Record *PredDef, ArrayRef<PredCheck> Term);
967 bool PredTransitions::mutuallyExclusive(Record *PredDef, in mutuallyExclusive() argument
972 if (I->Predicate == PredDef) in mutuallyExclusive()
979 if ((*VI)->getValueAsDef("Predicate") == PredDef) in mutuallyExclusive()
1106 Record *PredDef = Variant.VarOrSeqDef->getValueAsDef("Predicate"); in getIntersectingVariants() local
1107 if (mutuallyExclusive(PredDef, TransVec[TransIdx].PredTerm)) in getIntersectingVariants()
1142 Record *PredDef = VInfo.VarOrSeqDef->getValueAsDef("Predicate"); in pushVariant() local
1143 Trans.PredTerm.push_back(PredCheck(IsRead, VInfo.RWIdx,PredDef)); in pushVariant()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp661 BasicBlock *PredDef = GetValueEqualityComparisonCases(Pred->getTerminator(), in SimplifyEqualityComparisonWithOnlyPredecessor() local
663 EliminateBlockCases(PredDef, PredCases); // Remove default from cases. in SimplifyEqualityComparisonWithOnlyPredecessor()
672 if (PredDef == TI->getParent()) { in SimplifyEqualityComparisonWithOnlyPredecessor()