HomeSort by: relevance | last modified time | path
    Searched refs:InitialValue (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/utilities/
utobject.c 214 * PARAMETERS: InitialValue - Initial value for the integer
224 UINT64 InitialValue)
240 IntegerDesc->Integer.Value = InitialValue;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 188 MachineOperand *InitialValue,
509 MachineOperand *InitialValue,
604 MachineOperand *InitialValue = nullptr;
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, EndValue, IVReg, IVBump, Cmp)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 2230 auto InitialValue = Constant::getNullValue(ValueTy);
2231 Builder.CreateStore(InitialValue, Alloca);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 5474 llvm::Constant *InitialValue = nullptr;
5480 InitialValue = emitter->emitForInitializer(*Value, AddrSpace,
5483 Type = InitialValue->getType();
5508 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(),
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp 83 uint64_t InitialValue;

Completed in 49 milliseconds