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

  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 159 /// GetOppositeBranchCondition - Return the inverse of the specified
161 static inline XCore::CondCode GetOppositeBranchCondition(XCore::CondCode CC)
420 Cond[0].setImm(GetOppositeBranchCondition((XCore::CondCode)Cond[0].getImm()));
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 87 static SPCC::CondCodes GetOppositeBranchCondition(SPCC::CondCodes CC)
203 BranchCode = GetOppositeBranchCondition(BranchCode);
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 77 /// GetOppositeBranchCondition - Return the inverse of the specified cond,
79 CondCode GetOppositeBranchCondition(CondCode CC);
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 171 milliseconds