Searched refs:STRICT_FROUND (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 311 STRICT_FCEIL, STRICT_FFLOOR, STRICT_FROUND, STRICT_FTRUNC, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 408 STRICT_FROUND, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 212 case ISD::STRICT_FROUND: return "strict_fround"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 114 case ISD::STRICT_FROUND: in SoftenFloatResult() 1171 case ISD::STRICT_FROUND: in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 4034 case ISD::STRICT_FROUND: in ConvertNodeToLibcall()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 214 case ISD::STRICT_FROUND: return "strict_fround"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 114 case ISD::STRICT_FROUND: in SoftenFloatResult() 1210 case ISD::STRICT_FROUND: in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 4204 case ISD::STRICT_FROUND: in ConvertNodeToLibcall()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 517 Opcode = ISD::STRICT_FROUND; in mightUseCTR()
|
D | PPCISelLowering.cpp | 347 setOperationAction(ISD::STRICT_FROUND, MVT::f32, Legal); in PPCTargetLowering() 352 setOperationAction(ISD::STRICT_FROUND, MVT::f64, Legal); in PPCTargetLowering() 1082 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in PPCTargetLowering() 1096 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in PPCTargetLowering() 1169 setOperationAction(ISD::STRICT_FROUND, MVT::f128, Legal); in PPCTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 477 setOperationAction(ISD::STRICT_FROUND, VT, Legal); in SystemZTargetLowering() 524 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in SystemZTargetLowering() 580 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in SystemZTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 525 def strict_fround : SDNode<"ISD::STRICT_FROUND",
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 532 def strict_fround : SDNode<"ISD::STRICT_FROUND",
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 482 setOperationAction(ISD::STRICT_FROUND, VT, Legal); in SystemZTargetLowering() 529 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in SystemZTargetLowering() 585 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in SystemZTargetLowering()
|