Home
last modified time | relevance | path

Searched refs:isGISelCSEEnabled (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetPassConfig.h321 virtual bool isGISelCSEEnabled() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizer.cpp295 : TPC.isGISelCSEEnabled(); in runOnMachineFunction()
DIRTranslator.cpp2251 : TPC->isGISelCSEEnabled(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp1234 bool TargetPassConfig::isGISelCSEEnabled() const { in isGISelCSEEnabled() function in TargetPassConfig