/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 | 407 STRICT_FFLOOR, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 204 case ISD::STRICT_FFLOOR: return "strict_ffloor"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 86 case ISD::STRICT_FFLOOR: in SoftenFloatResult() 1148 case ISD::STRICT_FFLOOR: in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 4008 case ISD::STRICT_FFLOOR: in ConvertNodeToLibcall() 4522 case ISD::STRICT_FFLOOR: in PromoteNode()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 206 case ISD::STRICT_FFLOOR: return "strict_ffloor"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 86 case ISD::STRICT_FFLOOR: in SoftenFloatResult() 1186 case ISD::STRICT_FFLOOR: in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 4178 case ISD::STRICT_FFLOOR: in ConvertNodeToLibcall() 4748 case ISD::STRICT_FFLOOR: in PromoteNode()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 496 Opcode = ISD::STRICT_FFLOOR; in mightUseCTR()
|
D | PPCISelLowering.cpp | 344 setOperationAction(ISD::STRICT_FFLOOR, MVT::f32, Legal); in PPCTargetLowering() 349 setOperationAction(ISD::STRICT_FFLOOR, MVT::f64, Legal); in PPCTargetLowering() 1079 setOperationAction(ISD::STRICT_FFLOOR, MVT::v4f32, Legal); in PPCTargetLowering() 1093 setOperationAction(ISD::STRICT_FFLOOR, MVT::v2f64, Legal); in PPCTargetLowering() 1166 setOperationAction(ISD::STRICT_FFLOOR, MVT::f128, Legal); in PPCTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 901 case ISD::STRICT_FFLOOR: in PreprocessISelDAG() 915 case ISD::STRICT_FFLOOR: in PreprocessISelDAG()
|
D | X86ISelLowering.cpp | 1072 setOperationAction(ISD::STRICT_FFLOOR, RoundedTy, Legal); in X86TargetLowering() 1164 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in X86TargetLowering() 1528 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in X86TargetLowering() 1974 ISD::FFLOOR, ISD::STRICT_FFLOOR, in X86TargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 475 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in SystemZTargetLowering() 521 setOperationAction(ISD::STRICT_FFLOOR, MVT::v2f64, Legal); in SystemZTargetLowering() 578 setOperationAction(ISD::STRICT_FFLOOR, MVT::v4f32, Legal); in SystemZTargetLowering()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1067 case ISD::STRICT_FFLOOR: in PreprocessISelDAG() 1083 case ISD::STRICT_FFLOOR: in PreprocessISelDAG()
|
D | X86ISelLowering.cpp | 1081 setOperationAction(ISD::STRICT_FFLOOR, RoundedTy, Legal); in X86TargetLowering() 1183 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in X86TargetLowering() 1574 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in X86TargetLowering() 1960 ISD::FFLOOR, ISD::STRICT_FFLOOR, in X86TargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 519 def strict_ffloor : SDNode<"ISD::STRICT_FFLOOR",
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 526 def strict_ffloor : SDNode<"ISD::STRICT_FFLOOR",
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 480 setOperationAction(ISD::STRICT_FFLOOR, VT, Legal); in SystemZTargetLowering() 526 setOperationAction(ISD::STRICT_FFLOOR, MVT::v2f64, Legal); in SystemZTargetLowering() 583 setOperationAction(ISD::STRICT_FFLOOR, MVT::v4f32, Legal); in SystemZTargetLowering()
|