Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h46 enum BranchPredicate { enum
58 static unsigned getBranchOpcode(BranchPredicate Cond);
59 static BranchPredicate getBranchPredicate(unsigned Opcode);
H A DSIInstrInfo.cpp2267 unsigned SIInstrInfo::getBranchOpcode(SIInstrInfo::BranchPredicate Cond) { in getBranchOpcode()
2286 SIInstrInfo::BranchPredicate SIInstrInfo::getBranchPredicate(unsigned Opcode) { in getBranchPredicate()
2323 BranchPredicate Pred = getBranchPredicate(I->getOpcode()); in analyzeBranchImpl()
2442 = getBranchOpcode(static_cast<BranchPredicate>(Cond[0].getImm())); in insertBranch()
2538 BranchPredicate Pred = static_cast<BranchPredicate>(Cond[0].getImm()); in insertSelect()
2540 Pred = static_cast<BranchPredicate>(-Pred); in insertSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1880 auto BranchPredicate = BranchCond->getPredicate(); in performSymbolicCmpEvaluation() local
1883 BranchPredicate = BranchCond->getSwappedPredicate(); in performSymbolicCmpEvaluation()
1889 if (CmpInst::isImpliedTrueByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()
1896 if (CmpInst::isImpliedFalseByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()
1905 if (BranchPredicate == OurPredicate) { in performSymbolicCmpEvaluation()
1910 } else if (BranchPredicate == in performSymbolicCmpEvaluation()