Searched refs:ShOpLo (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1664 SDValue ShOpLo = Op.getOperand(0); in LowerShiftRightParts() local 1677 SDValue Lo = DAG.getNode(NVPTXISD::FUN_SHFR_CLAMP, dl, VT, ShOpLo, ShOpHi, in LowerShiftRightParts() 1695 SDValue Tmp1 = DAG.getNode(ISD::SRL, dl, VT, ShOpLo, ShAmt); in LowerShiftRightParts() 1725 SDValue ShOpLo = Op.getOperand(0); in LowerShiftLeftParts() local 1736 SDValue Hi = DAG.getNode(NVPTXISD::FUN_SHFL_CLAMP, dl, VT, ShOpLo, ShOpHi, in LowerShiftLeftParts() 1738 SDValue Lo = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ShAmt); in LowerShiftLeftParts() 1758 SDValue Tmp2 = DAG.getNode(ISD::SRL, dl, VT, ShOpLo, RevShAmt); in LowerShiftLeftParts() 1760 SDValue TrueVal = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ExtraShAmt); in LowerShiftLeftParts() 1764 SDValue Lo = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ShAmt); in LowerShiftLeftParts()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 4114 SDValue ShOpLo = Op.getOperand(0); in LowerShiftRightParts() local 4124 SDValue Tmp1 = DAG.getNode(ISD::SRL, dl, VT, ShOpLo, ShAmt); in LowerShiftRightParts() 4160 SDValue ShOpLo = Op.getOperand(0); in LowerShiftLeftParts() local 4168 SDValue Tmp1 = DAG.getNode(ISD::SRL, dl, VT, ShOpLo, RevShAmt); in LowerShiftLeftParts() 4172 SDValue Tmp3 = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ExtraShAmt); in LowerShiftLeftParts() 4185 SDValue FalseValLo = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ShAmt); in LowerShiftLeftParts()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4073 SDValue ShOpLo = Op.getOperand(0); in LowerShiftRightParts() local 4083 SDValue Tmp1 = DAG.getNode(ISD::SRL, dl, VT, ShOpLo, ShAmt); in LowerShiftRightParts() 4109 SDValue ShOpLo = Op.getOperand(0); in LowerShiftLeftParts() local 4117 SDValue Tmp1 = DAG.getNode(ISD::SRL, dl, VT, ShOpLo, RevShAmt); in LowerShiftLeftParts() 4121 SDValue Tmp3 = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ExtraShAmt); in LowerShiftLeftParts() 4127 SDValue Lo = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ShAmt); in LowerShiftLeftParts()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 11346 SDValue ShOpLo = Op.getOperand(0); in LowerShiftParts() local 11360 Tmp2 = DAG.getNode(X86ISD::SHLD, dl, VT, ShOpHi, ShOpLo, ShAmt); in LowerShiftParts() 11361 Tmp3 = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, SafeShAmt); in LowerShiftParts() 11363 Tmp2 = DAG.getNode(X86ISD::SHRD, dl, VT, ShOpLo, ShOpHi, ShAmt); in LowerShiftParts()
|