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 | 594 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 D | AMDGPUInstructions.td | 354 def COND_O : PatFrags<(ops), [(OtherVT SETO)]>;
|
| H A D | SOPInstructions.td | 1366 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 D | X86FastISel.cpp | 252 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 D | X86InstrInfo.cpp | 3248 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 D | X86ISelDAGToDAG.cpp | 3407 case X86::COND_O: case X86::COND_NO: in hasNoSignFlagUses() 3422 case X86::COND_O: case X86::COND_NO: in mayUseCarryFlag()
|
| H A D | X86ISelLowering.cpp | 23345 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 D | X86AsmParser.cpp | 2848 .Case("o", X86::COND_O) // Overflow in ParseConditionCode()
|