Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp229 bool addILPOpts() override;
257 bool SystemZPassConfig::addILPOpts() { in addILPOpts() function in SystemZPassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86TargetMachine.cpp376 bool addILPOpts() override;
479 bool X86PassConfig::addILPOpts() { in addILPOpts() function in X86PassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp395 bool addILPOpts() override;
462 bool PPCPassConfig::addILPOpts() { in addILPOpts() function in PPCPassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetPassConfig.h373 virtual bool addILPOpts() { in addILPOpts() function
DCodeGenPassBuilder.h282 void addILPOpts(AddMachinePass &) const {} in addILPOpts() function
974 derived().addILPOpts(addPass); in addMachineSSAOptimization()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp482 bool addILPOpts() override;
652 bool AArch64PassConfig::addILPOpts() { in addILPOpts() function in AArch64PassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp420 if (addILPOpts()) in addMachineSSAOptimization()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp957 bool addILPOpts() override;
1250 bool GCNPassConfig::addILPOpts() { in addILPOpts() function in GCNPassConfig
1254 TargetPassConfig::addILPOpts(); in addILPOpts()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetPassConfig.cpp1260 addILPOpts(); in addMachineSSAOptimization()