Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h91 enum BranchPredicate { enum
103 static unsigned getBranchOpcode(BranchPredicate Cond);
104 static BranchPredicate getBranchPredicate(unsigned Opcode);
H A DSIInstrInfo.cpp2996 unsigned SIInstrInfo::getBranchOpcode(SIInstrInfo::BranchPredicate Cond) { in getBranchOpcode()
3015 SIInstrInfo::BranchPredicate SIInstrInfo::getBranchPredicate(unsigned Opcode) { in getBranchPredicate()
3052 BranchPredicate Pred = getBranchPredicate(I->getOpcode()); in analyzeBranchImpl()
3172 = getBranchOpcode(static_cast<BranchPredicate>(Cond[0].getImm())); in insertBranch()
3267 BranchPredicate Pred = static_cast<BranchPredicate>(Cond[0].getImm()); in insertSelect()
3269 Pred = static_cast<BranchPredicate>(-Pred); in insertSelect()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1923 auto BranchPredicate = BranchCond->getPredicate(); in performSymbolicCmpEvaluation() local
1926 BranchPredicate = BranchCond->getSwappedPredicate(); in performSymbolicCmpEvaluation()
1932 if (CmpInst::isImpliedTrueByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()
1939 if (CmpInst::isImpliedFalseByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()
1948 if (BranchPredicate == OurPredicate) { in performSymbolicCmpEvaluation()
1953 } else if (BranchPredicate == in performSymbolicCmpEvaluation()