Home
last modified time | relevance | path

Searched refs:RoundedTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp6685 LLT RoundedTy; in legalizeImageIntrinsic() local
6694 RoundedTy = in legalizeImageIntrinsic()
6702 RoundedTy = LLT::scalarOrVector( in legalizeImageIntrinsic()
6710 if (!IsTFE && (RoundedTy == Ty || !Ty.isVector())) in legalizeImageIntrinsic()
6720 const LLT LoadResultTy = IsTFE ? TFETy : RoundedTy; in legalizeImageIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1351 for (MVT RoundedTy : {MVT::f32, MVT::f64, MVT::v4f32, MVT::v2f64}) { in X86TargetLowering()
1352 setOperationAction(ISD::FFLOOR, RoundedTy, Legal); in X86TargetLowering()
1353 setOperationAction(ISD::STRICT_FFLOOR, RoundedTy, Legal); in X86TargetLowering()
1354 setOperationAction(ISD::FCEIL, RoundedTy, Legal); in X86TargetLowering()
1355 setOperationAction(ISD::STRICT_FCEIL, RoundedTy, Legal); in X86TargetLowering()
1356 setOperationAction(ISD::FTRUNC, RoundedTy, Legal); in X86TargetLowering()
1357 setOperationAction(ISD::STRICT_FTRUNC, RoundedTy, Legal); in X86TargetLowering()
1358 setOperationAction(ISD::FRINT, RoundedTy, Legal); in X86TargetLowering()
1359 setOperationAction(ISD::STRICT_FRINT, RoundedTy, Legal); in X86TargetLowering()
1360 setOperationAction(ISD::FNEARBYINT, RoundedTy, Legal); in X86TargetLowering()
[all …]