Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1936 unsigned NumSources = BV->getNumSources(); in isGuaranteedNotToBeUndefOrPoison() local
1937 for (unsigned I = 0; I < NumSources; ++I) in isGuaranteedNotToBeUndefOrPoison()
2037 unsigned NumSources = Build->getNumSources(); in getConstant() local
2038 for (unsigned I = 0; I < NumSources; ++I) { in getConstant()
2077 unsigned NumSources = Build->getNumSources(); in getConstant() local
2078 for (unsigned I = 0; I < NumSources; ++I) { in getConstant()
H A DCombinerHelper.cpp6906 unsigned NumSources = BuildVector->getNumSources(); in isConstantSplatVector() local
6908 for (unsigned I = 0; I < NumSources; ++I) { in isConstantSplatVector()
6935 unsigned NumSources = BuildVector->getNumSources(); in getConstantOrConstantSplatVector() local
6938 for (unsigned I = 0; I < NumSources; ++I) { in getConstantOrConstantSplatVector()
6961 unsigned NumSources = BuildVector->getNumSources(); in isConstantOrConstantVectorI() local
6962 for (unsigned I = 0; I < NumSources; ++I) { in isConstantOrConstantVectorI()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp5531 unsigned NumSources = 0; in getShuffleCost() local
5543 if (NumSources == 0) { in getShuffleCost()
5545 NumSources = 1; in getShuffleCost()
5546 } else if (NumSources == 1 && Source != Source1) { in getShuffleCost()
5548 NumSources = 2; in getShuffleCost()
5549 } else if (NumSources >= 2 && Source != Source1 && Source != Source2) { in getShuffleCost()
5550 NumSources++; in getShuffleCost()
5575 NumSources <= 2 in getShuffleCost()
5576 ? getShuffleCost(NumSources <= 1 ? TTI::SK_PermuteSingleSrc in getShuffleCost()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl2.h2091 UINT16 NumSources; member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo2.c1196 {ACPI_DMT_UINT16, ACPI_MADT26_OFFSET (NumSources), "NumSources", 0},