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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h53 enum BranchPredicate { enum in class:llvm::final
65 static unsigned getBranchOpcode(BranchPredicate Cond);
66 static BranchPredicate getBranchPredicate(unsigned Opcode);
H A DSIInstrInfo.cpp2075 unsigned SIInstrInfo::getBranchOpcode(SIInstrInfo::BranchPredicate Cond) {
2094 SIInstrInfo::BranchPredicate SIInstrInfo::getBranchPredicate(unsigned Opcode) {
2131 BranchPredicate Pred = getBranchPredicate(I->getOpcode());
2281 = getBranchOpcode(static_cast<BranchPredicate>(Cond[0].getImm()));
2374 BranchPredicate Pred = static_cast<BranchPredicate>(Cond[0].getImm());
2376 Pred = static_cast<BranchPredicate>(-Pred);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1911 auto BranchPredicate = BranchCond->getPredicate();
1914 BranchPredicate = BranchCond->getSwappedPredicate();
1920 if (CmpInst::isImpliedTrueByMatchingCmp(BranchPredicate,
1927 if (CmpInst::isImpliedFalseByMatchingCmp(BranchPredicate,
1936 if (BranchPredicate == OurPredicate) {
1941 } else if (BranchPredicate ==

Completed in 133 milliseconds