Searched refs:BranchPredicate (Results 1 – 5 of 5) sorted by relevance
31 enum BranchPredicate { enum41 static unsigned getBranchOpcode(BranchPredicate Cond);42 static BranchPredicate getBranchPredicate(unsigned Opcode);
1069 unsigned SIInstrInfo::getBranchOpcode(SIInstrInfo::BranchPredicate Cond) { in getBranchOpcode()1088 SIInstrInfo::BranchPredicate SIInstrInfo::getBranchPredicate(unsigned Opcode) { in getBranchPredicate()1122 BranchPredicate Pred = getBranchPredicate(I->getOpcode()); in analyzeBranch()1175 = getBranchOpcode(static_cast<BranchPredicate>(Cond[0].getImm())); in InsertBranch()
51 enum BranchPredicate { enum63 static unsigned getBranchOpcode(BranchPredicate Cond);64 static BranchPredicate getBranchPredicate(unsigned Opcode);
1561 unsigned SIInstrInfo::getBranchOpcode(SIInstrInfo::BranchPredicate Cond) { in getBranchOpcode()1580 SIInstrInfo::BranchPredicate SIInstrInfo::getBranchPredicate(unsigned Opcode) { in getBranchPredicate()1617 BranchPredicate Pred = getBranchPredicate(I->getOpcode()); in analyzeBranchImpl()1736 = getBranchOpcode(static_cast<BranchPredicate>(Cond[0].getImm())); in insertBranch()1828 BranchPredicate Pred = static_cast<BranchPredicate>(Cond[0].getImm()); in insertSelect()1830 Pred = static_cast<BranchPredicate>(-Pred); in insertSelect()
1928 auto BranchPredicate = BranchCond->getPredicate(); in performSymbolicCmpEvaluation() local1931 BranchPredicate = BranchCond->getSwappedPredicate(); in performSymbolicCmpEvaluation()1937 if (CmpInst::isImpliedTrueByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()1944 if (CmpInst::isImpliedFalseByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()1953 if (BranchPredicate == OurPredicate) { in performSymbolicCmpEvaluation()1958 } else if (BranchPredicate == in performSymbolicCmpEvaluation()