Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5718 MachineInstr *ShiftInst = MRI.getVRegDef(Root.getReg()); in selectShiftedRegister() local
5719 if (!ShiftInst) in selectShiftedRegister()
5721 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst); in selectShiftedRegister()
5724 if (!isWorthFoldingIntoExtendedReg(*ShiftInst, MRI)) in selectShiftedRegister()
5728 MachineOperand &ShiftRHS = ShiftInst->getOperand(2); in selectShiftedRegister()
5735 MachineOperand &ShiftLHS = ShiftInst->getOperand(1); in selectShiftedRegister()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DCodingStandards.rst1172 assert((Opcode == Shl || Opcode == Shr) && "ShiftInst Opcode invalid!");