Home
last modified time | relevance | path

Searched refs:addILPOpts (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp213 bool addILPOpts() override;
241 bool SystemZPassConfig::addILPOpts() { in addILPOpts() function in SystemZPassConfig
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetPassConfig.h374 virtual bool addILPOpts() { in addILPOpts() function
DCodeGenPassBuilder.h275 void addILPOpts(AddMachinePass &) const {} in addILPOpts() function
957 derived().addILPOpts(addPass); in addMachineSSAOptimization()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86TargetMachine.cpp394 bool addILPOpts() override;
504 bool X86PassConfig::addILPOpts() { in addILPOpts() function in X86PassConfig
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp410 bool addILPOpts() override;
485 bool PPCPassConfig::addILPOpts() { in addILPOpts() function in PPCPassConfig
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp516 bool addILPOpts() override;
722 bool AArch64PassConfig::addILPOpts() { in addILPOpts() function in AArch64PassConfig
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp445 if (addILPOpts()) in addMachineSSAOptimization()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp888 bool addILPOpts() override;
1177 bool GCNPassConfig::addILPOpts() { in addILPOpts() function in GCNPassConfig
1181 TargetPassConfig::addILPOpts(); in addILPOpts()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetPassConfig.cpp1309 addILPOpts(); in addMachineSSAOptimization()