Home
last modified time | relevance | path

Searched refs:CSEConfigBase (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h41 class LLVM_ABI CSEConfigFull : public CSEConfigBase {
48 class LLVM_ABI CSEConfigConstantOnly : public CSEConfigBase {
58 LLVM_ABI std::unique_ptr<CSEConfigBase>
79 std::unique_ptr<CSEConfigBase> CSEOpt;
148 void setCSEConfig(std::unique_ptr<CSEConfigBase> Opt) { in setCSEConfig()
221 LLVM_ABI GISelCSEInfo &get(std::unique_ptr<CSEConfigBase> CSEOpt,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCSEConfigBase.h17 class CSEConfigBase {
19 virtual ~CSEConfigBase() = default;
H A DTargetPassConfig.h27 class CSEConfigBase; variable
345 virtual std::unique_ptr<CSEConfigBase> getCSEConfig() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp88 std::unique_ptr<CSEConfigBase>
90 std::unique_ptr<CSEConfigBase> Config; in getStandardCSEConfigForOpt()
442 GISelCSEAnalysisWrapper::get(std::unique_ptr<CSEConfigBase> CSEOpt, in get()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp260 std::unique_ptr<CSEConfigBase> getCSEConfig() const override;
269 std::unique_ptr<CSEConfigBase> MipsPassConfig::getCSEConfig() const { in getCSEConfig()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h145 std::unique_ptr<CSEConfigBase> getCSEConfig() const override;
H A DAMDGPUTargetMachine.cpp1167 std::unique_ptr<CSEConfigBase> llvm::AMDGPUPassConfig::getCSEConfig() const { in getCSEConfig()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp374 std::unique_ptr<CSEConfigBase> getCSEConfig() const override;
399 std::unique_ptr<CSEConfigBase> ARMPassConfig::getCSEConfig() const { in getCSEConfig()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp436 std::unique_ptr<CSEConfigBase> getCSEConfig() const override;
685 std::unique_ptr<CSEConfigBase> X86PassConfig::getCSEConfig() const { in getCSEConfig()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp424 std::unique_ptr<CSEConfigBase> getCSEConfig() const override;
432 std::unique_ptr<CSEConfigBase> RISCVPassConfig::getCSEConfig() const { in getCSEConfig()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp576 std::unique_ptr<CSEConfigBase> getCSEConfig() const override;
603 std::unique_ptr<CSEConfigBase> AArch64PassConfig::getCSEConfig() const { in getCSEConfig()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1579 std::unique_ptr<CSEConfigBase> TargetPassConfig::getCSEConfig() const { in getCSEConfig()
1580 return std::make_unique<CSEConfigBase>(); in getCSEConfig()