Home
last modified time | relevance | path

Searched refs:Optimized (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h449 void addTargetRegisterAllocator(AddMachinePass &, bool Optimized) const;
453 void addRegAllocPass(AddMachinePass &, bool Optimized) const;
999 AddMachinePass &addPass, bool Optimized) const { in addTargetRegisterAllocator() argument
1000 if (Optimized) in addTargetRegisterAllocator()
1011 bool Optimized) const { in addRegAllocPass() argument
1014 derived().addTargetRegisterAllocator(addPass, Optimized); in addRegAllocPass()
H A DTargetPassConfig.h383 virtual FunctionPass *createTargetRegisterAllocator(bool Optimized);
465 virtual FunctionPass *createRegAllocPass(bool Optimized);
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
H A Dtest2 if gcc -arch ppc -O0 $FILE ../../../Release/ppc/libcompiler_rt.Optimized.a -mlong-double-128
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
H A Dtest2 if gcc -arch ppc -O0 $FILE ../../../Release/ppc/libcompiler_rt.Optimized.a -mlong-double-128
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DResources.rst11 * `Generating Optimized Code with GlobalISel by Volkan Keles, Daniel Sanders @LLVMDevMeeting 2019 <…
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go117 Optimized bool member
143 C.LLVMBool(boolToCInt(cu.Optimized)),
205 Optimized bool member
226 C.LLVMBool(boolToCInt(f.Optimized)),
/netbsd-src/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/pa7100/
H A Drshift.asm2 dnl Optimized for the PA7100, where is runs at 3.25 cycles/limb.
H A Dlshift.asm2 dnl Optimized for the PA7100, where is runs at 3.25 cycles/limb.
H A Dadd_n.asm2 dnl sum in a third limb vector. Optimized for the PA7100, where is runs at
H A Dsub_n.asm2 dnl store difference in a third limb vector. Optimized for the PA7100, where
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1303 FunctionPass *TargetPassConfig::createTargetRegisterAllocator(bool Optimized) { in createTargetRegisterAllocator() argument
1304 if (Optimized) in createTargetRegisterAllocator()
1319 FunctionPass *TargetPassConfig::createRegAllocPass(bool Optimized) { in createRegAllocPass() argument
1329 return createTargetRegisterAllocator(Optimized); in createRegAllocPass()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoFlags.def85 HANDLE_DISP_FLAG((1u << 4), Optimized)
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DMiscompilation.cpp706 std::unique_ptr<Module> Optimized = in TestOptimizer() local
708 if (!Optimized) { in TestOptimizer()
721 auto Result = testMergedProgram(BD, *Optimized, *Safe, Broken); in TestOptimizer()
/netbsd-src/external/gpl2/grep/dist/intl/
H A Dlibintl.glibc88 /* Optimized version of the function above. */
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlibintl.glibc96 /* Optimized version of the function above. */
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/pentium4/
H A DaorslshC_n.asm2 dnl C is 1, 2, 3. Optimized for Pentium 4.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemorySSA.h303 MemoryAccess *DMA, bool Optimized = false,
305 if (!Optimized) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1065 bool Optimized = false; in emitSelect() local
1067 &Optimized](Register &Reg, Register &OtherReg, in emitSelect()
1069 if (Optimized) in emitSelect()
1134 &Optimized]() { in emitSelect()
1135 if (Optimized) in emitSelect()
1204 Optimized |= TryFoldBinOpIntoSelect(False, True, /*Invert = */ false); in emitSelect()
1205 Optimized |= TryFoldBinOpIntoSelect(True, False, /*Invert = */ true); in emitSelect()
1206 Optimized |= TryOptSelectCst(); in emitSelect()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Delf286 >18 leshort 218 Nanoradio Optimized RISC,
/netbsd-src/sys/external/isc/libsodium/dist/
H A DChangeLog230 - Optimized implementations of Blake2 have been added for modern
485 - Optimized versions of curve25519 (curve25519_donna_c64), poly1305
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1015 bool Optimized = false; member in __anon332dbd1e0111::PredicateListMatcher
1035 Optimized = true; in predicates_pop_front()
1049 Optimized = true; in eraseNullPredicates()
1056 if (Predicates.empty() && !Optimized) { in emitPredicateListOpcodes()
1076 if (Predicates.empty() && !Optimized) { in emitFilteredPredicateListOpcodes()
1652 if (!Optimized) { in emitPredicateOpcodes()
/netbsd-src/external/bsd/kyua-cli/dist/
H A DNEWS63 * Optimized the database schema to make report generation almost
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A DREADME.md518 while (...) DoNotOptimize(foo(0)); // Optimized to DoNotOptimize(42);
522 while (...) DoNotOptimize(bar(0)); // Optimized to:
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DREADME.md486 while (...) DoNotOptimize(foo(0)); // Optimized to DoNotOptimize(42);
490 while (...) DoNotOptimize(bar(0)); // Optimized to:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEInstrInfo.td1796 // Optimized atomic loads with sext
1826 // Optimized atomic loads with zext
1872 // Optimized atomic stores with truncate

12