Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp188 MachineOperand *InitialValue,
509 MachineOperand *InitialValue, in getComparisonKind() argument
604 MachineOperand *InitialValue = nullptr; in getLoopTripCount() local
610 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount()
614 if (!InitialValue) in getLoopTripCount()
689 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount()
697 if (InitialValue->isReg()) { in getLoopTripCount()
698 unsigned R = InitialValue->getReg(); in getLoopTripCount()
702 if (!checkForImmediate(*InitialValue, V)) in getLoopTripCount()
718 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
/freebsd-12.1/sys/contrib/dev/acpica/components/utilities/
H A Dutobject.c332 UINT64 InitialValue) in AcpiUtCreateIntegerObject() argument
348 IntegerDesc->Integer.Value = InitialValue; in AcpiUtCreateIntegerObject()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp127 uint64_t InitialValue; member
805 encodeSLEB128(Global.InitialValue, W.OS); in writeGlobalSection()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp4634 llvm::Constant *InitialValue = nullptr; in GetAddrOfGlobalTemporary() local
4640 InitialValue = emitter->emitForInitializer(*Value, AddrSpace, in GetAddrOfGlobalTemporary()
4643 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary()
4668 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(), in GetAddrOfGlobalTemporary()