Home
last modified time | relevance | path

Searched refs:NumSources (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3764 unsigned NumSources = 0; in getShuffleCost() local
3776 if (NumSources == 0) { in getShuffleCost()
3778 NumSources = 1; in getShuffleCost()
3779 } else if (NumSources == 1 && Source != Source1) { in getShuffleCost()
3781 NumSources = 2; in getShuffleCost()
3782 } else if (NumSources >= 2 && Source != Source1 && Source != Source2) { in getShuffleCost()
3783 NumSources++; in getShuffleCost()
3797 if (NumSources <= 2) in getShuffleCost()
3798 Cost += getShuffleCost(NumSources <= 1 ? TTI::SK_PermuteSingleSrc in getShuffleCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2098 int NumSources = 0; in createEntryPHI() local
2102 NumSources++; in createEntryPHI()
2105 if (NumSources == 1) { in createEntryPHI()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl2.h1598 UINT16 NumSources; member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo2.c1046 {ACPI_DMT_UINT16, ACPI_MADT26_OFFSET (NumSources), "NumSources", 0},
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6304 unsigned NumSources = BuildVector->getNumSources(); in isConstantSplatVector() local
6306 for (unsigned I = 0; I < NumSources; ++I) { in isConstantSplatVector()
6333 unsigned NumSources = BuildVector->getNumSources(); in getConstantOrConstantSplatVector() local
6336 for (unsigned I = 0; I < NumSources; ++I) { in getConstantOrConstantSplatVector()