Home
last modified time | relevance | path

Searched refs:FPValueAndVReg (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h165 std::optional<FPValueAndVReg> &FPValReg;
166 GFCstAndRegMatch(std::optional<FPValueAndVReg> &FPValReg) in GFCstAndRegMatch()
174 inline GFCstAndRegMatch m_GFCst(std::optional<FPValueAndVReg> &FPValReg) { in m_GFCst()
179 std::optional<FPValueAndVReg> &FPValReg;
180 GFCstOrSplatGFCstMatch(std::optional<FPValueAndVReg> &FPValReg) in GFCstOrSplatGFCstMatch()
189 m_GFCstOrSplat(std::optional<FPValueAndVReg> &FPValReg) { in m_GFCstOrSplat()
H A DUtils.h211 struct FPValueAndVReg { struct
218 LLVM_ABI std::optional<FPValueAndVReg> argument
452 LLVM_ABI std::optional<FPValueAndVReg>
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp249 std::optional<FPValueAndVReg> K0, K1; in matchFPMinMaxToMed3()
281 std::optional<FPValueAndVReg> K0, K1; in matchFPMinMaxToClamp()
H A DAMDGPUCombinerHelper.cpp164 std::optional<FPValueAndVReg> FPValReg; in isConstantCostlierToNegate()
H A DAMDGPUInstructionSelector.cpp5086 std::optional<FPValueAndVReg> FPValReg; in selectWMMAVISrc()
H A DSIISelLowering.cpp13572 std::optional<FPValueAndVReg> FCR; in isCanonicalized()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp447 std::optional<FPValueAndVReg> llvm::getFConstantVRegValWithLookThrough( in getFConstantVRegValWithLookThrough()
454 return FPValueAndVReg{getConstantFPVRegVal(Reg->VReg, MRI)->getValueAPF(), in getFConstantVRegValWithLookThrough()
1444 std::optional<FPValueAndVReg>
2068 std::optional<FPValueAndVReg> MayBeConstant = in getConstant()
2080 std::optional<FPValueAndVReg> MayBeConstant = in getConstant()
2089 std::optional<FPValueAndVReg> MayBeConstant = in getConstant()
H A DCombinerHelper.cpp2915 std::optional<FPValueAndVReg> MaybeCst; in matchConstantFPOp()
6845 std::optional<FPValueAndVReg> ValAndVReg; in matchCommuteFPConstantToRHS()