Home
last modified time | relevance | path

Searched refs:InitialValue (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutobject.c223 UINT64 InitialValue) in AcpiUtCreateIntegerObject() argument
239 IntegerDesc->Integer.Value = InitialValue; in AcpiUtCreateIntegerObject()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonHardwareLoops.cpp161 MachineOperand *InitialValue,
488 MachineOperand *InitialValue, in getComparisonKind() argument
569 MachineOperand *InitialValue = nullptr; in getLoopTripCount() local
575 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount()
579 if (!InitialValue) in getLoopTripCount()
654 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount()
662 if (InitialValue->isReg()) { in getLoopTripCount()
663 unsigned R = InitialValue->getReg(); in getLoopTripCount()
677 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.cpp3064 llvm::Constant *InitialValue = nullptr; in GetAddrOfGlobalTemporary() local
3069 InitialValue = EmitConstantValue(*Value, MaterializedType, nullptr); in GetAddrOfGlobalTemporary()
3071 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary()
3097 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(), in GetAddrOfGlobalTemporary()