Home
last modified time | relevance | path

Searched refs:GetCondBranchFromCond (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp146 static inline unsigned GetCondBranchFromCond(XCore::CondCode CC) in GetCondBranchFromCond() function
289 unsigned Opc = GetCondBranchFromCond((XCore::CondCode)Cond[0].getImm()); in insertBranch()
298 unsigned Opc = GetCondBranchFromCond((XCore::CondCode)Cond[0].getImm()); in insertBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h97 static inline unsigned GetCondBranchFromCond(M68k::CondCode CC) { in GetCondBranchFromCond() function
H A DM68kInstrInfo.cpp197 unsigned BNCC = GetCondBranchFromCond(BranchCode); in AnalyzeBranchImpl()
301 unsigned Opc = GetCondBranchFromCond(CC); in insertBranch()
H A DM68kISelLowering.cpp3069 unsigned Opc = M68k::GetCondBranchFromCond(CC); in EmitLoweredSelect()
3073 unsigned Opc2 = M68k::GetCondBranchFromCond( in EmitLoweredSelect()