/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 302 // MULHU/MULHS - Multiply high - Multiply two integers of type iN, producing 304 MULHU, MULHS, [all...] |
SelectionDAG.h | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelDAGToDAG.cpp | 170 case ISD::MULHS: {
|
/external/llvm/lib/Target/Mips/ |
MipsISelDAGToDAG.cpp | 394 case ISD::MULHS:
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeISelLowering.cpp | 112 setOperationAction(ISD::MULHS, MVT::i32, Expand); 113 setOperationAction(ISD::MULHS, MVT::i64, Expand); [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 142 setOperationAction(ISD::MULHS, MVT::i8, Expand); 147 setOperationAction(ISD::MULHS, MVT::i16, Expand); [all...] |
/external/llvm/lib/Target/Blackfin/ |
BlackfinISelLowering.cpp | 94 setOperationAction(ISD::MULHS, MVT::i32, Expand);
|
/external/llvm/lib/Target/CellSPU/ |
SPUISelLowering.cpp | 262 setOperationAction(ISD::MULHS, MVT::i8, Expand); 266 setOperationAction(ISD::MULHS, MVT::i16, Expand); 270 setOperationAction(ISD::MULHS, MVT::i32, Expand); 274 setOperationAction(ISD::MULHS, MVT::i64, Expand); [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 129 setOperationAction(ISD::MULHS, MVT::i64, Expand); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | [all...] |
LegalizeDAG.cpp | [all...] |
LegalizeIntegerTypes.cpp | [all...] |
LegalizeVectorTypes.cpp | [all...] |
DAGCombiner.cpp | [all...] |
SelectionDAG.cpp | [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 101 setOperationAction(ISD::MULHS, MVT::i32, Expand); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 391 setOperationAction(ISD::MULHS, VT, Expand); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | 546 setOperationAction(ISD::MULHS, MVT::i32, Expand); [all...] |