Searched refs:FCMP (Results 1 – 11 of 11) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsInstructionSelector.cpp | 782 MachineInstr *FCMP = BuildMI(MBB, I, I.getDebugLoc(), TII.get(FCMPOpcode)) in select() local 786 if (!constrainSelectedInstRegOperands(*FCMP, TII, TRI, RBI)) in select()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZISelLowering.h | 61 FCMP, enumerator
|
| HD | SystemZOperators.td | 260 def z_fcmp : SDNode<"SystemZISD::FCMP", SDT_ZCmp>;
|
| HD | SystemZISelLowering.cpp | 2541 C.Opcode = SystemZISD::FCMP; in getCmp() 5311 OPCODE(FCMP); in getTargetNodeName()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64ISelLowering.h | 68 FCMP, enumerator
|
| HD | AArch64SchedCyclone.td | 463 // FCMP,FCMPE,FCCMP,FCCMPE
|
| HD | AArch64SchedFalkorDetails.td | 1115 def : InstRW<[FalkorWr_1VXVY_1cyc], (instregex "^FCMP(E)?(S|D)r(r|i)$")>;
|
| HD | AArch64ISelLowering.cpp | 1259 case AArch64ISD::FCMP: return "AArch64ISD::FCMP"; in getTargetNodeName() 1719 return DAG.getNode(AArch64ISD::FCMP, dl, VT, LHS, RHS); in emitComparison()
|
| HD | AArch64InstrInfo.td | 422 def AArch64fcmp : SDNode<"AArch64ISD::FCMP", SDT_AArch64FCmp>; 3552 defm FCMP : FPComparison<0, "fcmp", AArch64any_fcmp>;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | LegalizerHelper.cpp | 4005 MachineInstrBuilder FCMP = in lowerFPTOUI() local 4007 MIRBuilder.buildSelect(Dst, FCMP, FPTOSI, Res); in lowerFPTOUI()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| HD | SparcInstrInfo.td | 1294 // Note 2: the result of a FCMP is not available until the 2nd cycle
|