Searched refs:InitialValue (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 468 MachineOperand *InitialValue = nullptr; 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/ |
D | MCJITTestBase.h | 131 int32_t InitialValue) { in insertGlobalInt32() argument 133 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32()
|
/external/chromium_org/third_party/webrtc/video_engine/ |
D | overuse_frame_detector.cc | 233 filtered_rsd_->Apply(1.0f, InitialValue()); in Reset() 301 float InitialValue() const { in InitialValue() function in webrtc::OveruseFrameDetector::EncodeTimeRsd
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 2926 llvm::Constant *InitialValue = nullptr; in GetAddrOfGlobalTemporary() local 2931 InitialValue = EmitConstantValue(*Value, MaterializedType, nullptr); in GetAddrOfGlobalTemporary() 2933 Type = InitialValue->getType(); in GetAddrOfGlobalTemporary() 2950 getModule(), Type, Constant, Linkage, InitialValue, Name.c_str(), in GetAddrOfGlobalTemporary()
|