Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.h107 SmallVectorImpl<unsigned> &Forbid);
H A DCriticalAntiDepBreaker.cpp405 SmallVectorImpl<unsigned> &Forbid) { in findSuitableFreeRegister() argument
430 for (unsigned R : Forbid) in findSuitableFreeRegister()
/llvm-project-15.0.7/mlir/
H A DCMakeLists.txt66 # Forbid implicit function declaration: this may lead to subtle bugs and we
71 # Forbid mismatch between declaration and definition for class vs struct. This is
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSMInstructions.td562 // TODO: Forbid non-M0 register offsets for GFX8 stores and atomics.