Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DSafepointIRVerifier.cpp669 const Value *InValue = PN->getIncomingValue(i); in removeValidUnrelocatedDefs() local
671 if (isNotExclusivelyConstantDerived(InValue)) { in removeValidUnrelocatedDefs()
672 if (isValuePoisoned(InValue)) { in removeValidUnrelocatedDefs()
678 if (BlockMap[InBB]->AvailableOut.count(InValue)) in removeValidUnrelocatedDefs()
803 const Value *InValue = PN->getIncomingValue(i); in verifyInstruction() local
805 if (isNotExclusivelyConstantDerived(InValue) && in verifyInstruction()
806 !InBBS->AvailableOut.count(InValue)) in verifyInstruction()
807 reportInvalidUse(*InValue, *PN); in verifyInstruction()
/netbsd-src/sys/external/bsd/acpica/dist/hardware/
H A Dhwsleep.c74 UINT32 InValue; in AcpiHwLegacySleep() local
204 Status = AcpiReadBitRegister (ACPI_BITREG_WAKE_STATUS, &InValue); in AcpiHwLegacySleep()
210 } while (!InValue); in AcpiHwLegacySleep()
H A Dhwxfsleep.c207 UINT32 InValue; in ACPI_EXPORT_SYMBOL()
256 Status = AcpiReadBitRegister (ACPI_BITREG_WAKE_STATUS, &InValue); in ACPI_EXPORT_SYMBOL()
262 } while (!InValue); in ACPI_EXPORT_SYMBOL()
210 UINT32 InValue; ACPI_EXPORT_SYMBOL() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp429 InValuesType InValue; in computeInsertionPoints() local
453 InValue[V[i]->getParent()].push_back(std::make_pair(VN, V[i])); in computeInsertionPoints()
472 insertCHI(InValue, OutValue); in computeInsertionPoints()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2500 auto &InValue = *Values[0].second; in vlocDowngradeLattice() local
2502 if (InValue.Kind == DbgValue::Const || InValue.Kind == DbgValue::NoVal) in vlocDowngradeLattice()
2505 unsigned ThisRPO = BBNumToRPO[InValue.ID.getBlock()]; in vlocDowngradeLattice()
2507 if (!InValue.ID.isPHI()) in vlocDowngradeLattice()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5102 Value *InValue = PHI.getIncomingValue(Idx); in FindPHIForConditionForwarding() local
5103 if (InValue != CaseValue) in FindPHIForConditionForwarding()