Home
last modified time | relevance | path

Searched refs:Reorder (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddesignated-initializers.cpp34 namespace Reorder { namespace
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dset-push-pop-directives.s17 .set noreorder # Test the Reorder option.
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dframe-27.mir91 ### Reorder the objects so that all accesses are in range.
128 ### Reorder the objects so that the VL32 object is in range and the LYs are
/llvm-project-15.0.7/lld/test/MachO/
H A Dreloc-subtractor.s69 ## Reorder the symbols to make sure that the addends are being associated with
/llvm-project-15.0.7/lldb/test/Shell/Unwind/
H A Dbasic-block-sections.test14 # Reorder basic blocks so that main's basic blocks are discontiguous
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-comdat.test98 Reorder the object files and verify that the other table is selected.
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DREADME.txt169 2. Reorder objects to fill in gaps between objects.
/llvm-project-15.0.7/mlir/test/Dialect/Vector/
H A Dvector-reduce-to-contract.mlir249 // Reorder casting ops and vector ops. The casting ops have almost identical
284 // Reorder elementwise ops and vector ops.
/llvm-project-15.0.7/lld/COFF/
H A DOptions.td275 "Reorder sections with call graph profile (default)",
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/
H A Dsupernode.ll194 ; \ / \ / Reorder \ / \ / Bundles \ /
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3576 for (auto &Reorder : Reorders) in changeToSPMDMode() local
3577 Reorder.first->moveBefore(Reorder.second); in changeToSPMDMode()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticGroups.td787 def Reorder : DiagGroup<"reorder", [ReorderCtor, ReorderInitList]>;
1001 Reorder,
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp81 Reorder = Opts->isReorder(); in MipsAssemblerOptions()
95 bool isReorder() const { return Reorder; } in isReorder()
96 void setReorder() { Reorder = true; } in setReorder()
97 void setNoReorder() { Reorder = false; } in setNoReorder()
115 bool Reorder = true; member in __anon03c4d4620111::MipsAssemblerOptions
/llvm-project-15.0.7/lld/ELF/
H A DOptions.td115 "Reorder sections with call graph profile (default)",
/llvm-project-15.0.7/lld/MachO/
H A DOptions.td87 HelpText<"Reorder sections with call graph profile (default)">,