Searched refs:SHL_PARTS (Results 1 – 15 of 15) sorted by relevance
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r262265-llvm-r201718-sparc.diff | 35 + setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand);
|
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 345 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 207 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
|
| D | LegalizeIntegerTypes.cpp | 2092 PartsOpc = ISD::SHL_PARTS; in ExpandIntRes_Shift()
|
| D | LegalizeDAG.cpp | 1304 case ISD::SHL_PARTS: in LegalizeOp()
|
| D | SelectionDAG.cpp | 4884 case ISD::SHL_PARTS: in getNode()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/MSP430/ |
| D | MSP430ISelLowering.cpp | 133 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/ |
| D | HexagonISelLowering.cpp | 1434 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in HexagonTargetLowering()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcISelLowering.cpp | 1541 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/ |
| D | XCoreISelLowering.cpp | 107 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsISelLowering.cpp | 268 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/ |
| D | PPCISelLowering.cpp | 350 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/ |
| D | SystemZISelLowering.cpp | 190 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 652 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/ |
| D | X86ISelLowering.cpp | 557 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()
|