Searched refs:NarrowTy (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4101 MVT NarrowTy = MVT::getVectorVT(EltTy, WideSize / 2); local
4104 return DAG.getTargetExtractSubreg(AArch64::dsub, DL, NarrowTy, V128Reg);
6775 MVT NarrowTy = N.getSimpleValueType(); local
6776 if (!NarrowTy.is64BitVector())
6779 MVT ElementTy = NarrowTy.getVectorElementType();
6780 unsigned NumElems = NarrowTy.getVectorNumElements();
6790 return DAG.getNode(ISD::EXTRACT_SUBVECTOR, SDLoc(N.getNode()), NarrowTy,
H A DAArch64ISelDAGToDAG.cpp1118 MVT NarrowTy = MVT::getVectorVT(EltTy, WideSize / 2); local
1120 return DAG.getTargetExtractSubreg(AArch64::dsub, SDLoc(V128Reg), NarrowTy,
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2324 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8); local
2325 V = extractInteger(DL, IRB, V, NarrowTy, NewBeginOffset,
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp2795 llvm::Type *NarrowTy = local
2797 llvm::Type *Tys[2] = { Ty, NarrowTy };
2805 llvm::Type *NarrowTy = local
2807 llvm::Type *Tys[2] = { Ty, NarrowTy };

Completed in 225 milliseconds