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 468 MachineOperand *InitialValue = nullptr;
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 131 int32_t InitialValue) {
133 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue));
  /external/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector.cc 233 filtered_rsd_->Apply(1.0f, InitialValue());
301 float InitialValue() const {
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h     [all...]

Completed in 1971 milliseconds