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

  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 463 MachineOperand *InitialValue = nullptr;
468 InitialValue = &IV_Phi->getOperand(i);
472 if (!InitialValue)
558 // Allow InitialValue to be a register defined with an immediate.
559 if (InitialValue->isReg()) {
560 if (!defWithImmediate(InitialValue->getReg()))
562 InitV = getImmediate(*InitialValue);
564 assert(InitialValue->isImm());
565 InitV = InitialValue->getImm();
586 if (InitialValue->isReg())
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 140 int32_t InitialValue) {
142 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue));
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h     [all...]

Completed in 498 milliseconds