HomeSort by relevance Sort by last modified time
    Searched defs:GetOppositeBranchCondition (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 79 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC)
192 BranchCode = GetOppositeBranchCondition(BranchCode);
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 152 /// GetOppositeBranchCondition - Return the inverse of the specified
154 static inline XCore::CondCode GetOppositeBranchCondition(XCore::CondCode CC)
404 Cond[0].setImm(GetOppositeBranchCondition((XCore::CondCode)Cond[0].getImm()));
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 343 milliseconds