OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lowerShiftRightParts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp
1227
case ISD::SRA_PARTS: return
lowerShiftRightParts
(Op, DAG, true);
1228
case ISD::SRL_PARTS: return
lowerShiftRightParts
(Op, DAG, false);
2596
SDValue MipsTargetLowering::
lowerShiftRightParts
(SDValue Op, SelectionDAG &DAG,
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
1939
return
lowerShiftRightParts
(Op, DAG, true);
1941
return
lowerShiftRightParts
(Op, DAG, false);
2845
SDValue RISCVTargetLowering::
lowerShiftRightParts
(SDValue Op, SelectionDAG &DAG,
Completed in 27 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026