Home
last modified time | relevance | path

Searched defs:Interference (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp214 class Interference : public PBQPRAConstraint { class
636 bool Interference = false; in initializeGraph() local
H A DLiveRegMatrix.cpp200 bool Interference = foreachUnit(TRI, VirtReg, PhysReg, in checkInterference() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp185 class Interference : public PBQPRAConstraint { class
596 bool Interference = false; in initializeGraph() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp215 class Interference : public PBQPRAConstraint { class
623 bool Interference = false; in initializeGraph() local
H A DLiveRegMatrix.cpp199 bool Interference = foreachUnit(TRI, VirtReg, PhysReg, in checkInterference() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_ra.cpp32 Interference::Interference(LiveRangeMap& map): in Interference() function in r600::Interference