/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetPassConfig.h | 384 virtual FunctionPass *createTargetRegisterAllocator(bool Optimized); 462 virtual FunctionPass *createRegAllocPass(bool Optimized);
|
H A D | CodeGenPassBuilder.h | 442 void addTargetRegisterAllocator(AddMachinePass &, bool Optimized) const; 446 void addRegAllocPass(AddMachinePass &, bool Optimized) const; 984 AddMachinePass &addPass, bool Optimized) const { in addTargetRegisterAllocator() argument 985 if (Optimized) in addTargetRegisterAllocator() 996 bool Optimized) const { in addRegAllocPass() argument 999 derived().addTargetRegisterAllocator(addPass, Optimized); in addRegAllocPass()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 900 FunctionPass *createSGPRAllocPass(bool Optimized); 901 FunctionPass *createVGPRAllocPass(bool Optimized); 902 FunctionPass *createRegAllocPass(bool Optimized) override; 1289 FunctionPass *GCNPassConfig::createSGPRAllocPass(bool Optimized) { in createSGPRAllocPass() argument 1298 if (Optimized) in createSGPRAllocPass() 1304 FunctionPass *GCNPassConfig::createVGPRAllocPass(bool Optimized) { in createVGPRAllocPass() argument 1313 if (Optimized) in createVGPRAllocPass() 1319 FunctionPass *GCNPassConfig::createRegAllocPass(bool Optimized) { in createRegAllocPass() argument
|
/openbsd/gnu/llvm/llvm/docs/GlobalISel/ |
H A D | Resources.rst | 11 * `Generating Optimized Code with GlobalISel by Volkan Keles, Daniel Sanders @LLVMDevMeeting 2019 <…
|
/openbsd/usr.bin/file/magdir/ |
H A D | wordprocessors | 17 >15 byte 0 Optimized for Intel 18 >15 byte 1 Optimized for Non-Intel
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DebugInfoFlags.def | 85 HANDLE_DISP_FLAG((1u << 4), Optimized)
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 1357 FunctionPass *TargetPassConfig::createTargetRegisterAllocator(bool Optimized) { in createTargetRegisterAllocator() argument 1358 if (Optimized) in createTargetRegisterAllocator() 1373 FunctionPass *TargetPassConfig::createRegAllocPass(bool Optimized) { in createRegAllocPass() argument 1383 return createTargetRegisterAllocator(Optimized); in createRegAllocPass()
|
/openbsd/gnu/usr.bin/binutils/intl/ |
H A D | intlh.inst.in | 66 /* Optimized version of the functions above. */
|
H A D | libintl.glibc | 70 /* Optimized version of the function above. */
|
/openbsd/gnu/usr.bin/binutils-2.17/intl/ |
H A D | intlh.inst.in | 66 /* Optimized version of the functions above. */
|
H A D | libintl.glibc | 70 /* Optimized version of the function above. */
|
/openbsd/gnu/llvm/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 706 std::unique_ptr<Module> Optimized = in TestOptimizer() local 708 if (!Optimized) { in TestOptimizer() 721 auto Result = testMergedProgram(BD, *Optimized, *Safe, Broken); in TestOptimizer()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 62 enum class LVElementKind { Discarded, Global, Optimized, LastEntry }; enumerator
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVElement.cpp | 27 {LVElementKind::Optimized, &LVElement::getIsOptimized}};
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | MemorySSA.h | 295 void setDefiningAccess(MemoryAccess *DMA, bool Optimized = false) { 296 if (!Optimized) {
|
/openbsd/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 305 clEnumValN(LVElementKind::Optimized, "Optimized",
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1133 bool Optimized = false; in emitSelect() local 1135 &Optimized](Register &Reg, Register &OtherReg, in emitSelect() 1137 if (Optimized) in emitSelect() 1202 &Optimized]() { in emitSelect() 1203 if (Optimized) in emitSelect() 1272 Optimized |= TryFoldBinOpIntoSelect(False, True, /*Invert = */ false); in emitSelect() 1273 Optimized |= TryFoldBinOpIntoSelect(True, False, /*Invert = */ true); in emitSelect() 1274 Optimized |= TryOptSelectCst(); in emitSelect()
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 1029 bool Optimized = false; member in __anon64c0a0e00111::PredicateListMatcher 1049 Optimized = true; in predicates_pop_front() 1063 Optimized = true; in eraseNullPredicates() 1070 if (Predicates.empty() && !Optimized) { in emitPredicateListOpcodes() 1090 if (Predicates.empty() && !Optimized) { in emitFilteredPredicateListOpcodes() 1670 if (!Optimized) { in emitPredicateOpcodes()
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.td | 1802 // Optimized atomic loads with sext 1832 // Optimized atomic loads with zext 1877 // Optimized atomic stores with truncate
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86.td | 283 "Flush A Cache Line Optimized">;
|
/openbsd/gnu/usr.bin/perl/dist/Storable/ |
H A D | ChangeLog | 1016 - Optimized sv_type() to avoid flags checking when not needed, i.e.
|
/openbsd/usr.sbin/nsd/doc/ |
H A D | RELNOTES | 1646 - Optimized zonec and b64_pton compatibility code (thanks Martin Svec). 1647 - Optimized memory allocations. Use mmap/munmap instead of malloc/free.
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-debuginfo-analyzer.rst | 455 =optimized: Optimized inlined abstract references.
|
/openbsd/gnu/gcc/gcc/config/m88k/ |
H A D | m88k.md | 3396 ;; Optimized special cases of shifting.
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m88k/ |
H A D | m88k.md | 3429 ;; Optimized special cases of shifting.
|