Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h31 enum BranchPredicate { enum
41 static unsigned getBranchOpcode(BranchPredicate Cond);
42 static BranchPredicate getBranchPredicate(unsigned Opcode);
DSIInstrInfo.cpp1069 unsigned SIInstrInfo::getBranchOpcode(SIInstrInfo::BranchPredicate Cond) { in getBranchOpcode()
1088 SIInstrInfo::BranchPredicate SIInstrInfo::getBranchPredicate(unsigned Opcode) { in getBranchPredicate()
1122 BranchPredicate Pred = getBranchPredicate(I->getOpcode()); in analyzeBranch()
1175 = getBranchOpcode(static_cast<BranchPredicate>(Cond[0].getImm())); in InsertBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h51 enum BranchPredicate { enum
63 static unsigned getBranchOpcode(BranchPredicate Cond);
64 static BranchPredicate getBranchPredicate(unsigned Opcode);
DSIInstrInfo.cpp1561 unsigned SIInstrInfo::getBranchOpcode(SIInstrInfo::BranchPredicate Cond) { in getBranchOpcode()
1580 SIInstrInfo::BranchPredicate SIInstrInfo::getBranchPredicate(unsigned Opcode) { in getBranchPredicate()
1617 BranchPredicate Pred = getBranchPredicate(I->getOpcode()); in analyzeBranchImpl()
1736 = getBranchOpcode(static_cast<BranchPredicate>(Cond[0].getImm())); in insertBranch()
1828 BranchPredicate Pred = static_cast<BranchPredicate>(Cond[0].getImm()); in insertSelect()
1830 Pred = static_cast<BranchPredicate>(-Pred); in insertSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1928 auto BranchPredicate = BranchCond->getPredicate(); in performSymbolicCmpEvaluation() local
1931 BranchPredicate = BranchCond->getSwappedPredicate(); in performSymbolicCmpEvaluation()
1937 if (CmpInst::isImpliedTrueByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()
1944 if (CmpInst::isImpliedFalseByMatchingCmp(BranchPredicate, in performSymbolicCmpEvaluation()
1953 if (BranchPredicate == OurPredicate) { in performSymbolicCmpEvaluation()
1958 } else if (BranchPredicate == in performSymbolicCmpEvaluation()