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.cpp525 static unsigned getBranchOpcode(ISD::CondCode Cond) { in getBranchOpcode() function
562 unsigned BrOpcode = getBranchOpcode(CC); in LowerSELECT_CC()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h103 static unsigned getBranchOpcode(BranchPredicate Cond);
H A DSIInstrInfo.cpp2996 unsigned SIInstrInfo::getBranchOpcode(SIInstrInfo::BranchPredicate Cond) { in getBranchOpcode() function in SIInstrInfo
3172 = getBranchOpcode(static_cast<BranchPredicate>(Cond[0].getImm())); in insertBranch()