Home
last modified time | relevance | path

Searched defs:Optimized (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h1041 AddMachinePass &addPass, bool Optimized) const { in addTargetRegisterAllocator()
1053 AddMachinePass &addPass, bool Optimized) const { in addRegAllocPass()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1376 FunctionPass *GCNPassConfig::createSGPRAllocPass(bool Optimized) { in createSGPRAllocPass()
1391 FunctionPass *GCNPassConfig::createVGPRAllocPass(bool Optimized) { in createVGPRAllocPass()
1406 FunctionPass *GCNPassConfig::createRegAllocPass(bool Optimized) { in createRegAllocPass()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1353 FunctionPass *TargetPassConfig::createTargetRegisterAllocator(bool Optimized) { in createTargetRegisterAllocator()
1369 FunctionPass *TargetPassConfig::createRegAllocPass(bool Optimized) { in createRegAllocPass()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp383 FunctionPass *RISCVPassConfig::createRVVRegAllocPass(bool Optimized) { in createRVVRegAllocPass()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h62 enum class LVElementKind { Discarded, Global, Optimized, LastEntry }; enumerator
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp706 std::unique_ptr<Module> Optimized = in TestOptimizer() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h709 bool Optimized = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1197 bool Optimized = false; in emitSelect() local