Home
last modified time | relevance | path

Searched defs:NumParts (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp688 unsigned NumParts = in determineAssignments() local
795 const unsigned NumParts = Args[i].Flags.size(); in handleAssignments() local
1118 unsigned NumParts = in getReturnInfo() local
H A DLegalizerHelper.cpp61 unsigned NumParts = Size / NarrowSize; in getNarrowTypeBreakDown() local
263 int NumParts = LCMTy.getSizeInBits() / NarrowTy.getSizeInBits(); in buildLCMMergePieces() local
1251 int NumParts = SizeOp0 / NarrowSize; in narrowScalar() local
1269 int NumParts = TotalSize / NarrowSize; in narrowScalar() local
1407 int NumParts = SizeOp0 / NarrowSize; in narrowScalar() local
1488 unsigned NumParts = SizeOp0 / NarrowSize; in narrowScalar() local
1643 int NumParts = SizeOp0 / NarrowSize; in narrowScalar() local
1706 unsigned NumParts = SizeOp0 / NarrowSize; in narrowScalar() local
4235 int NumParts, NumLeftover; in makeDstOps() local
4521 unsigned NumParts = DstTy.getNumElements() / NarrowTy.getNumElements(); in fewerElementsVectorMerge() local
[all …]
H A DUtils.cpp493 void llvm::extractParts(Register Reg, LLT Ty, int NumParts, in extractParts()
511 unsigned NumParts = RegSize / MainSize; in extractParts() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h433 Module &M, unsigned NumParts, in splitModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp437 doPartitioning(SplitModuleLogger &SML, Module &M, unsigned NumParts, in doPartitioning()
H A DAMDGPUTargetMachine.cpp841 Module &M, unsigned NumParts, in splitModule()
H A DAMDGPULegalizerInfo.cpp598 const unsigned NumParts = PointerTy.getSizeInBits() / 32; in castBufferRsrcFromV4I32() local
634 const unsigned NumParts = PointerTy.getSizeInBits() / 32; in castBufferRsrcToV4I32() local
4136 unsigned NumParts = Size / 32; in legalizeMul() local
5512 unsigned NumParts = Size / 32; in legalizeLaneOp() local
H A DAMDGPURegisterBankInfo.cpp722 unsigned NumParts = Bits / 32; in buildReadFirstLane() local
898 unsigned NumParts = OpSize / PartSize; in executeInWaterfallLoop() local
H A DSIRegisterInfo.cpp2994 const unsigned NumParts = RegDWORDs / EltDWORDs; in getRegSplitParts() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp670 unsigned NumParts = getNumVectorRegs(SrcTy); in getVectorTruncCost() local
H A DSystemZISelLowering.cpp1579 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts()
1591 SelectionDAG &DAG, const SDLoc &DL, const SDValue *Parts, unsigned NumParts, in joinRegisterPartsIntoValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp170 unsigned NumParts, MVT PartVT, EVT ValueVT, const Value *V, in getCopyFromParts()
342 const SDValue *Parts, unsigned NumParts, in getCopyFromPartsVector()
508 unsigned NumParts, MVT PartVT, const Value *V, in getCopyToParts()
691 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToPartsVector()
975 unsigned NumParts = RegCount[Value]; in getCopyToRegs() local
2261 unsigned NumParts = TLI.getNumRegistersForCallingConv(Context, CC, VT); in visitRet() local
11025 unsigned NumParts = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() local
11685 unsigned NumParts = 0; in LowerArguments() local
11713 unsigned NumParts = TLI->getNumRegistersForCallingConv( in LowerArguments() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1768 constexpr unsigned NumParts = 4; in EmitHeader() local
2032 constexpr unsigned NumParts = 3; in EmitHeader() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp283 static unsigned getPartNumElems(unsigned Size, unsigned NumParts) { in getPartNumElems() argument
4232 int NumParts = TTI->getNumberOfParts(VecTy); in findReusedOrderedScalars() local
4272 __anon07b2d7742602(MutableArrayRef<unsigned> CurrentOrder, ArrayRef<int> Mask, int PartSz, int NumParts, function_ref<unsigned(unsigned)> GetVF) findReusedOrderedScalars() argument
4977 unsigned NumParts = divideCeil(VF, Sz); getReorderingData() local
8332 unsigned NumParts = TTI.getNumberOfParts(VecTy); getBuildVectorCost() local
8459 computeExtractCost(ArrayRef<Value * > VL,ArrayRef<int> Mask,ArrayRef<std::optional<TTI::ShuffleKind>> ShuffleKinds,unsigned NumParts) computeExtractCost() argument
8900 adjustExtracts(const TreeEntry * E,MutableArrayRef<int> Mask,ArrayRef<std::optional<TTI::ShuffleKind>> ShuffleKinds,unsigned NumParts,bool & UseVecBaseAsInput) adjustExtracts() argument
9023 unsigned NumParts = TTI.getNumberOfParts(MaskVecTy); add() local
9040 unsigned NumParts = TTI.getNumberOfParts(MaskVecTy); add() local
11300 isGatherShuffledEntry(const TreeEntry * TE,ArrayRef<Value * > VL,SmallVectorImpl<int> & Mask,SmallVectorImpl<SmallVector<const TreeEntry * >> & Entries,unsigned NumParts,bool ForOrder) isGatherShuffledEntry() argument
11871 adjustExtracts(const TreeEntry * E,MutableArrayRef<int> Mask,ArrayRef<std::optional<TTI::ShuffleKind>> ShuffleKinds,unsigned NumParts,bool & UseVecBaseAsInput) adjustExtracts() argument
12382 unsigned NumParts = TTI->getNumberOfParts(VecTy); processBuildVector() local
15594 unsigned NumParts = TTI->getNumberOfParts(getWidenedType(TreeRootIT, VF)); computeMinimumValueSizes() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1659 unsigned NumParts = in GetReturnInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp533 unsigned NumParts = count_if(Parts, [](const auto &Pair) { in SRAGlobal() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4454 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts()
4478 const SDValue *Parts, unsigned NumParts, in joinRegisterPartsIntoValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3149 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4463 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts()
4478 SelectionDAG &DAG, const SDLoc &DL, const SDValue *Parts, unsigned NumParts, in joinRegisterPartsIntoValue()
13411 unsigned NumParts = VecVT.getSizeInBits() / 128; in PerformVQDMULHCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21477 splitValueIntoRegisterParts(SelectionDAG & DAG,const SDLoc & DL,SDValue Val,SDValue * Parts,unsigned NumParts,MVT PartVT,std::optional<CallingConv::ID> CC) const splitValueIntoRegisterParts() argument
21531 joinRegisterPartsIntoValue(SelectionDAG & DAG,const SDLoc & DL,const SDValue * Parts,unsigned NumParts,MVT PartVT,EVT ValueVT,std::optional<CallingConv::ID> CC) const joinRegisterPartsIntoValue() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7502 unsigned NumParts = 1; in LowerFormalArguments() local
8550 unsigned NumParts = 1; in LowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp18474 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts()