Home
last modified time | relevance | path

Searched refs:COND_O (Results 1 – 6 of 6) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h46 COND_O = 13, enumerator
H A DX86InstrInfo.cpp2725 case X86::JO_1: return X86::COND_O; in getCondFromBranchOpc()
2747 case X86::SETOr: case X86::SETOm: return X86::COND_O; in getCondFromSETOpc()
2798 return X86::COND_O; in getCondFromCMovOpc()
2825 case X86::COND_O: return X86::JO_1; in GetCondBranchFromCond()
2849 case X86::COND_O: return X86::COND_NO; in GetOppositeBranchCondition()
2850 case X86::COND_NO: return X86::COND_O; in GetOppositeBranchCondition()
3970 case X86::COND_O: case X86::COND_NO: in optimizeCompareInstr()
H A DX86ISelLowering.cpp14811 case X86::COND_O: case X86::COND_NO: { in EmitTest()
16328 case X86::COND_O: in LowerBRCOND()
16356 X86Opcode = X86ISD::INC; X86Cond = X86::COND_O; in LowerBRCOND()
17309 X86CC = X86::COND_O; in LowerINTRINSIC_WO_CHAIN()
17313 X86CC = X86::COND_O; in LowerINTRINSIC_WO_CHAIN()
18982 Cond = X86::COND_O; in LowerXALUO()
18986 Cond = X86::COND_O; in LowerXALUO()
18998 Cond = X86::COND_O; in LowerXALUO()
19002 Cond = X86::COND_O; in LowerXALUO()
19010 Cond = X86::COND_O; in LowerXALUO()
[all …]
H A DX86FastISel.cpp268 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break; in foldX86XALUIntrinsic()
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUInstructions.td102 def COND_O : PatLeaf <(cond), [{return N->get() == ISD::SETO;}]>;
H A DSIInstructions.td513 defm V_CMP_O_F32 : VOPC_F32 <vopc<0x7, 0x47>, "v_cmp_o_f32", COND_O>;
551 defm V_CMP_O_F64 : VOPC_F64 <vopc<0x27, 0x67>, "v_cmp_o_f64", COND_O>;