Home
last modified time | relevance | path

Searched refs:regIndices (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExecutionDomainFix.cpp19 ExecutionDomainFix::regIndices(unsigned Reg) const { in regIndices() function in ExecutionDomainFix
246 for (int rx : regIndices(MO.getReg())) { in processDefs()
265 for (int rx : regIndices(mo.getReg())) { in visitHardInstr()
275 for (int rx : regIndices(mo.getReg())) { in visitHardInstr()
296 for (int rx : regIndices(mo.getReg())) { in visitSoftInstr()
386 for (int rx : regIndices(mo.getReg())) { in visitSoftInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DExecutionDomainFix.h150 regIndices(unsigned Reg) const;