Searched refs:interferes (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIFixSGPRCopies.cpp | 442 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 D | SIInstructions.td | 1787 // a register class copy interferes with immediate folding. Should
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | misched-readadvances.mir | 2 # not have a latency that interferes with the latency adjustment
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | mips-symbols-stother.test | 36 ## Use a different symbol for STO_MIPS_MIPS16 (0xf0) as it interferes
|
| /llvm-project-15.0.7/clang/www/ |
| H A D | libstdc++4.4-clang0x.patch | 307 + // interferes with passing NULL pointers to the 2-argument
|
| /llvm-project-15.0.7/mlir/test/Dialect/Bufferization/Transforms/ |
| H A D | one-shot-module-bufferize-analysis.mlir | 74 // 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 D | llvm-mca.rst | 309 However, this interferes with optimizations like loop vectorization and may have
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 1520 // interferes with necessary special handling (see PPCFastISel.cpp).
|