Searched defs:GetOppositeBranchCondition (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp88 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC) function
204 BranchCode = GetOppositeBranchCondition(BranchCode);
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp159 /// GetOppositeBranchCondition - Return the inverse of the specified
161 static inline XCore::CondCode GetOppositeBranchCondition(XCore::CondCode CC) function
420 Cond[0].setImm(GetOppositeBranchCondition((XCore::CondCode)Cond[0].getImm()));
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2628 /// GetOppositeBranchCondition - Return the inverse of the specified condition,
2630 X86::CondCode X86::GetOppositeBranchCondition(X86::CondCode CC) { function in class:X86
2838 BranchCode = GetOppositeBranchCondition(BranchCode);
3778 NewCC = GetOppositeBranchCondition(NewCC);
5152 Cond[0].setImm(GetOppositeBranchCondition(CC));

Completed in 653 milliseconds