Home
last modified time | relevance | path

Searched refs:BranchPredicate (Results 1 – 2 of 2) 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()