Home
last modified time | relevance | path

Searched defs:GetOppositeBranchCondition (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp157 static inline XCore::CondCode GetOppositeBranchCondition(XCore::CondCode CC) in GetOppositeBranchCondition() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp80 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC) in GetOppositeBranchCondition() function
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVEInstrInfo.cpp43 static VECC::CondCode GetOppositeBranchCondition(VECC::CondCode CC) { in GetOppositeBranchCondition() function
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrInfo.cpp2768 X86::CondCode X86::GetOppositeBranchCondition(X86::CondCode CC) { in GetOppositeBranchCondition() function in X86