Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1547 auto ShiftEntryIt = std::find_if( in selectShift() local
1551 if (ShiftEntryIt == std::end(OpTable)) in selectShift()
1554 unsigned CReg = ShiftEntryIt->CReg; in selectShift()
1558 Opcode = ShiftEntryIt->OpSHL; in selectShift()
1561 Opcode = ShiftEntryIt->OpASHR; in selectShift()
1564 Opcode = ShiftEntryIt->OpLSHR; in selectShift()
1574 ShiftEntryIt->CReg) in selectShift()