Home
last modified time | relevance | path

Searched refs:SHL_PARTS (Results 1 – 17 of 17) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h350 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp215 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
DLegalizeIntegerTypes.cpp2084 PartsOpc = ISD::SHL_PARTS; in ExpandIntRes_Shift()
DLegalizeDAG.cpp1320 case ISD::SHL_PARTS: in LegalizeOp()
DSelectionDAG.cpp5018 case ISD::SHL_PARTS: in getNode()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp130 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
131 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp157 setOperationAction(ISD::SHL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
160 setOperationAction(ISD::SHL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
1345 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
1417 case ISD::SHL_PARTS: in LowerOperation()
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp167 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in R600TargetLowering()
574 case ISD::SHL_PARTS: return LowerSHLParts(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1420 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1540 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in SparcTargetLowering()
1557 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp272 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in MipsTargetLowering()
799 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp107 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp144 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in AArch64TargetLowering()
1588 case ISD::SHL_PARTS: in LowerOperation()
3754 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp390 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in PPCTargetLowering()
395 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in PPCTargetLowering()
6162 case ISD::SHL_PARTS: return LowerSHL_PARTS(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp622 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in ARMTargetLowering()
4049 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
6227 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp217 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp587 setOperationAction(ISD::SHL_PARTS , MVT::i32 , Custom); in resetOperationActions()
591 setOperationAction(ISD::SHL_PARTS , MVT::i64 , Custom); in resetOperationActions()
10636 if (Op.getOpcode() == ISD::SHL_PARTS) { in LowerShiftParts()
10657 if (Op.getOpcode() == ISD::SHL_PARTS) { in LowerShiftParts()
16191 case ISD::SHL_PARTS: in LowerOperation()