OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DivCall
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.h
45
///
DIVCALL
- used for special library calls for div and rem
46
DivCall
,
AlphaISelDAGToDAG.cpp
230
case AlphaISD::
DivCall
: {
AlphaISelLowering.cpp
187
case AlphaISD::
DivCall
: return "Alpha::
DivCall
";
707
return DAG.getNode(AlphaISD::
DivCall
, dl, MVT::i64, Addr, Tmp1, Tmp2);
[
all
...]
Completed in 257 milliseconds