Home
last modified time | relevance | path

Searched defs:checkInterference (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRegMatrix.cpp186 LiveRegMatrix::checkInterference(LiveInterval &VirtReg, unsigned PhysReg) { in checkInterference() function in LiveRegMatrix
209 bool LiveRegMatrix::checkInterference(SlotIndex Start, SlotIndex End, in checkInterference() function in LiveRegMatrix
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervalUnion.h149 bool checkInterference() { return collectInterferingVRegs(1); } in checkInterference() function
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp1411 GCRA::checkInterference(const RIG_Node *node, Graph::EdgeIterator& ei) in checkInterference() function in nv50_ir::GCRA