Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h78 COND_O = 0, enumerator
280 case X86::COND_O: // JO in classifySecondCondCodeInMacroFusion()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOPCInstructions.td594 defm V_CMP_O_F32 : VOPC_F32 <"v_cmp_o_f32", COND_O>;
628 defm V_CMP_O_F64 : VOPC_F64 <"v_cmp_o_f64", COND_O>;
736 defm V_CMP_O_F16 : VOPC_F16 <"v_cmp_o_f16", COND_O>;
1349 defm : FCMP_Pattern <COND_O, V_CMP_O_F32_e64, f32>;
1358 defm : FCMP_Pattern <COND_O, V_CMP_O_F64_e64, f64>;
1382 defm : FCMP_Pattern <COND_O, V_CMP_O_F16_t16_e64, f16>;
1400 defm : FCMP_Pattern <COND_O, V_CMP_O_F16_fake16_e64, f16>;
1418 defm : FCMP_Pattern <COND_O, V_CMP_O_F16_e64, f16>;
H A DAMDGPUInstructions.td354 def COND_O : PatFrags<(ops), [(OtherVT SETO)]>;
H A DSOPInstructions.td1366 def S_CMP_O_F32 : SOPC_CMP_F32<"s_cmp_o_f32", COND_O>;
1381 def S_CMP_O_F16 : SOPC_CMP_F16<"s_cmp_o_f16", COND_O>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp252 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break; in foldX86XALUIntrinsic()
2913 BaseOpc = ISD::ADD; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall()
2917 BaseOpc = ISD::SUB; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall()
2921 BaseOpc = X86ISD::SMUL; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall()
2923 BaseOpc = X86ISD::UMUL; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall()
2939 CondCode == X86::COND_O) { in fastLowerIntrinsicCall()
H A DX86InstrInfo.cpp3248 case X86::COND_O: in getCCMPCondFlagsFromCondCode()
3334 case X86::COND_O: in GetOppositeBranchCondition()
3337 return X86::COND_O; in GetOppositeBranchCondition()
5512 case X86::COND_O: in optimizeCompareInstr()
H A DX86ISelDAGToDAG.cpp3407 case X86::COND_O: case X86::COND_NO: in hasNoSignFlagUses()
3422 case X86::COND_O: case X86::COND_NO: in mayUseCarryFlag()
H A DX86ISelLowering.cpp23345 case X86::COND_O: case X86::COND_NO: { in EmitTest()
24571 X86::CondCode CondCode = CC == ISD::SETEQ ? X86::COND_O : X86::COND_NO; in emitFlagsForSetcc()
24742 Cond = X86::COND_O; in getX86XALUOOp()
24750 Cond = X86::COND_O; in getX86XALUOOp()
24758 Cond = X86::COND_O; in getX86XALUOOp()
24762 Cond = X86::COND_O; in getX86XALUOOp()
27180 X86CC = X86::COND_O; in LowerINTRINSIC_WO_CHAIN()
27184 X86CC = X86::COND_O; in LowerINTRINSIC_WO_CHAIN()
33053 SDValue SetCC = getSETCC(IsSigned ? X86::COND_O : X86::COND_B, in LowerADDSUBO_CARRY()
57229 case X86::COND_O: case X86::COND_NO: in needCarryOrOverflowFlag()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2848 .Case("o", X86::COND_O) // Overflow in ParseConditionCode()