Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCallLowering.cpp688 unsigned NumParts = in determineAssignments() local
795 const unsigned NumParts = Args[i].Flags.size(); in handleAssignments() local
1118 unsigned NumParts = in getReturnInfo() local
HDLegalizerHelper.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 …]
HDUtils.cpp493 void llvm::extractParts(Register Reg, LLT Ty, int NumParts, in extractParts()
511 unsigned NumParts = RegSize / MainSize; in extractParts() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetMachine.h433 Module &M, unsigned NumParts, in splitModule()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUSplitModule.cpp437 doPartitioning(SplitModuleLogger &SML, Module &M, unsigned NumParts, in doPartitioning()
HDAMDGPUTargetMachine.cpp841 Module &M, unsigned NumParts, in splitModule()
HDAMDGPULegalizerInfo.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
HDAMDGPURegisterBankInfo.cpp722 unsigned NumParts = Bits / 32; in buildReadFirstLane() local
898 unsigned NumParts = OpSize / PartSize; in executeInWaterfallLoop() local
HDSIRegisterInfo.cpp2994 const unsigned NumParts = RegDWORDs / EltDWORDs; in getRegSplitParts() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetTransformInfo.cpp670 unsigned NumParts = getNumVectorRegs(SrcTy); in getVectorTruncCost() local
HDSystemZISelLowering.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-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.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-14-stable/contrib/llvm-project/clang/utils/TableGen/
HDMveEmitter.cpp1768 constexpr unsigned NumParts = 4; in EmitHeader() local
2032 constexpr unsigned NumParts = 3; in EmitHeader() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp283 static unsigned getPartNumElems(unsigned Size, unsigned NumParts) { in getPartNumElems()
4232 int NumParts = TTI->getNumberOfParts(VecTy); in findReusedOrderedScalars() local
4272 function_ref<unsigned(unsigned)> GetVF) { in findReusedOrderedScalars()
4977 unsigned NumParts = divideCeil(VF, Sz); in getReorderingData() local
8332 unsigned NumParts = TTI.getNumberOfParts(VecTy); in getBuildVectorCost() local
8459 unsigned NumParts) { in computeExtractCost()
8900 unsigned NumParts, bool &UseVecBaseAsInput) { in adjustExtracts()
9023 unsigned NumParts = TTI.getNumberOfParts(MaskVecTy); in add() local
9040 unsigned NumParts = TTI.getNumberOfParts(MaskVecTy); in add() local
11300 SmallVectorImpl<SmallVector<const TreeEntry *>> &Entries, unsigned NumParts, in isGatherShuffledEntry()
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp1659 unsigned NumParts = in GetReturnInfo() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDGlobalOpt.cpp533 unsigned NumParts = count_if(Parts, [](const auto &Pair) { in SRAGlobal() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h4454 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts()
4478 const SDValue *Parts, unsigned NumParts, in joinRegisterPartsIntoValue()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.cpp3149 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.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-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp21480 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts()
21534 SelectionDAG &DAG, const SDLoc &DL, const SDValue *Parts, unsigned NumParts, in joinRegisterPartsIntoValue()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp7502 unsigned NumParts = 1; in LowerFormalArguments() local
8550 unsigned NumParts = 1; in LowerCall() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp18474 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts()