Home
last modified time | relevance | path

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

12

/external/mesa3d/src/amd/compiler/
Daco_lower_to_cssa.cpp104 bool interferes = false; in collect_phi_info() local
110 interferes = true; in collect_phi_info()
113 interferes = true; in collect_phi_info()
116 interferes = true; in collect_phi_info()
119 interferes = true; in collect_phi_info()
122 interferes = true; in collect_phi_info()
125 for (unsigned j = 0; !interferes && j < phi->operands.size(); j++) { in collect_phi_info()
139 interferes = def_points[i] == other_def_point; in collect_phi_info()
143 if (!interferes) in collect_phi_info()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFixSGPRCopies.cpp463 auto interferes = [&](MachineBasicBlock::iterator From, in hoistAndMergeSGPRInits() local
468 auto interferes = [&MDT, From, To](MachineInstr* &Clobber) -> bool { in hoistAndMergeSGPRInits() local
488 return (llvm::any_of(Clobbers, interferes)) || in hoistAndMergeSGPRInits()
491 llvm::any_of(C.second, interferes); in hoistAndMergeSGPRInits()
496 if (!interferes(MI2, MI1)) { in hoistAndMergeSGPRInits()
506 if (!interferes(MI1, MI2)) { in hoistAndMergeSGPRInits()
524 if (!interferes(MI1, I) && !interferes(MI2, I)) { in hoistAndMergeSGPRInits()
DSIInstructions.td1304 // a register class copy interferes with immediate folding. Should
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIFixSGPRCopies.cpp457 auto interferes = [&](MachineBasicBlock::iterator From, in hoistAndMergeSGPRInits() local
462 auto interferes = [&MDT, From, To](MachineInstr* &Clobber) -> bool { in hoistAndMergeSGPRInits() local
482 return (llvm::any_of(Clobbers, interferes)) || in hoistAndMergeSGPRInits()
485 llvm::any_of(C.second, interferes); in hoistAndMergeSGPRInits()
490 if (!interferes(MI2, MI1)) { in hoistAndMergeSGPRInits()
500 if (!interferes(MI1, MI2)) { in hoistAndMergeSGPRInits()
518 if (!interferes(MI1, I) && !interferes(MI2, I)) { in hoistAndMergeSGPRInits()
DSIInstructions.td1491 // a register class copy interferes with immediate folding. Should
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dmisched-readadvances.mir2 # not have a latency that interferes with the latency adjustment
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dmips-symbols-stother.test36 ## Use a different symbol for STO_MIPS_MIPS16 (0xf0) as it interferes
/external/mtools/
Daclocal.m418 dnl Declaration of sys_errlist on BSD4.4 interferes with our declaration.
/external/wycheproof/doc/
Dindex.md63 We are not trying to remove this bias when this interferes with more important
/external/llvm/test/Transforms/TailCallElim/
Dbasic.ll15 ; PR615. Make sure that we do not move the alloca so that it interferes with the tail call.
/external/llvm-project/llvm/test/Transforms/TailCallElim/
Dbasic.ll15 ; PR615. Make sure that we do not move the alloca so that it interferes with the tail call.
/external/skqp/site/dev/contrib/
Dstyle.md191 interferes. Braces are always used with `if`, `else`, `while`, `for`, and `do`.
/external/skia/site/docs/dev/contrib/
Dstyle.md218 interferes. Braces are always used with `if`, `else`, `while`, `for`, and `do`.
/external/clang/www/
Dlibstdc++4.4-clang0x.patch307 + // interferes with passing NULL pointers to the 2-argument
/external/llvm-project/clang/www/
Dlibstdc++4.4-clang0x.patch307 + // interferes with passing NULL pointers to the 2-argument
/external/opencensus-java/
Dbuild.gradle24 // Don't use the Checker Framework by default, since it interferes with Error Prone.
/external/python/cpython3/Doc/library/
Dfunctools.rst76 Note, this decorator interferes with the operation of :pep:`412`
/external/python/cpython2/Doc/howto/
Dwebservers.rst199 write this also into UTF-8 files. The BOM interferes with the shebang line,
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-mca.rst288 However, this interferes with optimizations like loop vectorization and may have
/external/python/cpython3/
Dconfigure.ac3020 # ASan works by controlling memory allocation, our own malloc interferes.
3033 # MSan works by controlling memory allocation, our own malloc interferes.
/external/e2fsprogs/
Daclocal.m43841 dnl Disable multithreading by default on OSF/1, because it interferes
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1435 // interferes with necessary special handling (see PPCFastISel.cpp).
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1715 // interferes with necessary special handling (see PPCFastISel.cpp).
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1900 // interferes with necessary special handling (see PPCFastISel.cpp).
/external/libpng/
DCHANGES4908 Fixed a typo in pngrutil.c, introduced in libpng-1.5.6, that interferes

12