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

  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 141 /// GetCondBranchFromCond - Return the Branch instruction
143 static inline unsigned GetCondBranchFromCond(XCore::CondCode CC)
290 unsigned Opc = GetCondBranchFromCond((XCore::CondCode)Cond[0].getImm());
299 unsigned Opc = GetCondBranchFromCond((XCore::CondCode)Cond[0].getImm());
  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.h 89 inline static unsigned GetCondBranchFromCond(CondCode CC) {
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 885 milliseconds