Home
last modified time | relevance | path

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

/external/v8/src/
Dplatform.h605 template <int InitialValue>
608 return OS::CreateSemaphore(InitialValue); in Create()
621 template <int InitialValue>
624 Semaphore, CreateSemaphoreTrait<InitialValue>,
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp468 MachineOperand *InitialValue = 0; in getLoopTripCount() local
473 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount()
477 if (!InitialValue) in getLoopTripCount()
564 if (InitialValue->isReg()) { in getLoopTripCount()
565 if (!defWithImmediate(InitialValue->getReg())) in getLoopTripCount()
567 InitV = getImmediate(*InitialValue); in getLoopTripCount()
569 assert(InitialValue->isImm()); in getLoopTripCount()
570 InitV = InitialValue->getImm(); in getLoopTripCount()
591 if (InitialValue->isReg()) { in getLoopTripCount()
592 unsigned R = InitialValue->getReg(); in getLoopTripCount()
[all …]
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h130 int32_t InitialValue) { in insertGlobalInt32() argument
132 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2685 llvm::Constant *InitialValue = 0; in GetAddrOfGlobalTemporary() local
2690 InitialValue = EmitConstantValue(*Value, MaterializedType, 0); in GetAddrOfGlobalTemporary()
2692 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary()
2703 InitialValue, Name.c_str()); in GetAddrOfGlobalTemporary()