Searched defs:ShiftLHS (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/AArch64/GISel/ | ||
H A D | AArch64PostLegalizerLowering.cpp | 847 MachineInstr *ShiftLHS = getCmpOperandFoldingProfit() local |
H A D | AArch64InstructionSelector.cpp | 7403 MachineOperand &ShiftLHS = ShiftInst->getOperand(1); selectShiftedRegister() local |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.cpp | 17291 SDValue ShiftLHS = N->getOperand(0); isDesirableToCommuteWithShift() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 30375 unsigned ShiftLHS = IsROTL ? ISD::SHL : ISD::SRL; LowerRotate() local |