Searched refs:RoundedTy (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 5056 LLT RoundedTy; in legalizeImageIntrinsic() local 5065 RoundedTy = in legalizeImageIntrinsic() 5073 RoundedTy = LLT::scalarOrVector( in legalizeImageIntrinsic() 5081 if (!IsTFE && (RoundedTy == Ty || !Ty.isVector())) in legalizeImageIntrinsic() 5091 const LLT LoadResultTy = IsTFE ? TFETy : RoundedTy; in legalizeImageIntrinsic()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 1228 setOperationAction(ISD::FFLOOR, RoundedTy, Legal); in X86TargetLowering() 1229 setOperationAction(ISD::STRICT_FFLOOR, RoundedTy, Legal); in X86TargetLowering() 1230 setOperationAction(ISD::FCEIL, RoundedTy, Legal); in X86TargetLowering() 1231 setOperationAction(ISD::STRICT_FCEIL, RoundedTy, Legal); in X86TargetLowering() 1232 setOperationAction(ISD::FTRUNC, RoundedTy, Legal); in X86TargetLowering() 1233 setOperationAction(ISD::STRICT_FTRUNC, RoundedTy, Legal); in X86TargetLowering() 1234 setOperationAction(ISD::FRINT, RoundedTy, Legal); in X86TargetLowering() 1235 setOperationAction(ISD::STRICT_FRINT, RoundedTy, Legal); in X86TargetLowering() 1236 setOperationAction(ISD::FNEARBYINT, RoundedTy, Legal); in X86TargetLowering() 1237 setOperationAction(ISD::STRICT_FNEARBYINT, RoundedTy, Legal); in X86TargetLowering() [all …]
|