OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShOpc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
232
ARM_AM::ShiftOpc
ShOpc
= ARM_AM::getAM2ShiftOpc(OffImm);
233
unsigned SOOpc = ARM_AM::getSORegOpc(
ShOpc
, Amt);
ARMISelDAGToDAG.cpp
3184
SDValue
ShOpc
=
3187
SDValue Ops[] = { N->getOperand(0).getOperand(0),
ShOpc
,
ARMISelLowering.cpp
6358
unsigned
ShOpc
= N->getOpcode();
6374
if (
ShOpc
== ISD::SRL) {
6383
} else if (
ShOpc
== ISD::SRA)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp
5561
unsigned
ShOpc
= IsLeft ? TargetOpcode::G_SHL : TargetOpcode::G_LSHR;
5571
ShVal = MIRBuilder.buildInstr(
ShOpc
, {DstTy}, {Src, ShAmt}).getReg(0);
5580
ShVal = MIRBuilder.buildInstr(
ShOpc
, {DstTy}, {Src, ShAmt}).getReg(0);
Completed in 58 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026