Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp780 MachineInstr *ShiftLHS = in getCmpOperandFoldingProfit() local
786 if (IsSupportedExtend(*ShiftLHS)) in getCmpOperandFoldingProfit()
H A DAArch64InstructionSelector.cpp5735 MachineOperand &ShiftLHS = ShiftInst->getOperand(1); in selectShiftedRegister() local
5736 Register ShiftReg = ShiftLHS.getReg(); in selectShiftedRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12573 uint32_t ShiftLHS = 0; in tryCombineToEXTR() local
12575 if (!findEXTRHalf(N->getOperand(0), LHS, ShiftLHS, LHSFromHi)) in tryCombineToEXTR()
12589 if (ShiftLHS + ShiftRHS != VT.getSizeInBits()) in tryCombineToEXTR()
12594 std::swap(ShiftLHS, ShiftRHS); in tryCombineToEXTR()