Searched refs:ShiftAmtVT (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelDAGToDAG.cpp | 918 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 995 EVT ShiftAmtVT = TLI.getShiftAmountTy(NVT, DAG.getDataLayout(), false); in JoinIntegers() local 999 DAG.getConstant(LVT.getSizeInBits(), dlHi, ShiftAmtVT)); in JoinIntegers()
|