Home
last modified time | relevance | path

Searched refs:FPVT (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.cpp112 for (MVT FPVT : MVT::fp_valuetypes()) { in initSPUActions() local
114 setLoadExtAction(ISD::EXTLOAD, FPVT, OtherFPVT, Expand); in initSPUActions()
115 setTruncStoreAction(FPVT, OtherFPVT, Expand); in initSPUActions()
215 for (MVT FPVT : MVT::fp_valuetypes()) { in initSPUActions() local
216 setOperationAction(ISD::FP16_TO_FP, FPVT, Expand); in initSPUActions()
217 setOperationAction(ISD::FP_TO_FP16, FPVT, Expand); in initSPUActions()
234 for (MVT FPVT : {MVT::f32, MVT::f64}) { in initSPUActions()
236 setOperationAction(ISD::ConstantFP, FPVT, Legal); in initSPUActions()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h589 bool shouldConvertFpToSat(unsigned Op, EVT FPVT, EVT VT) const override;
H A DRISCVISelLowering.cpp12212 bool RISCVTargetLowering::shouldConvertFpToSat(unsigned Op, EVT FPVT, in shouldConvertFpToSat() argument
12214 if (!isOperationLegalOrCustom(Op, VT) || !FPVT.isSimple()) in shouldConvertFpToSat()
12217 switch (FPVT.getSimpleVT().SimpleTy) { in shouldConvertFpToSat()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h743 bool shouldConvertFpToSat(unsigned Op, EVT FPVT, EVT VT) const override;
H A DARMFastISel.cpp1777 EVT FPVT = TLI.getValueType(DL, I->getType(), true); in SelectBinaryFPOp() local
1778 if (!FPVT.isSimple()) return false; in SelectBinaryFPOp()
1779 MVT VT = FPVT.getSimpleVT(); in SelectBinaryFPOp()
H A DARMISelLowering.cpp13663 bool ARMTargetLowering::shouldConvertFpToSat(unsigned Op, EVT FPVT, in shouldConvertFpToSat() argument
13665 if (!isOperationLegalOrCustom(Op, VT) || !FPVT.isSimple()) in shouldConvertFpToSat()
13668 switch (FPVT.getSimpleVT().SimpleTy) { in shouldConvertFpToSat()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h802 bool shouldConvertFpToSat(unsigned Op, EVT FPVT, EVT VT) const override;
H A DAArch64ISelLowering.cpp20785 bool AArch64TargetLowering::shouldConvertFpToSat(unsigned Op, EVT FPVT, in shouldConvertFpToSat() argument
20789 if (FPVT == MVT::v8f16 && !Subtarget->hasFullFP16()) in shouldConvertFpToSat()
20791 return TargetLowering::shouldConvertFpToSat(Op, FPVT, VT); in shouldConvertFpToSat()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1100 bool shouldConvertFpToSat(unsigned Op, EVT FPVT, EVT VT) const override { in shouldConvertFpToSat() argument
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3065 virtual bool shouldConvertFpToSat(unsigned Op, EVT FPVT, EVT VT) const { in shouldConvertFpToSat() argument
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5133 EVT FPVT = Fp.getOperand(0).getValueType(); in PerformMinMaxFpToSatCombine() local
5135 if (FPVT.isVector()) in PerformMinMaxFpToSatCombine()
5137 FPVT.getVectorElementCount()); in PerformMinMaxFpToSatCombine()
5139 if (!DAG.getTargetLoweringInfo().shouldConvertFpToSat(NewOpc, FPVT, NewVT)) in PerformMinMaxFpToSatCombine()
5169 EVT FPVT = N0.getOperand(0).getValueType(); in PerformUMinFpToSatCombine() local
5171 if (FPVT.isVector()) in PerformUMinFpToSatCombine()
5173 FPVT.getVectorElementCount()); in PerformUMinFpToSatCombine()
5175 FPVT, NewVT)) in PerformUMinFpToSatCombine()