Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp248 std::unique_ptr<CSEConfigBase> getCSEConfig() const override;
257 std::unique_ptr<CSEConfigBase> MipsPassConfig::getCSEConfig() const { in getCSEConfig() function in MipsPassConfig
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetMachine.cpp379 std::unique_ptr<CSEConfigBase> getCSEConfig() const override;
547 std::unique_ptr<CSEConfigBase> X86PassConfig::getCSEConfig() const { in getCSEConfig() function in X86PassConfig
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetMachine.cpp363 std::unique_ptr<CSEConfigBase> getCSEConfig() const override;
388 std::unique_ptr<CSEConfigBase> ARMPassConfig::getCSEConfig() const { in getCSEConfig() function in ARMPassConfig
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetPassConfig.h324 virtual std::unique_ptr<CSEConfigBase> getCSEConfig() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp415 std::unique_ptr<CSEConfigBase> getCSEConfig() const override;
429 std::unique_ptr<CSEConfigBase> AArch64PassConfig::getCSEConfig() const { in getCSEConfig() function in AArch64PassConfig
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizer.cpp298 CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction()
DIRTranslator.cpp2255 CSEInfo = &Wrapper.get(TPC->getCSEConfig()); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp573 std::unique_ptr<CSEConfigBase> getCSEConfig() const override;
576 std::unique_ptr<CSEConfigBase> AMDGPUPassConfig::getCSEConfig() const { in getCSEConfig() function in __anon4f5ec6160411::AMDGPUPassConfig
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp1238 std::unique_ptr<CSEConfigBase> TargetPassConfig::getCSEConfig() const { in getCSEConfig() function in TargetPassConfig