Searched refs:NumSources (Results 1 – 5 of 5) sorted by relevance
1936 unsigned NumSources = BV->getNumSources(); in isGuaranteedNotToBeUndefOrPoison() local1937 for (unsigned I = 0; I < NumSources; ++I) in isGuaranteedNotToBeUndefOrPoison()2037 unsigned NumSources = Build->getNumSources(); in getConstant() local2038 for (unsigned I = 0; I < NumSources; ++I) { in getConstant()2077 unsigned NumSources = Build->getNumSources(); in getConstant() local2078 for (unsigned I = 0; I < NumSources; ++I) { in getConstant()
6906 unsigned NumSources = BuildVector->getNumSources(); in isConstantSplatVector() local6908 for (unsigned I = 0; I < NumSources; ++I) { in isConstantSplatVector()6935 unsigned NumSources = BuildVector->getNumSources(); in getConstantOrConstantSplatVector() local6938 for (unsigned I = 0; I < NumSources; ++I) { in getConstantOrConstantSplatVector()6961 unsigned NumSources = BuildVector->getNumSources(); in isConstantOrConstantVectorI() local6962 for (unsigned I = 0; I < NumSources; ++I) { in isConstantOrConstantVectorI()
5531 unsigned NumSources = 0; in getShuffleCost() local5543 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()
2091 UINT16 NumSources; member
1196 {ACPI_DMT_UINT16, ACPI_MADT26_OFFSET (NumSources), "NumSources", 0},