Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h100 bool usesVertexCache(unsigned Opcode) const;
101 bool usesVertexCache(const MachineInstr &MI) const;
H A DR600InstrInfo.cpp176 bool R600InstrInfo::usesVertexCache(unsigned Opcode) const { in usesVertexCache() function in R600InstrInfo
180 bool R600InstrInfo::usesVertexCache(const MachineInstr &MI) const { in usesVertexCache() function in R600InstrInfo
183 usesVertexCache(MI.getOpcode()); in usesVertexCache()
193 usesVertexCache(MI.getOpcode())) || in usesTextureCache()
H A DR600ControlFlowFinalizer.cpp314 (!IsTex && !TII->usesVertexCache(*I))) in MakeFetchClause()
502 if (TII->usesTextureCache(*I) || TII->usesVertexCache(*I)) { in runOnMachineFunction()
H A DR600MachineScheduler.cpp291 if (TII->usesTextureCache(Opcode) || TII->usesVertexCache(Opcode)) in getInstKind()