Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp447 return FPValueAndVReg{getConstantFPVRegVal(Reg->VReg, MRI)->getValueAPF(), in getFConstantVRegValWithLookThrough()
452 llvm::getConstantFPVRegVal(Register VReg, const MachineRegisterInfo &MRI) { in getConstantFPVRegVal() function in llvm
729 const ConstantFP *Op2Cst = getConstantFPVRegVal(Op2, MRI); in ConstantFoldFPBinOp()
733 const ConstantFP *Op1Cst = getConstantFPVRegVal(Op1, MRI); in ConstantFoldFPBinOp()
814 if (const ConstantFP *FPVal = getConstantFPVRegVal(Val, MRI)) { in isKnownNeverNaN()
H A DCombinerHelper.cpp4947 const ConstantFP *Op3Cst = getConstantFPVRegVal(Op3, MRI); in matchConstantFoldFMA()
4951 const ConstantFP *Op2Cst = getConstantFPVRegVal(Op2, MRI); in matchConstantFoldFMA()
4955 const ConstantFP *Op1Cst = getConstantFPVRegVal(Op1, MRI); in matchConstantFoldFMA()
6249 const ConstantFP *MaybeCst = getConstantFPVRegVal(MaybeNaNReg, MRI); in matchCombineFMinMaxNaN()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4455 const ConstantFP *FPImm = getConstantFPVRegVal(RHS, MRI); in emitFPCompare()
4464 const ConstantFP *LHSImm = getConstantFPVRegVal(LHS, MRI); in emitFPCompare()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp3673 getConstantFPVRegVal(MI->getOperand(1).getReg(), *MRI); in selectVOP3ModsImpl()
H A DAMDGPULegalizerInfo.cpp4789 if (auto CLHS = getConstantFPVRegVal(LHS, MRI)) { in legalizeFastUnsafeFDIV()