Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1289 FunctionPass *GCNPassConfig::createSGPRAllocPass(bool Optimized) { in createSGPRAllocPass()
1304 FunctionPass *GCNPassConfig::createVGPRAllocPass(bool Optimized) { in createVGPRAllocPass()
1319 FunctionPass *GCNPassConfig::createRegAllocPass(bool Optimized) { in createRegAllocPass()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h984 AddMachinePass &addPass, bool Optimized) const { in addTargetRegisterAllocator()
996 bool Optimized) const { in addRegAllocPass()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1357 FunctionPass *TargetPassConfig::createTargetRegisterAllocator(bool Optimized) { in createTargetRegisterAllocator()
1373 FunctionPass *TargetPassConfig::createRegAllocPass(bool Optimized) { in createRegAllocPass()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h62 enum class LVElementKind { Discarded, Global, Optimized, LastEntry }; enumerator
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DMiscompilation.cpp706 std::unique_ptr<Module> Optimized = in TestOptimizer() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1133 bool Optimized = false; in emitSelect() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1029 bool Optimized = false; member in __anon8aabd5ea0111::PredicateListMatcher