Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h53 enum BranchPredicate { enum
65 static unsigned getBranchOpcode(BranchPredicate Cond);
66 static BranchPredicate getBranchPredicate(unsigned Opcode);
DSIInstrInfo.cpp1872 unsigned SIInstrInfo::getBranchOpcode(SIInstrInfo::BranchPredicate Cond) { in getBranchOpcode()
1891 SIInstrInfo::BranchPredicate SIInstrInfo::getBranchPredicate(unsigned Opcode) { in getBranchPredicate()
1928 BranchPredicate Pred = getBranchPredicate(I->getOpcode()); in analyzeBranchImpl()
2078 = getBranchOpcode(static_cast<BranchPredicate>(Cond[0].getImm())); in insertBranch()
2170 BranchPredicate Pred = static_cast<BranchPredicate>(Cond[0].getImm()); in insertSelect()
2172 Pred = static_cast<BranchPredicate>(-Pred); in insertSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1910 auto BranchPredicate = BranchCond->getPredicate(); in performSymbolicCmpEvaluation() local
1913 BranchPredicate = BranchCond->getSwappedPredicate(); in performSymbolicCmpEvaluation()
1919 if (CmpInst::isImpliedTrueByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()
1926 if (CmpInst::isImpliedFalseByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()
1935 if (BranchPredicate == OurPredicate) { in performSymbolicCmpEvaluation()
1940 } else if (BranchPredicate == in performSymbolicCmpEvaluation()