Searched refs:BranchPredicate (Results 1 – 3 of 3) sorted by relevance
93 enum BranchPredicate { enum105 static unsigned getBranchOpcode(BranchPredicate Cond);106 static BranchPredicate getBranchPredicate(unsigned Opcode);
3070 unsigned SIInstrInfo::getBranchOpcode(SIInstrInfo::BranchPredicate Cond) { in getBranchOpcode()3089 SIInstrInfo::BranchPredicate SIInstrInfo::getBranchPredicate(unsigned Opcode) { in getBranchPredicate()3120 BranchPredicate Pred = getBranchPredicate(I->getOpcode()); in analyzeBranchImpl()3233 = getBranchOpcode(static_cast<BranchPredicate>(Cond[0].getImm())); in insertBranch()3328 BranchPredicate Pred = static_cast<BranchPredicate>(Cond[0].getImm()); in insertSelect()3330 Pred = static_cast<BranchPredicate>(-Pred); in insertSelect()
1964 auto BranchPredicate = BranchCond->getPredicate(); in performSymbolicCmpEvaluation() local1967 BranchPredicate = BranchCond->getSwappedPredicate(); in performSymbolicCmpEvaluation()1973 if (auto R = ICmpInst::isImpliedByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()1981 if (BranchPredicate == OurPredicate) { in performSymbolicCmpEvaluation()1986 } else if (BranchPredicate == in performSymbolicCmpEvaluation()