HomeSort by relevance Sort by last modified time
    Searched refs:InitialValue (Results 1 - 3 of 3) 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/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 318 const MachineOperand *InitialValue;
320 InitialValue = &IV_Inst->getOperand(1);
323 InitialValue = &IV_Inst->getOperand(3);
351 return new CountValue(InitialValue->getReg(), iv_value > 0);
353 assert(InitialValue->isReg() && "Expecting register for init value");
354 const MachineInstr *DefInstr = MRI->getVRegDef(InitialValue->getReg());
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 322 const MachineOperand *InitialValue;
324 InitialValue = &IV_Inst->getOperand(1);
327 InitialValue = &IV_Inst->getOperand(3);
334 DEBUG(dbgs() << " initial value: " << *InitialValue << "\n");
368 assert(InitialValue->isReg() && "Expecting register for init value");
369 unsigned InitialValueReg = InitialValue->getReg();

Completed in 172 milliseconds