/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 | 410 STRICT_FTRUNC, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 202 case ISD::STRICT_FTRUNC: return "strict_ftrunc"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 122 case ISD::STRICT_FTRUNC: in SoftenFloatResult() 1179 case ISD::STRICT_FTRUNC: in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 4002 case ISD::STRICT_FTRUNC: in ConvertNodeToLibcall()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 204 case ISD::STRICT_FTRUNC: return "strict_ftrunc"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 124 case ISD::STRICT_FTRUNC: in SoftenFloatResult() 1220 case ISD::STRICT_FTRUNC: in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 4172 case ISD::STRICT_FTRUNC: in ConvertNodeToLibcall()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 502 Opcode = ISD::STRICT_FTRUNC; in mightUseCTR()
|
D | PPCISelLowering.cpp | 346 setOperationAction(ISD::STRICT_FTRUNC, MVT::f32, Legal); in PPCTargetLowering() 351 setOperationAction(ISD::STRICT_FTRUNC, MVT::f64, Legal); in PPCTargetLowering() 1081 setOperationAction(ISD::STRICT_FTRUNC, MVT::v4f32, Legal); in PPCTargetLowering() 1095 setOperationAction(ISD::STRICT_FTRUNC, MVT::v2f64, Legal); in PPCTargetLowering() 1168 setOperationAction(ISD::STRICT_FTRUNC, MVT::f128, Legal); in PPCTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 903 case ISD::STRICT_FTRUNC: in PreprocessISelDAG() 917 case ISD::STRICT_FTRUNC: in PreprocessISelDAG()
|
D | X86ISelLowering.cpp | 1076 setOperationAction(ISD::STRICT_FTRUNC, RoundedTy, Legal); in X86TargetLowering() 1168 setOperationAction(ISD::STRICT_FTRUNC, VT, Legal); in X86TargetLowering() 1532 setOperationAction(ISD::STRICT_FTRUNC, VT, Legal); in X86TargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 478 setOperationAction(ISD::STRICT_FTRUNC, VT, Legal); in SystemZTargetLowering() 523 setOperationAction(ISD::STRICT_FTRUNC, MVT::v2f64, Legal); in SystemZTargetLowering() 581 setOperationAction(ISD::STRICT_FTRUNC, MVT::v4f32, Legal); in SystemZTargetLowering()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1069 case ISD::STRICT_FTRUNC: in PreprocessISelDAG() 1085 case ISD::STRICT_FTRUNC: in PreprocessISelDAG()
|
D | X86ISelLowering.cpp | 1085 setOperationAction(ISD::STRICT_FTRUNC, RoundedTy, Legal); in X86TargetLowering() 1187 setOperationAction(ISD::STRICT_FTRUNC, VT, Legal); in X86TargetLowering() 1578 setOperationAction(ISD::STRICT_FTRUNC, VT, Legal); in X86TargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 527 def strict_ftrunc : SDNode<"ISD::STRICT_FTRUNC",
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 534 def strict_ftrunc : SDNode<"ISD::STRICT_FTRUNC",
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 483 setOperationAction(ISD::STRICT_FTRUNC, VT, Legal); in SystemZTargetLowering() 528 setOperationAction(ISD::STRICT_FTRUNC, MVT::v2f64, Legal); in SystemZTargetLowering() 586 setOperationAction(ISD::STRICT_FTRUNC, MVT::v4f32, Legal); in SystemZTargetLowering()
|