Home
last modified time | relevance | path

Searched refs:ShiftLHS (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp781 MachineInstr *ShiftLHS = in getCmpOperandFoldingProfit() local
787 if (IsSupportedExtend(*ShiftLHS)) in getCmpOperandFoldingProfit()
H A DAArch64InstructionSelector.cpp5895 MachineOperand &ShiftLHS = ShiftInst->getOperand(1); in selectShiftedRegister() local
5896 Register ShiftReg = ShiftLHS.getReg(); in selectShiftedRegister()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12988 uint32_t ShiftLHS = 0; in tryCombineToEXTR() local
12990 if (!findEXTRHalf(N->getOperand(0), LHS, ShiftLHS, LHSFromHi)) in tryCombineToEXTR()
13004 if (ShiftLHS + ShiftRHS != VT.getSizeInBits()) in tryCombineToEXTR()
13009 std::swap(ShiftLHS, ShiftRHS); in tryCombineToEXTR()