Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/components/hardware/
H A Dhwsleep.c182 UINT32 InValue; in AcpiHwLegacySleep() local
312 Status = AcpiReadBitRegister (ACPI_BITREG_WAKE_STATUS, &InValue); in AcpiHwLegacySleep()
318 } while (!InValue); in AcpiHwLegacySleep()
H A Dhwxfsleep.c318 UINT32 InValue; in ACPI_EXPORT_SYMBOL() local
363 Status = AcpiReadBitRegister (ACPI_BITREG_WAKE_STATUS, &InValue); in ACPI_EXPORT_SYMBOL()
369 } while (!InValue); in ACPI_EXPORT_SYMBOL()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DSafepointIRVerifier.cpp659 const Value *InValue = PN->getIncomingValue(i); in removeValidUnrelocatedDefs() local
661 if (isNotExclusivelyConstantDerived(InValue)) { in removeValidUnrelocatedDefs()
662 if (isValuePoisoned(InValue)) { in removeValidUnrelocatedDefs()
668 if (BlockMap[InBB]->AvailableOut.count(InValue)) in removeValidUnrelocatedDefs()
793 const Value *InValue = PN->getIncomingValue(i); in verifyInstruction() local
795 if (isNotExclusivelyConstantDerived(InValue) && in verifyInstruction()
796 !InBBS->AvailableOut.count(InValue)) in verifyInstruction()
797 reportInvalidUse(*InValue, *PN); in verifyInstruction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp766 InValuesType InValue; in computeInsertionPoints() local
790 InValue[V[i]->getParent()].push_back(std::make_pair(VN, V[i])); in computeInsertionPoints()
809 insertCHI(InValue, OutValue); in computeInsertionPoints()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4489 Value *InValue = PHI.getIncomingValue(Idx); in FindPHIForConditionForwarding() local
4490 if (InValue != CaseValue) in FindPHIForConditionForwarding()