Searched refs:OrLHS (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 5220 auto OrLHS = in narrowScalarShiftByConstant() local 5224 Hi = MIRBuilder.buildOr(NVT, OrLHS, OrRHS); in narrowScalarShiftByConstant() 5239 auto OrLHS = MIRBuilder.buildLShr(NVT, InL, ShiftAmtConst); in narrowScalarShiftByConstant() local 5243 Lo = MIRBuilder.buildOr(NVT, OrLHS, OrRHS); in narrowScalarShiftByConstant() 5262 auto OrLHS = MIRBuilder.buildLShr(NVT, InL, ShiftAmtConst); in narrowScalarShiftByConstant() local 5266 Lo = MIRBuilder.buildOr(NVT, OrLHS, OrRHS); in narrowScalarShiftByConstant()
|
H A D | CombinerHelper.cpp | 3713 Register OrLHS = Curr->getOperand(1).getReg(); in findCandidatesForLoadOrCombine() local 3717 if (!MRI.hasOneNonDBGUse(OrLHS) || !MRI.hasOneNonDBGUse(OrRHS)) in findCandidatesForLoadOrCombine() 3722 if (const MachineInstr *Or = getOpcodeDef(TargetOpcode::G_OR, OrLHS, MRI)) in findCandidatesForLoadOrCombine() 3725 RegsToVisit.push_back(OrLHS); in findCandidatesForLoadOrCombine()
|