OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DivRHS
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelDAGToDAG.cpp
151
SDValue
DivRHS
= N->getOperand(1);
166
return CurDAG->SelectNodeTo(N, Opcode, MVT::i32, DivLHS,
DivRHS
,
/external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp
346
SDValue
DivRHS
= N->getOperand(1);
363
CurDAG->SelectNodeTo(N, Opcode, MVT::i32, DivLHS,
DivRHS
, TopPart);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp
348
SDValue
DivRHS
= N->getOperand(1);
365
CurDAG->SelectNodeTo(N, Opcode, MVT::i32, DivLHS,
DivRHS
, TopPart);
Completed in 472 milliseconds