Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp2945 unsigned SIInstrInfo::getBranchOpcode(SIInstrInfo::BranchPredicate Cond) { in getBranchOpcode()
2964 SIInstrInfo::BranchPredicate SIInstrInfo::getBranchPredicate(unsigned Opcode) { in getBranchPredicate()
3001 BranchPredicate Pred = getBranchPredicate(I->getOpcode()); in analyzeBranchImpl()
3121 = getBranchOpcode(static_cast<BranchPredicate>(Cond[0].getImm())); in insertBranch()
3216 BranchPredicate Pred = static_cast<BranchPredicate>(Cond[0].getImm()); in insertSelect()
3218 Pred = static_cast<BranchPredicate>(-Pred); in insertSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1919 auto BranchPredicate = BranchCond->getPredicate(); in performSymbolicCmpEvaluation() local
1922 BranchPredicate = BranchCond->getSwappedPredicate(); in performSymbolicCmpEvaluation()
1928 if (CmpInst::isImpliedTrueByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()
1935 if (CmpInst::isImpliedFalseByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()
1944 if (BranchPredicate == OurPredicate) { in performSymbolicCmpEvaluation()
1949 } else if (BranchPredicate == in performSymbolicCmpEvaluation()