Home
last modified time | relevance | path

Searched refs:interferes (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp442 auto interferes = [&](MachineBasicBlock::iterator From, in hoistAndMergeSGPRInits() local
447 auto interferes = [&MDT, From, To](MachineInstr* &Clobber) -> bool { in hoistAndMergeSGPRInits() local
467 return (llvm::any_of(Clobbers, interferes)) || in hoistAndMergeSGPRInits()
470 llvm::any_of(C.second, interferes); in hoistAndMergeSGPRInits()
475 if (!interferes(MI2, MI1)) { in hoistAndMergeSGPRInits()
485 if (!interferes(MI1, MI2)) { in hoistAndMergeSGPRInits()
503 if (!interferes(MI1, I) && !interferes(MI2, I)) { in hoistAndMergeSGPRInits()
H A DSIInstructions.td1787 // a register class copy interferes with immediate folding. Should
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dmisched-readadvances.mir2 # not have a latency that interferes with the latency adjustment
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dmips-symbols-stother.test36 ## Use a different symbol for STO_MIPS_MIPS16 (0xf0) as it interferes
/llvm-project-15.0.7/clang/www/
H A Dlibstdc++4.4-clang0x.patch307 + // interferes with passing NULL pointers to the 2-argument
/llvm-project-15.0.7/mlir/test/Dialect/Bufferization/Transforms/
H A Done-shot-module-bufferize-analysis.mlir74 // matmul output operand interferes with input operand.
81 // matmul output operand interferes with input operand.
88 // matmul output operand does not interferes with input operand.
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-mca.rst309 However, this interferes with optimizations like loop vectorization and may have
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td1520 // interferes with necessary special handling (see PPCFastISel.cpp).