Searched refs:STRICT_FROUND (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 408 STRICT_FROUND, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 214 case ISD::STRICT_FROUND: return "strict_fround"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 114 case ISD::STRICT_FROUND: in SoftenFloatResult() 1229 case ISD::STRICT_FROUND: in ExpandFloatResult()
|
H A D | LegalizeDAG.cpp | 4035 case ISD::STRICT_FROUND: in ConvertNodeToLibcall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 542 Opcode = ISD::STRICT_FROUND; in mightUseCTR()
|
H A D | PPCISelLowering.cpp | 356 setOperationAction(ISD::STRICT_FROUND, MVT::f32, Legal); in PPCTargetLowering() 361 setOperationAction(ISD::STRICT_FROUND, MVT::f64, Legal); in PPCTargetLowering() 1099 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in PPCTargetLowering() 1113 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in PPCTargetLowering() 1191 setOperationAction(ISD::STRICT_FROUND, MVT::f128, Legal); in PPCTargetLowering()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 485 setOperationAction(ISD::STRICT_FROUND, VT, Legal); in SystemZTargetLowering() 532 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in SystemZTargetLowering() 588 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in SystemZTargetLowering()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 549 def strict_fround : SDNode<"ISD::STRICT_FROUND",
|