Home
last modified time | relevance | path

Searched refs:ShiftInst (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6591 MachineInstr *ShiftInst = MRI.getVRegDef(Root.getReg()); in selectShiftedRegister() local
6592 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst); in selectShiftedRegister()
6597 if (!isWorthFoldingIntoExtendedReg(*ShiftInst, MRI)) in selectShiftedRegister()
6601 MachineOperand &ShiftRHS = ShiftInst->getOperand(2); in selectShiftedRegister()
6608 MachineOperand &ShiftLHS = ShiftInst->getOperand(1); in selectShiftedRegister()
/openbsd-src/gnu/llvm/llvm/docs/
H A DCodingStandards.rst1177 assert((Opcode == Shl || Opcode == Shr) && "ShiftInst Opcode invalid!");