Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r262265-llvm-r201718-sparc.diff35 + setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand);
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DISDOpcodes.h345 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp207 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
DLegalizeIntegerTypes.cpp2092 PartsOpc = ISD::SHL_PARTS; in ExpandIntRes_Shift()
DLegalizeDAG.cpp1304 case ISD::SHL_PARTS: in LegalizeOp()
DSelectionDAG.cpp4884 case ISD::SHL_PARTS: in getNode()
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp133 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
134 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1434 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in HexagonTargetLowering()
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1541 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in SparcTargetLowering()
1558 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SparcTargetLowering()
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp107 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsISelLowering.cpp268 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in MipsTargetLowering()
736 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG); in LowerOperation()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp350 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in PPCTargetLowering()
355 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in PPCTargetLowering()
5803 case ISD::SHL_PARTS: return LowerSHL_PARTS(Op, DAG); in LowerOperation()
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp190 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.cpp652 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in ARMTargetLowering()
3937 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
6138 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG); in LowerOperation()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp557 setOperationAction(ISD::SHL_PARTS , MVT::i32 , Custom); in resetOperationActions()
561 setOperationAction(ISD::SHL_PARTS , MVT::i64 , Custom); in resetOperationActions()
8444 if (Op.getOpcode() == ISD::SHL_PARTS) { in LowerShiftParts()
8465 if (Op.getOpcode() == ISD::SHL_PARTS) { in LowerShiftParts()
13421 case ISD::SHL_PARTS: in LowerOperation()