OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SADDO
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
213
SADDO
, UADDO,
[
all
...]
SelectionDAG.h
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
198
case ISD::
SADDO
: return "
saddo
";
LegalizeIntegerTypes.cpp
115
case ISD::
SADDO
:
459
unsigned Opcode = N->getOpcode() == ISD::
SADDO
? ISD::ADD : ISD::SUB;
[
all
...]
LegalizeDAG.cpp
[
all
...]
SelectionDAG.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
DAGCombiner.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 42 milliseconds