Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h196 struct FPValueAndVReg { struct
203 std::optional<FPValueAndVReg> argument
396 std::optional<FPValueAndVReg> getFConstantSplat(Register VReg,
H A DMIPatternMatch.h156 std::optional<FPValueAndVReg> &FPValReg;
157 GFCstAndRegMatch(std::optional<FPValueAndVReg> &FPValReg) in GFCstAndRegMatch()
165 inline GFCstAndRegMatch m_GFCst(std::optional<FPValueAndVReg> &FPValReg) { in m_GFCst()
170 std::optional<FPValueAndVReg> &FPValReg;
171 GFCstOrSplatGFCstMatch(std::optional<FPValueAndVReg> &FPValReg) in GFCstOrSplatGFCstMatch()
180 m_GFCstOrSplat(std::optional<FPValueAndVReg> &FPValReg) { in m_GFCstOrSplat()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp209 std::optional<FPValueAndVReg> K0, K1; in matchFPMinMaxToMed3()
241 std::optional<FPValueAndVReg> K0, K1; in matchFPMinMaxToClamp()
H A DAMDGPUCombinerHelper.cpp153 std::optional<FPValueAndVReg> FPValReg; in isConstantCostlierToNegate()
H A DSIISelLowering.cpp10252 std::optional<FPValueAndVReg> FCR; in isCanonicalized()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp423 std::optional<FPValueAndVReg> llvm::getFConstantVRegValWithLookThrough( in getFConstantVRegValWithLookThrough()
429 return FPValueAndVReg{getConstantFPVRegVal(Reg->VReg, MRI)->getValueAPF(), in getFConstantVRegValWithLookThrough()
1121 std::optional<FPValueAndVReg>