Searched refs:COND_O (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 78 COND_O = 0, enumerator 280 case X86::COND_O: // JO in classifySecondCondCodeInMacroFusion()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | VOPCInstructions.td | 487 defm V_CMP_O_F32 : VOPC_F32 <"v_cmp_o_f32", COND_O>; 521 defm V_CMP_O_F64 : VOPC_F64 <"v_cmp_o_f64", COND_O>; 629 defm V_CMP_O_F16 : VOPC_F16 <"v_cmp_o_f16", COND_O>; 1090 defm : FCMP_Pattern <COND_O, V_CMP_O_F32_e64, f32>; 1099 defm : FCMP_Pattern <COND_O, V_CMP_O_F64_e64, f64>; 1123 defm : FCMP_Pattern <COND_O, V_CMP_O_F16_t16_e64, f16>; 1141 defm : FCMP_Pattern <COND_O, V_CMP_O_F16_e64, f16>;
|
H A D | AMDGPUInstructions.td | 354 def COND_O : PatFrags<(ops), [(OtherVT SETO)]>;
|
H A D | SOPInstructions.td | 1385 def S_CMP_O_F32 : SOPC_CMP_F32<"s_cmp_o_f32", COND_O>; 1400 def S_CMP_O_F16 : SOPC_CMP_F16<"s_cmp_o_f16", COND_O>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 251 case Intrinsic::umul_with_overflow: TmpCC = X86::COND_O; break; in foldX86XALUIntrinsic() 2877 BaseOpc = ISD::ADD; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall() 2881 BaseOpc = ISD::SUB; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall() 2885 BaseOpc = X86ISD::SMUL; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall() 2887 BaseOpc = X86ISD::UMUL; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall() 2903 CondCode == X86::COND_O) { in fastLowerIntrinsicCall()
|
H A D | X86InstrInfo.cpp | 3208 case X86::COND_O: in getCCMPCondFlagsFromCondCode() 3276 case X86::COND_O: in GetOppositeBranchCondition() 3279 return X86::COND_O; in GetOppositeBranchCondition() 5421 case X86::COND_O: in optimizeCompareInstr()
|
H A D | X86ISelDAGToDAG.cpp | 3339 case X86::COND_O: case X86::COND_NO: in hasNoSignFlagUses() 3354 case X86::COND_O: case X86::COND_NO: in mayUseCarryFlag()
|
H A D | X86ISelLowering.cpp | 22610 case X86::COND_O: case X86::COND_NO: { in EmitTest() 23807 X86::CondCode CondCode = CC == ISD::SETEQ ? X86::COND_O : X86::COND_NO; in emitFlagsForSetcc() 23967 Cond = X86::COND_O; in getX86XALUOOp() 23975 Cond = X86::COND_O; in getX86XALUOOp() 23983 Cond = X86::COND_O; in getX86XALUOOp() 23987 Cond = X86::COND_O; in getX86XALUOOp() 26288 X86CC = X86::COND_O; in LowerINTRINSIC_WO_CHAIN() 26292 X86CC = X86::COND_O; in LowerINTRINSIC_WO_CHAIN() 31844 SDValue SetCC = getSETCC(IsSigned ? X86::COND_O : X86::COND_B, in LowerADDSUBO_CARRY() 55110 case X86::COND_O: case X86::COND_NO: in needCarryOrOverflowFlag() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2826 .Case("o", X86::COND_O) // Overflow in ParseConditionCode()
|