Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelDAGToDAG.cpp918 EVT ShiftAmtVT = ShiftAmt.getValueType(); in SelectSHLi64() local
942 CurDAG->getTargetConstant(bytes, ShiftAmtVT)); in SelectSHLi64()
949 CurDAG->getTargetConstant(bits, ShiftAmtVT)); in SelectSHLi64()
953 CurDAG->getMachineNode(SPU::ROTMIr32, dl, ShiftAmtVT, in SelectSHLi64()
955 CurDAG->getTargetConstant(3, ShiftAmtVT)); in SelectSHLi64()
957 CurDAG->getMachineNode(SPU::ANDIr32, dl, ShiftAmtVT, in SelectSHLi64()
959 CurDAG->getTargetConstant(7, ShiftAmtVT)); in SelectSHLi64()
986 EVT ShiftAmtVT = ShiftAmt.getValueType(); in SelectSRLi64() local
1001 CurDAG->getTargetConstant(bytes, ShiftAmtVT)); in SelectSRLi64()
1008 CurDAG->getTargetConstant(bits, ShiftAmtVT)); in SelectSRLi64()
[all …]