Home
last modified time | relevance | path

Searched refs:MaxLatency (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/lib/MCA/
DInstrBuilder.cpp212 ID.MaxLatency = 100U; in computeMaxLatency()
218 ID.MaxLatency = Latency < 0 ? 100U : static_cast<unsigned>(Latency); in computeMaxLatency()
331 WLE.Cycles < 0 ? ID.MaxLatency : static_cast<unsigned>(WLE.Cycles); in populateWrites()
335 Write.Latency = ID.MaxLatency; in populateWrites()
359 WLE.Cycles < 0 ? ID.MaxLatency : static_cast<unsigned>(WLE.Cycles); in populateWrites()
363 Write.Latency = ID.MaxLatency; in populateWrites()
381 Write.Latency = ID.MaxLatency; in populateWrites()
413 Write.Latency = ID.MaxLatency; in populateWrites()
583 LLVM_DEBUG(dbgs() << "\t\tMaxLatency=" << ID->MaxLatency << '\n'); in createInstrDescImpl()
DInstruction.cpp142 unsigned MaxLatency = 0; in computeCriticalRegDep() local
145 if (WriteCRD.Cycles > MaxLatency) in computeCriticalRegDep()
151 if (ReadCRD.Cycles > MaxLatency) in computeCriticalRegDep()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp209 ID.MaxLatency = 100U; in computeMaxLatency()
215 ID.MaxLatency = Latency < 0 ? 100U : static_cast<unsigned>(Latency); in computeMaxLatency()
321 WLE.Cycles < 0 ? ID.MaxLatency : static_cast<unsigned>(WLE.Cycles); in populateWrites()
325 Write.Latency = ID.MaxLatency; in populateWrites()
349 WLE.Cycles < 0 ? ID.MaxLatency : static_cast<unsigned>(WLE.Cycles); in populateWrites()
353 Write.Latency = ID.MaxLatency; in populateWrites()
371 Write.Latency = ID.MaxLatency; in populateWrites()
403 Write.Latency = ID.MaxLatency; in populateWrites()
580 LLVM_DEBUG(dbgs() << "\t\tMaxLatency=" << ID->MaxLatency << '\n'); in createInstrDescImpl()
DInstruction.cpp142 unsigned MaxLatency = 0; in computeCriticalRegDep() local
145 if (WriteCRD.Cycles > MaxLatency) in computeCriticalRegDep()
151 if (ReadCRD.Cycles > MaxLatency) in computeCriticalRegDep()
/external/llvm-project/llvm/include/llvm/MCA/
DInstruction.h365 unsigned MaxLatency; member
384 bool isZeroLatency() const { return !MaxLatency && Resources.empty(); } in isZeroLatency()
420 unsigned getLatency() const { return Desc.MaxLatency; } in getLatency()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h365 unsigned MaxLatency; member
384 bool isZeroLatency() const { return !MaxLatency && Resources.empty(); } in isZeroLatency()
420 unsigned getLatency() const { return Desc.MaxLatency; } in getLatency()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachinePipeliner.h334 unsigned MaxLatency = 0; in NodeSet() local
336 MaxLatency = SuccSUnitLatency[SuccSUnit]; in NodeSet()
337 if (CurLatency > MaxLatency) in NodeSet()
/external/mesa3d/src/gallium/frontends/nine/
Ddevice9ex.h102 UINT MaxLatency );
Ddevice9ex.c145 UINT MaxLatency ) in NineDevice9Ex_SetMaximumFrameLatency() argument
Dnine_lock.c2172 UINT MaxLatency ) in LockDevice9Ex_SetMaximumFrameLatency() argument
2176 r = NineDevice9Ex_SetMaximumFrameLatency(This, MaxLatency); in LockDevice9Ex_SetMaximumFrameLatency()
/external/mesa3d/include/D3D9/
Dd3d9.h288 virtual HRESULT WINAPI SetMaximumFrameLatency(UINT MaxLatency) = 0;
1124 HRESULT (WINAPI *SetMaximumFrameLatency)(IDirect3DDevice9Ex *This, UINT MaxLatency);