Searched refs:RoundedTy (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 6555 LLT RoundedTy; in legalizeImageIntrinsic() local 6564 RoundedTy = in legalizeImageIntrinsic() 6572 RoundedTy = LLT::scalarOrVector( in legalizeImageIntrinsic() 6580 if (!IsTFE && (RoundedTy == Ty || !Ty.isVector())) in legalizeImageIntrinsic() 6590 const LLT LoadResultTy = IsTFE ? TFETy : RoundedTy; in legalizeImageIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 1330 for (MVT RoundedTy : {MVT::f32, MVT::f64, MVT::v4f32, MVT::v2f64}) { in X86TargetLowering() 1331 setOperationAction(ISD::FFLOOR, RoundedTy, Legal); in X86TargetLowering() 1332 setOperationAction(ISD::STRICT_FFLOOR, RoundedTy, Legal); in X86TargetLowering() 1333 setOperationAction(ISD::FCEIL, RoundedTy, Legal); in X86TargetLowering() 1334 setOperationAction(ISD::STRICT_FCEIL, RoundedTy, Legal); in X86TargetLowering() 1335 setOperationAction(ISD::FTRUNC, RoundedTy, Legal); in X86TargetLowering() 1336 setOperationAction(ISD::STRICT_FTRUNC, RoundedTy, Legal); in X86TargetLowering() 1337 setOperationAction(ISD::FRINT, RoundedTy, Legal); in X86TargetLowering() 1338 setOperationAction(ISD::STRICT_FRINT, RoundedTy, Legal); in X86TargetLowering() 1339 setOperationAction(ISD::FNEARBYINT, RoundedTy, Legal); in X86TargetLowering() [all …]
|