Searched defs:ShVT (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 4642 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in BuildExactSDIV() local 4714 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV() local 4823 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV() local 5012 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareUREMEqFold() local 5252 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in prepareSREMEqFold() local 5952 EVT ShVT = Z.getValueType(); in expandFunnelShift() local 5990 EVT ShVT = Op1.getValueType(); in expandROT() local 6375 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTPOP() local 6435 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTLZ() local 6543 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandABS() local
|
H A D | LegalizeVectorTypes.cpp | 3419 EVT ShVT = ShOp.getValueType(); in WidenVecRes_Shift() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 5775 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in BuildExactSDIV() local 5865 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV() local 6013 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV() local 6254 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout(), !DCI.isBeforeLegalize()); in prepareUREMEqFold() local 6503 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout(), !DCI.isBeforeLegalize()); in prepareSREMEqFold() local 7472 EVT ShVT = Z.getValueType(); in expandVPFunnelShift() local 7536 EVT ShVT = Z.getValueType(); in expandFunnelShift() local 7613 EVT ShVT = Op1.getValueType(); in expandROT() local 8243 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTPOP() local 8310 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandVPCTPOP() local [all …]
|
H A D | LegalizeDAG.cpp | 2669 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandPARITY() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2639 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBitCount() local 2708 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBitCount() local
|
H A D | LegalizeVectorTypes.cpp | 2499 EVT ShVT = ShOp.getValueType(); in WidenVecRes_Shift() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 5474 MVT ShVT = MVT::v16i8; in getVShift() local 17158 MVT ShVT = MVT::getVectorVT(EltVT, 128/EltVT.getSizeInBits()); in getTargetVShiftNode() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 7932 MVT ShVT = MVT::v16i8; in getVShift() local 23430 MVT ShVT = MVT::getVectorVT(EltVT, 128 / EltVT.getSizeInBits()); in getTargetVShiftNode() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 9177 MVT ShVT = MVT::v16i8; in getVShift() local 26757 MVT ShVT = MVT::getVectorVT(EltVT, 128 / EltVT.getSizeInBits()); in getTargetVShiftNode() local
|