Searched refs:pconfig (Results 1 – 22 of 22) sorted by relevance
/external/ImageMagick/m4/ |
D | ax_prefix_config_h.m4 | 173 echo "@%:@ifndef $_DEF" >$tmp/pconfig.h 174 echo "@%:@def[]ine $_DEF 1" >>$tmp/pconfig.h 175 echo ' ' >>$tmp/pconfig.h 176 echo /'*' $_OUT. Generated automatically at end of configure. '*'/ >>$tmp/pconfig.h 178 sed -f _script $_INP >>$tmp/pconfig.h 179 echo ' ' >>$tmp/pconfig.h 180 echo '/* once:' $_DEF '*/' >>$tmp/pconfig.h 181 echo "@%:@endif" >>$tmp/pconfig.h 182 if cmp -s $_OUT $tmp/pconfig.h 2>/dev/null; then 188 mv $tmp/pconfig.h "$_OUT"
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | pr40514.ll | 57 …s,-avx512bitalg,-movdiri,-xsaves,-avx512er,-avx512vnni,-avx512vpopcntdq,-pconfig,-clwb,-avx512f,-c…
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | X86TargetParser.def | 168 X86_FEATURE (PCONFIG, "pconfig")
|
/external/llvm-project/llvm/test/MC/X86/ |
D | x86-64.s | 1639 pconfig label
|
D | x86-32-coverage.s | 10802 pconfig label
|
/external/llvm-project/llvm/test/MC/Disassembler/X86/ |
D | x86-64.txt | 601 #CHECK: pconfig
|
D | x86-32.txt | 923 #CHECK: pconfig
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_9_0.inc | 198 CUresult CUDAAPI cuCtxGetCacheConfig(CUfunc_cache *pconfig) { 202 return func_ptr(pconfig);
|
D | cuda_10_0.inc | 207 CUresult CUDAAPI cuCtxGetCacheConfig(CUfunc_cache *pconfig) { 211 return func_ptr(pconfig);
|
D | cuda_10_1.inc | 207 CUresult CUDAAPI cuCtxGetCacheConfig(CUfunc_cache *pconfig) { 211 return func_ptr(pconfig);
|
D | cuda_10_2.inc | 215 CUresult CUDAAPI cuCtxGetCacheConfig(CUfunc_cache *pconfig) { 219 return func_ptr(pconfig);
|
D | cuda_11_0.inc | 215 CUresult CUDAAPI cuCtxGetCacheConfig(CUfunc_cache *pconfig) { 219 return func_ptr(pconfig);
|
D | cuda_11_2.inc | 256 CUresult CUDAAPI cuCtxGetCacheConfig(CUfunc_cache *pconfig) { 260 return func_ptr(pconfig);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 732 def PCONFIG : I<0x01, MRM_C5, (outs), (ins), "pconfig", []>, TB,
|
D | X86.td | 299 def FeaturePCONFIG : SubtargetFeature<"pconfig", "HasPCONFIG", "true",
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86.td | 322 def FeaturePCONFIG : SubtargetFeature<"pconfig", "HasPCONFIG", "true",
|
D | X86InstrSystem.td | 742 def PCONFIG : I<0x01, MRM_C5, (outs), (ins), "pconfig", []>, PS,
|
/external/ImageMagick/ |
D | configure | 38221 echo "#ifndef $ac_prefix_conf_DEF" >$tmp/pconfig.h 38222 echo "#define $ac_prefix_conf_DEF 1" >>$tmp/pconfig.h 38223 echo ' ' >>$tmp/pconfig.h 38224 … echo /'*' $ac_prefix_conf_OUT. Generated automatically at end of configure. '*'/ >>$tmp/pconfig.h 38226 sed -f conftest.prefix $ac_prefix_conf_INP >>$tmp/pconfig.h 38227 echo ' ' >>$tmp/pconfig.h 38228 echo '/* once:' $ac_prefix_conf_DEF '*/' >>$tmp/pconfig.h 38229 echo "#endif" >>$tmp/pconfig.h 38230 if cmp -s $ac_prefix_conf_OUT $tmp/pconfig.h 2>/dev/null; then 38259 mv $tmp/pconfig.h "$ac_prefix_conf_OUT"
|
/external/llvm-project/clang/docs/ |
D | ClangCommandLineReference.rst | 3314 .. option:: -mpconfig, -mno-pconfig
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 3410 def mno_pconfig : Flag<["-"], "mno-pconfig">, Group<m_x86_Features_Group>;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 235 …{ "pconfig", "platform configuration instruction", X86::FeaturePCONFIG, { { { 0x0ULL, 0x0ULL, 0x0U…
|
D | X86GenAsmMatcher.inc | 7722 "pistri\tpcmpistrm\007pconfig\004pdep\005pdepl\005pdepq\004pext\005pextl" 9595 { 5478 /* pconfig */, X86::PCONFIG, Convert_NoOperands, AMFBS_None, { }, }, 24149 { 5478 /* pconfig */, X86::PCONFIG, Convert_NoOperands, AMFBS_None, { }, },
|