Home
last modified time | relevance | path

Searched refs:getConstantFPVRegVal (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp434 return FPValueAndVReg{getConstantFPVRegVal(Reg->VReg, MRI)->getValueAPF(), in getFConstantVRegValWithLookThrough()
439 llvm::getConstantFPVRegVal(Register VReg, const MachineRegisterInfo &MRI) { in getConstantFPVRegVal() function in llvm
713 const ConstantFP *Op2Cst = getConstantFPVRegVal(Op2, MRI); in ConstantFoldFPBinOp()
717 const ConstantFP *Op1Cst = getConstantFPVRegVal(Op1, MRI); in ConstantFoldFPBinOp()
798 if (const ConstantFP *FPVal = getConstantFPVRegVal(Val, MRI)) { in isKnownNeverNaN()
H A DCombinerHelper.cpp4785 const ConstantFP *Op3Cst = getConstantFPVRegVal(Op3, MRI); in matchConstantFoldFMA()
4789 const ConstantFP *Op2Cst = getConstantFPVRegVal(Op2, MRI); in matchConstantFoldFMA()
4793 const ConstantFP *Op1Cst = getConstantFPVRegVal(Op1, MRI); in matchConstantFoldFMA()
5966 const ConstantFP *MaybeCst = getConstantFPVRegVal(MaybeNaNReg, MRI); in matchCombineFMinMaxNaN()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h213 const ConstantFP* getConstantFPVRegVal(Register VReg,
H A DMIPatternMatch.h352 F = getConstantFPVRegVal(Reg, MRI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4608 const ConstantFP *FPImm = getConstantFPVRegVal(RHS, MRI); in emitFPCompare()
4617 const ConstantFP *LHSImm = getConstantFPVRegVal(LHS, MRI); in emitFPCompare()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp3729 getConstantFPVRegVal(MI->getOperand(1).getReg(), *MRI); in selectVOP3ModsImpl()
H A DAMDGPULegalizerInfo.cpp4673 if (auto CLHS = getConstantFPVRegVal(LHS, MRI)) { in legalizeFastUnsafeFDIV()