Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 Register R = InitialValue->getReg(); in getLoopTripCount()
702 if (!checkForImmediate(*InitialValue, V)) in getLoopTripCount()
718 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutobject.c224 UINT64 InitialValue) in AcpiUtCreateIntegerObject() argument
240 IntegerDesc->Integer.Value = InitialValue; in AcpiUtCreateIntegerObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2230 auto InitialValue = Constant::getNullValue(ValueTy); in eliminateSwiftErrorArgument() local
2231 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp5474 llvm::Constant *InitialValue = nullptr; in GetAddrOfGlobalTemporary() local
5480 InitialValue = emitter->emitForInitializer(*Value, AddrSpace, in GetAddrOfGlobalTemporary()
5483 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary()
5508 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(), in GetAddrOfGlobalTemporary()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp83 uint64_t InitialValue; member