Searched defs:ShVT (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 5020 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in BuildExactSDIV() local 5099 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildSDIV() local 5247 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in BuildUDIV() local 5470 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout(), !DCI.isBeforeLegalize()); in prepareUREMEqFold() local 5714 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout(), !DCI.isBeforeLegalize()); in prepareSREMEqFold() local 6477 EVT ShVT = Z.getValueType(); in expandFunnelShift() local 6556 EVT ShVT = Op1.getValueType(); in expandROT() local 6948 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTPOP() local 7008 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandCTLZ() local 7116 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); in expandABS() local
|
H A D | LegalizeDAG.cpp | 2647 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandPARITY() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 8350 MVT ShVT = MVT::v16i8; in getVShift() local 24867 MVT ShVT = MVT::getVectorVT(EltVT, 128 / EltVT.getSizeInBits()); in getTargetVShiftNode() local
|