Searched defs:NarrowTy (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 56 getNarrowTypeBreakDown(LLT OrigTy, LLT NarrowTy, LLT &LeftoverTy) { in getNarrowTypeBreakDown() 251 LLT NarrowTy, Register SrcReg) { in extractGCDType() 258 LLT LegalizerHelper::buildLCMMergePieces(LLT DstTy, LLT NarrowTy, LLT GCDTy, in buildLCMMergePieces() 1222 LLT NarrowTy) { in narrowScalar() 1789 void LegalizerHelper::narrowScalarSrc(MachineInstr &MI, LLT NarrowTy, in narrowScalarSrc() 1805 void LegalizerHelper::narrowScalarDst(MachineInstr &MI, LLT NarrowTy, in narrowScalarDst() 4234 LLT NarrowTy = (NumElts == 1) ? EltTy : LLT::fixed_vector(NumElts, EltTy); in makeDstOps() local 4405 LLT NarrowTy) { in fewerElementsVectorUnmergeValues() 4453 LLT NarrowTy) { in fewerElementsVectorMerge() 4613 LLT NarrowTy) { in reduceLoadStoreWidth() [all …]
|
H A D | CallLowering.cpp | 1344 const CCValAssign &VA, Register SrcReg, LLT NarrowTy) { in buildExtensionHint()
|
H A D | Utils.cpp | 605 LLT NarrowTy = (NumElts == 1) ? EltTy : LLT::fixed_vector(NumElts, EltTy); in extractVectorParts() local
|
H A D | CombinerHelper.cpp | 5029 LLT NarrowTy = LLT::scalar(NarrowWidth); in matchNarrowBinopFeedingAnd() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 3948 const LLT NarrowTy = MRI.getType(DstReg); in selectExtractElt() local 3986 const LLT NarrowTy = MRI.getType(I.getOperand(0).getReg()); in selectSplitVectorUnmerge() local 4029 const LLT NarrowTy = MRI.getType(I.getOperand(0).getReg()); in selectUnmergeValues() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3055 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8); in visitStoreInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2280 MVT NarrowTy = MVT::getVectorVT(EltTy, WideSize / 2); in NarrowVector() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 6059 Type *NarrowTy; in hasSameExtUse() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2324 auto *NarrowTy = cast<IntegerType>(LHS->getType()); in willNotOverflow() local 15570 Type *NarrowTy = IntegerType::get(SE.getContext(), Bitwidth); in rewrite() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 8029 auto *NarrowTy = in EmitCommonNeonBuiltinExpr() local 8039 auto *NarrowTy = in EmitCommonNeonBuiltinExpr() local
|