Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp220 bool addILPOpts() override;
248 bool SystemZPassConfig::addILPOpts() { in addILPOpts() function in SystemZPassConfig
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp378 bool addILPOpts() override;
481 bool X86PassConfig::addILPOpts() { in addILPOpts() function in X86PassConfig
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp394 bool addILPOpts() override;
460 bool PPCPassConfig::addILPOpts() { in addILPOpts() function in PPCPassConfig
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h373 virtual bool addILPOpts() { in addILPOpts() function
H A DCodeGenPassBuilder.h282 void addILPOpts(AddMachinePass &) const {} in addILPOpts() function
972 derived().addILPOpts(addPass); in addMachineSSAOptimization()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp430 bool addILPOpts() override;
600 bool AArch64PassConfig::addILPOpts() { in addILPOpts() function in AArch64PassConfig
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp808 bool addILPOpts() override;
1090 bool GCNPassConfig::addILPOpts() { in addILPOpts() function in GCNPassConfig
1094 TargetPassConfig::addILPOpts(); in addILPOpts()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp420 if (addILPOpts()) in addMachineSSAOptimization()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1255 addILPOpts(); in addMachineSSAOptimization()