Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
219 for (MVT FPVT : MVT::fp_valuetypes()) { in initSPUActions() local
220 setOperationAction(ISD::FP16_TO_FP, FPVT, Expand); in initSPUActions()
221 setOperationAction(ISD::FP_TO_FP16, FPVT, Expand); in initSPUActions()
238 for (MVT FPVT : {MVT::f32, MVT::f64}) { in initSPUActions()
240 setOperationAction(ISD::ConstantFP, FPVT, Legal); in initSPUActions()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h604 bool shouldConvertFpToSat(unsigned Op, EVT FPVT, EVT VT) const override;
H A DRISCVISelLowering.cpp13928 bool RISCVTargetLowering::shouldConvertFpToSat(unsigned Op, EVT FPVT, in shouldConvertFpToSat() argument
13930 if (!isOperationLegalOrCustom(Op, VT) || !FPVT.isSimple()) in shouldConvertFpToSat()
13933 switch (FPVT.getSimpleVT().SimpleTy) { in shouldConvertFpToSat()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h740 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.cpp13737 bool ARMTargetLowering::shouldConvertFpToSat(unsigned Op, EVT FPVT, in shouldConvertFpToSat() argument
13739 if (!isOperationLegalOrCustom(Op, VT) || !FPVT.isSimple()) in shouldConvertFpToSat()
13742 switch (FPVT.getSimpleVT().SimpleTy) { in shouldConvertFpToSat()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h822 bool shouldConvertFpToSat(unsigned Op, EVT FPVT, EVT VT) const override;
H A DAArch64ISelLowering.cpp22708 bool AArch64TargetLowering::shouldConvertFpToSat(unsigned Op, EVT FPVT, in shouldConvertFpToSat() argument
22712 if (FPVT == MVT::v8f16 && !Subtarget->hasFullFP16()) in shouldConvertFpToSat()
22714 return TargetLowering::shouldConvertFpToSat(Op, FPVT, VT); in shouldConvertFpToSat()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1153 bool shouldConvertFpToSat(unsigned Op, EVT FPVT, EVT VT) const override { in shouldConvertFpToSat() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3134 virtual bool shouldConvertFpToSat(unsigned Op, EVT FPVT, EVT VT) const { in shouldConvertFpToSat() argument
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5200 EVT FPVT = Fp.getOperand(0).getValueType(); in PerformMinMaxFpToSatCombine() local
5202 if (FPVT.isVector()) in PerformMinMaxFpToSatCombine()
5204 FPVT.getVectorElementCount()); in PerformMinMaxFpToSatCombine()
5206 if (!DAG.getTargetLoweringInfo().shouldConvertFpToSat(NewOpc, FPVT, NewVT)) in PerformMinMaxFpToSatCombine()
5236 EVT FPVT = N0.getOperand(0).getValueType(); in PerformUMinFpToSatCombine() local
5238 if (FPVT.isVector()) in PerformUMinFpToSatCombine()
5240 FPVT.getVectorElementCount()); in PerformUMinFpToSatCombine()
5242 FPVT, NewVT)) in PerformUMinFpToSatCombine()