Searched defs:GetOppositeBranchCondition (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/M68k/ | ||
H A D | M68kInstrInfo.h | 58 static inline M68k::CondCode GetOppositeBranchCondition(M68k::CondCode CC) { in GetOppositeBranchCondition() function |
/llvm-project/llvm/lib/Target/XCore/ | ||
H A D | XCoreInstrInfo.cpp | 157 static inline XCore::CondCode GetOppositeBranchCondition(XCore::CondCode CC) GetOppositeBranchCondition() function |
/llvm-project/llvm/lib/Target/Sparc/ | ||
H A D | SparcInstrInfo.cpp | 84 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC) GetOppositeBranchCondition() function |
/llvm-project/llvm/lib/Target/VE/ | ||
H A D | VEInstrInfo.cpp | 43 static VECC::CondCode GetOppositeBranchCondition(VECC::CondCode CC) { GetOppositeBranchCondition() function |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86InstrInfo.cpp | 3244 X86::CondCode X86::GetOppositeBranchCondition(X86::CondCode CC) { GetOppositeBranchCondition() function in X86 |