Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/hardware/
H A Dhwsleep.c182 UINT32 InValue; in AcpiHwLegacySleep() local
315 Status = AcpiReadBitRegister (ACPI_BITREG_WAKE_STATUS, &InValue); in AcpiHwLegacySleep()
321 } while (!InValue); in AcpiHwLegacySleep()
H A Dhwxfsleep.c318 UINT32 InValue; in ACPI_EXPORT_SYMBOL() local
365 Status = AcpiReadBitRegister (ACPI_BITREG_WAKE_STATUS, &InValue); in ACPI_EXPORT_SYMBOL()
371 } while (!InValue); in ACPI_EXPORT_SYMBOL()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp676 const Value *InValue = PN->getIncomingValue(i); in removeValidUnrelocatedDefs() local
678 if (isNotExclusivelyConstantDerived(InValue)) { in removeValidUnrelocatedDefs()
679 if (isValuePoisoned(InValue)) { in removeValidUnrelocatedDefs()
685 if (BlockMap[InBB]->AvailableOut.count(InValue)) in removeValidUnrelocatedDefs()
810 const Value *InValue = PN->getIncomingValue(i); in verifyInstruction() local
812 if (isNotExclusivelyConstantDerived(InValue) && in verifyInstruction()
813 !InBBS->AvailableOut.count(InValue)) in verifyInstruction()
814 reportInvalidUse(*InValue, *PN); in verifyInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp428 InValuesType InValue; in computeInsertionPoints() local
452 InValue[V[i]->getParent()].push_back(std::make_pair(VN, V[i])); in computeInsertionPoints()
471 insertCHI(InValue, OutValue); in computeInsertionPoints()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1523 Value *InValue, BasicBlock *InBB, in simplifyInstructionWithPHI() argument
1532 Ops.push_back(InValue); in simplifyInstructionWithPHI()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5673 Value *InValue = PHI.getIncomingValue(Idx); in FindPHIForConditionForwarding() local
5674 if (InValue != CaseValue) in FindPHIForConditionForwarding()