/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 341 /// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded 345 SHL_PARTS, SRA_PARTS, SRL_PARTS, [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 208 case ISD::SRL_PARTS: return "srl_parts";
|
LegalizeIntegerTypes.cpp | [all...] |
LegalizeDAG.cpp | [all...] |
SelectionDAG.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 135 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand); 136 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 108 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 280 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); 748 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 356 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); 361 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 177 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | 661 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 556 setOperationAction(ISD::SRL_PARTS , MVT::i32 , Custom); 560 setOperationAction(ISD::SRL_PARTS , MVT::i64 , Custom); [all...] |