Searched defs:ShVT (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 6027 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); BuildExactSDIV() local 6160 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); BuildSDIV() local 6322 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); BuildUDIV() local 6575 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout(), !DCI.isBeforeLegalize()); prepareUREMEqFold() local 6824 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout(), !DCI.isBeforeLegalize()); prepareSREMEqFold() local 7790 EVT ShVT = Z.getValueType(); expandVPFunnelShift() local 7854 EVT ShVT = Z.getValueType(); expandFunnelShift() local 7931 EVT ShVT = Op1.getValueType(); expandROT() local 8629 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); expandCTPOP() local 8696 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); expandVPCTPOP() local 8753 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); expandCTLZ() local 8803 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); expandVPCTLZ() local 8947 EVT ShVT = getShiftAmountTy(VT, DAG.getDataLayout()); expandABS() local [all...] |
H A D | LegalizeDAG.cpp | 2974 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); ExpandPARITY() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6620 MVT ShVT = MVT::v16i8; getVShift() local 25111 MVT ShVT = MVT::getVectorVT(EltVT, 128 / EltVT.getSizeInBits()); getTargetVShiftNode() local [all...] |