/external/mesa3d/src/amd/compiler/ |
D | aco_lower_to_cssa.cpp | 104 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/ |
D | SIFixSGPRCopies.cpp | 463 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()
|
D | SIInstructions.td | 1304 // a register class copy interferes with immediate folding. Should
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIFixSGPRCopies.cpp | 457 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()
|
D | SIInstructions.td | 1491 // a register class copy interferes with immediate folding. Should
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | misched-readadvances.mir | 2 # not have a latency that interferes with the latency adjustment
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | mips-symbols-stother.test | 36 ## Use a different symbol for STO_MIPS_MIPS16 (0xf0) as it interferes
|
/external/mtools/ |
D | aclocal.m4 | 18 dnl Declaration of sys_errlist on BSD4.4 interferes with our declaration.
|
/external/wycheproof/doc/ |
D | index.md | 63 We are not trying to remove this bias when this interferes with more important
|
/external/llvm/test/Transforms/TailCallElim/ |
D | basic.ll | 15 ; 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/ |
D | basic.ll | 15 ; PR615. Make sure that we do not move the alloca so that it interferes with the tail call.
|
/external/skqp/site/dev/contrib/ |
D | style.md | 191 interferes. Braces are always used with `if`, `else`, `while`, `for`, and `do`.
|
/external/skia/site/docs/dev/contrib/ |
D | style.md | 218 interferes. Braces are always used with `if`, `else`, `while`, `for`, and `do`.
|
/external/clang/www/ |
D | libstdc++4.4-clang0x.patch | 307 + // interferes with passing NULL pointers to the 2-argument
|
/external/llvm-project/clang/www/ |
D | libstdc++4.4-clang0x.patch | 307 + // interferes with passing NULL pointers to the 2-argument
|
/external/opencensus-java/ |
D | build.gradle | 24 // Don't use the Checker Framework by default, since it interferes with Error Prone.
|
/external/python/cpython3/Doc/library/ |
D | functools.rst | 76 Note, this decorator interferes with the operation of :pep:`412`
|
/external/python/cpython2/Doc/howto/ |
D | webservers.rst | 199 write this also into UTF-8 files. The BOM interferes with the shebang line,
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-mca.rst | 288 However, this interferes with optimizations like loop vectorization and may have
|
/external/python/cpython3/ |
D | configure.ac | 3020 # ASan works by controlling memory allocation, our own malloc interferes. 3033 # MSan works by controlling memory allocation, our own malloc interferes.
|
/external/e2fsprogs/ |
D | aclocal.m4 | 3841 dnl Disable multithreading by default on OSF/1, because it interferes
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 1435 // interferes with necessary special handling (see PPCFastISel.cpp).
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 1715 // interferes with necessary special handling (see PPCFastISel.cpp).
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 1900 // interferes with necessary special handling (see PPCFastISel.cpp).
|
/external/libpng/ |
D | CHANGES | 4908 Fixed a typo in pngrutil.c, introduced in libpng-1.5.6, that interferes
|