/external/llvm/test/CodeGen/X86/ |
D | avx512vl-logic.ll | 10 ; Force the execution domain with an add. 21 ; Force the execution domain with an add. 33 ; Force the execution domain with an add. 44 ; Force the execution domain with an add. 55 ; Force the execution domain with an add. 66 ; Force the execution domain with an add. 78 ; Force the execution domain with an add. 89 ; Force the execution domain with an add. 102 ; Force the execution domain with an add. 113 ; Force the execution domain with an add. [all …]
|
D | avx2-logic.ll | 8 ; Force the execution domain with an add. 20 ; Force the execution domain with an add. 31 ; Force the execution domain with an add. 42 ; Force the execution domain with an add.
|
D | avx512-logic.ll | 13 ; Force the execution domain with an add. 27 ; Force the execution domain with an add. 43 ; Force the execution domain with an add. 57 ; Force the execution domain with an add. 71 ; Force the execution domain with an add. 84 ; Force the execution domain with an add. 98 ; Force the execution domain with an add. 111 ; Force the execution domain with an add.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | spill-offset-calculation.ll | 19 ; Force %a to spill. 43 ; Force %a to spill 67 ; Force %a to spill. 98 ; Force %a to spill. 123 ; Force %a to spill. 147 ; Force %a to spill 171 ; Force %a to spill. 202 ; Force %a to spill.
|
/external/python/cpython3/Tools/msi/ |
D | make_appx.ps1 | 32 Import-Module $tools\sdktools.psm1 -WarningAction SilentlyContinue -Force 39 $msixdir = (mkdir -Force $msixdir).FullName
|
D | sign_build.ps1 | 27 Import-Module $tools\sdktools.psm1 -WarningAction SilentlyContinue -Force
|
D | make_cat.ps1 | 26 Import-Module $tools\sdktools.psm1 -WarningAction SilentlyContinue -Force
|
/external/swiftshader/third_party/LLVM/tools/llvm-as/ |
D | llvm-as.cpp | 41 Force("f", cl::desc("Enable binary output on terminals")); variable 80 if (Force || !CheckBitcodeOutputToConsole(Out->os(), true)) in WriteOutputFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | avx2-logic.ll | 20 ; Force the execution domain with an add. 42 ; Force the execution domain with an add. 63 ; Force the execution domain with an add. 84 ; Force the execution domain with an add.
|
D | avx512vl-logic.ll | 14 ; Force the execution domain with an add. 27 ; Force the execution domain with an add. 41 ; Force the execution domain with an add. 54 ; Force the execution domain with an add. 67 ; Force the execution domain with an add. 80 ; Force the execution domain with an add. 94 ; Force the execution domain with an add. 107 ; Force the execution domain with an add. 122 ; Force the execution domain with an add. 135 ; Force the execution domain with an add. [all …]
|
/external/llvm/tools/llvm-as/ |
D | llvm-as.cpp | 42 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals")); variable 82 if (Force || !CheckBitcodeOutputToConsole(Out->os(), true)) in WriteOutputFile()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ExecutionDepsFix.cpp | 148 void Force(int rx, unsigned domain); 216 void ExeDepsFix::Force(int rx, unsigned domain) { in Force() function in ExeDepsFix 304 Force(rx, pdv->getFirstDomain()); in enterBasicBlock() 319 Force(rx, domain); in visitHardInstr() 329 Force(rx, domain); in visitHardInstr()
|
/external/swiftshader/third_party/LLVM/tools/llvm-link/ |
D | llvm-link.cpp | 40 Force("f", cl::desc("Enable binary output on terminals")); variable 135 } else if (Force || !CheckBitcodeOutputToConsole(Out.os(), true)) in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-as/ |
D | llvm-as.cpp | 42 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals")); variable 87 if (Force || !CheckBitcodeOutputToConsole(Out->os(), true)) { in WriteOutputFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/ |
D | Utility.h | 176 void restoreNow(bool Force) { in restoreNow() argument 177 if (!Force && !ShouldRestore) in restoreNow()
|
/external/libcxxabi/src/demangle/ |
D | Utility.h | 161 void restoreNow(bool Force) { in restoreNow() argument 162 if (!Force && !ShouldRestore) in restoreNow()
|
/external/icu/icu4c/source/data/translit/ |
D | it_am.txt | 177 # Force 's' after a consonat to be unvoiced. 209 # Force 'z' after a consonat to be unvoiced.
|
D | it_ja.txt | 167 # Force 's' after a consonat to be unvoiced. 199 # Force 'z' after a consonat to be unvoiced.
|
/external/yapf/ |
D | .vimrc | 1 " Force indentation styles for this directory
|
/external/deqp/framework/delibs/cmake/ |
D | CFlags.cmake | 52 # Force compiler to generate code where integers have well defined overflow 57 # Force compiler to not export any symbols.
|
/external/scapy/.appveyor/ |
D | InstallWindump.ps1 | 27 Move-Item -Force $PSScriptRoot"\npcap\x64\WinDump.exe" "C:\Windows\System32\windump.exe"
|
/external/dtc/tests/ |
D | overlay_base_manual_symbols.dts | 12 phandle = <&test>; /* Force phandle generation */
|
/external/parameter-framework/upstream/skeleton-subsystem/ |
D | CMakeLists.txt | 43 # Force include iso646.h to support alternative operator form (and, or, not...) 55 # Force libs and executable to all be at a known place - simplifies a lot of
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_equate.cpp | 13 {XFA_Attribute::Force, XFA_AttributeType::Boolean, nullptr},
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | UnrollLoop.h | 32 bool UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool Force,
|