Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp46 unsigned NumParts = Size / NarrowSize; in getNarrowTypeBreakDown() local
123 void LegalizerHelper::extractParts(Register Reg, LLT Ty, int NumParts, in extractParts()
138 unsigned NumParts = RegSize / MainSize; in extractParts() local
613 int NumParts = SizeOp0 / NarrowSize; in narrowScalar() local
633 int NumParts = TotalSize / NarrowSize; in narrowScalar() local
695 unsigned NumParts = SizeOp0 / SizeOp1; in narrowScalar() local
725 int NumParts = SizeOp0 / NarrowTy.getSizeInBits(); in narrowScalar() local
760 int NumParts = SizeOp0 / NarrowTy.getSizeInBits(); in narrowScalar() local
846 int NumParts = SizeOp0 / NarrowSize; in narrowScalar() local
912 unsigned NumParts = SizeOp0 / NarrowSize; in narrowScalar() local
[all …]
H A DCallLowering.cpp202 unsigned NumParts = TLI->getNumRegistersForCallingConv( in handleAssignments() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp58 unsigned NumParts = Size / NarrowSize; in getNarrowTypeBreakDown() local
158 void LegalizerHelper::extractParts(Register Reg, LLT Ty, int NumParts, in extractParts()
173 unsigned NumParts = RegSize / MainSize; in extractParts() local
352 int NumParts = LCMTy.getSizeInBits() / NarrowTy.getSizeInBits(); in buildLCMMergePieces() local
936 int NumParts = SizeOp0 / NarrowSize; in narrowScalar() local
954 int NumParts = TotalSize / NarrowSize; in narrowScalar() local
1091 int NumParts = SizeOp0 / NarrowSize; in narrowScalar() local
1172 unsigned NumParts = SizeOp0 / NarrowSize; in narrowScalar() local
1318 int NumParts = SizeOp0 / NarrowSize; in narrowScalar() local
1380 unsigned NumParts = SizeOp0 / NarrowSize; in narrowScalar() local
[all …]
H A DCallLowering.cpp602 unsigned NumParts = in determineAssignments() local
705 const unsigned NumParts = Args[i].Flags.size(); in handleAssignments() local
961 unsigned NumParts = in getReturnInfo() local
/aosp_15_r20/external/libcxx/benchmarks/
H A Dfilesystem.bench.cpp139 static fs::path getRandomPaths(int NumParts, int PathLen) { in getRandomPaths()
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dfilesystem.bench.cpp136 static fs::path getRandomPaths(int NumParts, int PathLen) { in getRandomPaths()
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp129 const SDValue *Parts, unsigned NumParts, in getCopyFromParts()
277 const SDValue *Parts, unsigned NumParts, in getCopyFromPartsVector()
383 SDValue *Parts, unsigned NumParts, MVT PartVT, in getCopyToParts()
514 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToPartsVector()
757 unsigned NumParts = TLI.getNumRegisters(*DAG.getContext(), ValueVT); in getCopyToRegs() local
1462 unsigned NumParts = TLI.getNumRegisters(Context, VT); in visitRet() local
7628 unsigned NumParts = getNumRegisters(CLI.RetTy->getContext(), VT); in LowerCallTo() local
8011 unsigned NumParts = TLI->getNumRegisters(*CurDAG->getContext(), VT); in LowerArguments() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Target/
DTargetMachine.h433 Module &M, unsigned NumParts, in splitModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CallLowering.cpp70 unsigned NumParts = TLI.getNumRegisters(Context, VT); in splitToValueTypes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp205 const SDValue *Parts, unsigned NumParts, in getCopyFromParts()
362 const SDValue *Parts, unsigned NumParts, in getCopyFromPartsVector()
503 SDValue *Parts, unsigned NumParts, MVT PartVT, in getCopyToParts()
663 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToPartsVector()
901 unsigned NumParts = RegCount[Value]; in getCopyToRegs() local
1886 unsigned NumParts = TLI.getNumRegistersForCallingConv(Context, CC, VT); in visitRet() local
9250 unsigned NumParts = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() local
9874 unsigned NumParts = TLI->getNumRegistersForCallingConv( in LowerArguments() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp162 unsigned NumParts, MVT PartVT, EVT ValueVT, const Value *V, in getCopyFromParts()
322 const SDValue *Parts, unsigned NumParts, in getCopyFromPartsVector()
483 unsigned NumParts, MVT PartVT, const Value *V, in getCopyToParts()
656 SDValue Val, SDValue *Parts, unsigned NumParts, in getCopyToPartsVector()
931 unsigned NumParts = RegCount[Value]; in getCopyToRegs() local
2043 unsigned NumParts = TLI.getNumRegistersForCallingConv(Context, CC, VT); in visitRet() local
10104 unsigned NumParts = getNumRegistersForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() local
10784 unsigned NumParts = TLI->getNumRegistersForCallingConv( in LowerArguments() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1596 unsigned NumParts = TLI.getNumRegisters(ReturnType->getContext(), VT); in GetReturnInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp572 unsigned NumParts = getNumVectorRegs(SrcTy); in getVectorTruncCost() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp170 unsigned NumParts = TLI.getNumRegistersForCallingConv(Ctx, CallConv, VT); in splitToValueTypes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp661 unsigned NumParts = getNumVectorRegs(SrcTy); in getVectorTruncCost() local
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/
H A DWimIn.h258 UInt16 NumParts; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp944 MachineIRBuilder &MIRBuilder, LLT Ty, int NumParts, in extractParts()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1494 unsigned NumParts = in GetReturnInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1701 unsigned NumParts = in GetReturnInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp703 unsigned NumParts = Bits / 32; in buildReadFirstLane() local
884 unsigned NumParts = OpSize / PartSize; in executeInWaterfallLoop() local
H A DSIRegisterInfo.cpp2894 const unsigned NumParts = RegDWORDs / EltDWORDs; in getRegSplitParts() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4125 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts()
4149 const SDValue *Parts, unsigned NumParts, in joinRegisterPartsIntoValue()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetLowering.h4440 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts()
4464 const SDValue *Parts, unsigned NumParts, in joinRegisterPartsIntoValue()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetLowering.h4363 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts()
4387 const SDValue *Parts, unsigned NumParts, in joinRegisterPartsIntoValue()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetLowering.h4334 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts()
4358 const SDValue *Parts, unsigned NumParts, in joinRegisterPartsIntoValue()

12