/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 876 MachineInstr *FCMP = BuildMI(MBB, I, I.getDebugLoc(), TII.get(FCMPOpcode)) in select() local 880 if (!constrainSelectedInstRegOperands(*FCMP, TII, TRI, RBI)) in select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 59 FCMP, enumerator
|
H A D | SystemZOperators.td | 272 def z_fcmp : SDNode<"SystemZISD::FCMP", SDT_ZCmp>;
|
H A D | SystemZISelLowering.cpp | 3079 C.Opcode = SystemZISD::FCMP; in getCmp() 6385 OPCODE(FCMP); in getTargetNodeName()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 86 FCMP, enumerator
|
H A D | X86InstrFragments.td | 148 def X86fcmp : SDNode<"X86ISD::FCMP", SDTX86FCmp>;
|
H A D | X86ISelDAGToDAG.cpp | 5919 case X86ISD::FCMP: in Select()
|
H A D | X86ISelLowering.cpp | 23923 EFLAGS = DAG.getNode(X86ISD::FCMP, dl, MVT::i32, Op0, Op1); in LowerSETCC() 24020 Opc == X86ISD::FCMP) in isX86LogicalCmp() 24860 DAG.getNode(X86ISD::FCMP, SDLoc(Cond), MVT::i32, LHS, RHS); in LowerBRCOND() 24873 SDValue Cmp = DAG.getNode(X86ISD::FCMP, SDLoc(Cond), MVT::i32, LHS, RHS); in LowerBRCOND() 24883 SDValue Cmp = DAG.getNode(X86ISD::FCMP, SDLoc(Cond), MVT::i32, LHS, RHS); in LowerBRCOND() 33681 NODE_NAME_CASE(FCMP) in getTargetNodeName() 48896 if (CMP0.getOpcode() != X86ISD::FCMP || CMP0 != CMP1) in combineCompareEqual()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 183 FCMP, enumerator
|
H A D | AArch64SchedCyclone.td | 467 // FCMP,FCMPE,FCCMP,FCCMPE
|
H A D | AArch64SchedTSV110.td | 486 def : InstRW<[TSV110Wr_3cyc_1F], (instregex "^FCMP(E)?(S|D)r(r|i)$")>;
|
H A D | AArch64SchedFalkorDetails.td | 1115 def : InstRW<[FalkorWr_1VXVY_1cyc], (instregex "^FCMP(E)?(S|D)r(r|i)$")>;
|
H A D | AArch64SchedOryon.td | 1388 def : InstRW<[ORYONWrite_2Cyc_FP01], (instregex "^FCMP(E)?[HSD]r[ir]")>;
|
H A D | AArch64InstrInfo.td | 726 def AArch64fcmp : SDNode<"AArch64ISD::FCMP", SDT_AArch64FCmp>; 5099 defm FCMP : FPComparison<0, "fcmp", AArch64any_fcmp>;
|
H A D | AArch64ISelLowering.cpp | 2612 MAKE_CASE(AArch64ISD::FCMP) in getTargetNodeName() 3467 return DAG.getNode(AArch64ISD::FCMP, dl, VT, LHS, RHS); in emitComparison()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | P9InstrResources.td | 97 (instregex "FCMP(O|U)(S|D)$"),
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.td | 1419 // Note 2: the result of a FCMP is not available until the 2nd cycle
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 7037 MachineInstrBuilder FCMP = in lowerFPTOUI() local 7039 MIRBuilder.buildSelect(Dst, FCMP, FPTOSI, Res); in lowerFPTOUI()
|