Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp818 static unsigned getBranchOpcode(ISD::CondCode Cond) { in getBranchOpcode() function
900 unsigned BrOpcode = getBranchOpcode(CC); in LowerSELECT_CC()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h105 static unsigned getBranchOpcode(BranchPredicate Cond);
H A DSIInstrInfo.cpp3070 unsigned SIInstrInfo::getBranchOpcode(SIInstrInfo::BranchPredicate Cond) { in getBranchOpcode() function in SIInstrInfo
3233 = getBranchOpcode(static_cast<BranchPredicate>(Cond[0].getImm())); in insertBranch()