Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp161 MachineOperand *InitialValue,
488 MachineOperand *InitialValue, in getComparisonKind() argument
569 MachineOperand *InitialValue = nullptr; in getLoopTripCount() local
575 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount()
579 if (!InitialValue) in getLoopTripCount()
654 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount()
662 if (InitialValue->isReg()) { in getLoopTripCount()
663 unsigned R = InitialValue->getReg(); in getLoopTripCount()
677 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h138 int32_t InitialValue) { in insertGlobalInt32() argument
140 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32()
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp2640 enum InitialValue enum in deqp::gles31::Functional::__anonc518436b0111::IsEnabledCase
2650 InitialValue initial,
2657 const InitialValue m_initial;
2664 InitialValue initial, in IsEnabledCase()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3303 llvm::Constant *InitialValue = nullptr; in GetAddrOfGlobalTemporary() local
3308 InitialValue = EmitConstantValue(*Value, MaterializedType, nullptr); in GetAddrOfGlobalTemporary()
3310 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary()
3336 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(), in GetAddrOfGlobalTemporary()