Searched refs:STRICT_FMAXNUM (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 310 STRICT_FRINT, STRICT_FNEARBYINT, STRICT_FMAXNUM, STRICT_FMINNUM, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 404 STRICT_FMAXNUM, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 185 case ISD::STRICT_FMAXNUM: return "strict_fmaxnum"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 70 case ISD::STRICT_FMAXNUM: in SoftenFloatResult() 1132 case ISD::STRICT_FMAXNUM: in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 3944 case ISD::STRICT_FMAXNUM: in ConvertNodeToLibcall()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 187 case ISD::STRICT_FMAXNUM: return "strict_fmaxnum"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 70 case ISD::STRICT_FMAXNUM: in SoftenFloatResult() 1170 case ISD::STRICT_FMAXNUM: in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 4114 case ISD::STRICT_FMAXNUM: in ConvertNodeToLibcall()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 529 Opcode = ISD::STRICT_FMAXNUM; in mightUseCTR()
|
D | PPCISelLowering.cpp | 1076 setOperationAction(ISD::STRICT_FMAXNUM, MVT::v4f32, Legal); in PPCTargetLowering() 1090 setOperationAction(ISD::STRICT_FMAXNUM, MVT::v2f64, Legal); in PPCTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 532 def strict_fmaxnum : SDNode<"ISD::STRICT_FMAXNUM",
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 539 def strict_fmaxnum : SDNode<"ISD::STRICT_FMAXNUM",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 584 setOperationAction(ISD::STRICT_FMAXNUM, VT, Legal); in SystemZTargetLowering()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 589 setOperationAction(ISD::STRICT_FMAXNUM, VT, Legal); in SystemZTargetLowering()
|