Searched refs:InitialValue (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h33 InitialValue, enumerator in enum:lldb_private::postfix::Node::Kind
81 InitialValueNode() : Node(InitialValue) {}
84 return node->GetKind() == InitialValue;
180 case Node::InitialValue:
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutobject.c322 * PARAMETERS: InitialValue - Initial value for the integer
332 UINT64 InitialValue)
348 IntegerDesc->Integer.Value = InitialValue;
331 AcpiUtCreateIntegerObject( UINT64 InitialValue) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp188 MachineOperand *InitialValue,
509 MachineOperand *InitialValue,
604 MachineOperand *InitialValue = nullptr; local
610 InitialValue = &IV_Phi->getOperand(i);
614 if (!InitialValue)
689 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump);
697 if (InitialValue->isReg()) {
698 Register R = InitialValue->getReg();
702 if (!checkForImmediate(*InitialValue, V))
718 return computeCount(L, InitialValue, EndValu
508 getComparisonKind(unsigned CondOpc, MachineOperand *InitialValue, const MachineOperand *EndValue, int64_t IVBump) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1272 auto InitialValue = Constant::getNullValue(ValueTy); local
1273 Builder.CreateStore(InitialValue, Alloca);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp125 uint64_t InitialValue; member in struct:__anon1938::WasmGlobal
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5100 llvm::Constant *InitialValue = nullptr; local
5106 InitialValue = emitter->emitForInitializer(*Value, AddrSpace,
5109 Type = InitialValue->getType();
5134 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(),

Completed in 228 milliseconds