Searched refs:STRICT_FSQRT (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 392 STRICT_FSQRT, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 196 case ISD::STRICT_FSQRT: return "strict_fsqrt"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 120 case ISD::STRICT_FSQRT: in SoftenFloatResult() 1235 case ISD::STRICT_FSQRT: in ExpandFloatResult()
|
H A D | LegalizeDAG.cpp | 3951 case ISD::STRICT_FSQRT: in ConvertNodeToLibcall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 518 Opcode = ISD::STRICT_FSQRT; in mightUseCTR()
|
H A D | PPCISelLowering.cpp | 348 setOperationAction(ISD::STRICT_FSQRT, MVT::f32, Legal); in PPCTargetLowering() 349 setOperationAction(ISD::STRICT_FSQRT, MVT::f64, Legal); in PPCTargetLowering() 1092 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f32, Legal); in PPCTargetLowering() 1106 setOperationAction(ISD::STRICT_FSQRT, MVT::v2f64, Legal); in PPCTargetLowering() 1182 setOperationAction(ISD::STRICT_FSQRT, MVT::f128, Legal); in PPCTargetLowering()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 477 setOperationAction(ISD::STRICT_FSQRT, VT, Legal); in SystemZTargetLowering() 526 setOperationAction(ISD::STRICT_FSQRT, MVT::v2f64, Legal); in SystemZTargetLowering() 583 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f32, Legal); in SystemZTargetLowering()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 521 def strict_fsqrt : SDNode<"ISD::STRICT_FSQRT",
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 672 setOperationAction(ISD::STRICT_FSQRT, MVT::f32, Legal); in X86TargetLowering() 673 setOperationAction(ISD::STRICT_FSQRT, MVT::f64, Legal); in X86TargetLowering() 720 setOperationAction(ISD::STRICT_FSQRT , MVT::f80, Legal); in X86TargetLowering() 756 setOperationAction(ISD::STRICT_FSQRT, MVT::f128, LibCall); in X86TargetLowering() 904 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f32, Legal); in X86TargetLowering() 1095 setOperationAction(ISD::STRICT_FSQRT, MVT::v2f64, Legal); in X86TargetLowering() 1265 setOperationAction(ISD::STRICT_FSQRT, MVT::v8f32, Legal); in X86TargetLowering() 1266 setOperationAction(ISD::STRICT_FSQRT, MVT::v4f64, Legal); in X86TargetLowering() 1563 setOperationAction(ISD::STRICT_FSQRT, MVT::v16f32, Legal); in X86TargetLowering() 1564 setOperationAction(ISD::STRICT_FSQRT, MVT::v8f64, Legal); in X86TargetLowering()
|