Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperVectorOps.cpp409 GVScale *RHSVScale = cast<GVScale>(MRI.getVRegDef(Add->getRHSReg())); in matchAddOfVScale()
429 std::optional<APInt> MaybeRHS = getIConstantVRegVal(Mul->getRHSReg(), MRI); in matchMulOfVScale()
448 GVScale *RHSVScale = cast<GVScale>(MRI.getVRegDef(Sub->getRHSReg())); in matchSubOfVScale()
H A DCombinerHelper.cpp6917 Register CmpRHS = Cmp->getRHSReg(); in matchSelectIMinMax()
6987 Register RHS = Logic->getRHSReg(); in tryFoldAndOrOrICmpsUsingRanges()
7008 getIConstantVRegValWithLookThrough(Cmp1->getRHSReg(), MRI); in tryFoldAndOrOrICmpsUsingRanges()
7014 getIConstantVRegValWithLookThrough(Cmp2->getRHSReg(), MRI); in tryFoldAndOrOrICmpsUsingRanges()
7043 getIConstantVRegValWithLookThrough(Add->getRHSReg(), MRI); in tryFoldAndOrOrICmpsUsingRanges()
7051 getIConstantVRegValWithLookThrough(Add->getRHSReg(), MRI); in tryFoldAndOrOrICmpsUsingRanges()
7145 Register RHS = Logic->getRHSReg(); in tryFoldLogicOfFCmps()
7174 Register LHS1 = Cmp1->getRHSReg(); in tryFoldLogicOfFCmps()
7176 Register RHS1 = Cmp2->getRHSReg(); in tryFoldLogicOfFCmps()
7246 Register RHS = Add->getRHSReg(); in matchAddOverflow()
[all …]
H A DLegalizerHelper.cpp7293 Cmp->getRHSReg()); in lowerThreewayCompare()
7298 Cmp->getRHSReg()); in lowerThreewayCompare()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h365 Register getRHSReg() const { return getReg(3); } in getRHSReg() function
401 Register getRHSReg() const { return getOperand(3).getReg(); } in getRHSReg() function
656 Register getRHSReg() const { return getReg(2); } in getRHSReg() function
907 Register getRHSReg() const { return getOperand(2).getReg(); } in getRHSReg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp1004 Register RHS = CmpMI.getRHSReg(); in applyLowerVectorFCMP()
H A DAArch64InstructionSelector.cpp4793 Register RHS = Cmp->getRHSReg(); in emitConjunctionRec()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp1209 Register RHS = CmpMI.getRHSReg(); in selectFPCompare()