HomeSort by relevance Sort by last modified time
    Searched refs:InitialValue (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
platform.h 605 template <int InitialValue>
608 return OS::CreateSemaphore(InitialValue);
621 template <int InitialValue>
624 Semaphore, CreateSemaphoreTrait<InitialValue>,
  /external/chromium_org/v8/src/
platform.h 576 template <int InitialValue>
579 return OS::CreateSemaphore(InitialValue);
592 template <int InitialValue>
595 Semaphore, CreateSemaphoreTrait<InitialValue>,
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 468 MachineOperand *InitialValue = 0;
473 InitialValue = &IV_Phi->getOperand(i);
477 if (!InitialValue)
563 // Allow InitialValue to be a register defined with an immediate.
564 if (InitialValue->isReg()) {
565 if (!defWithImmediate(InitialValue->getReg()))
567 InitV = getImmediate(*InitialValue);
569 assert(InitialValue->isImm());
570 InitV = InitialValue->getImm();
591 if (InitialValue->isReg())
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 130 int32_t InitialValue) {
132 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue));
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 964 milliseconds