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