Home
last modified time | relevance | path

Searched refs:addPreGlobalInstructionSelect (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetPassConfig.h265 virtual void addPreGlobalInstructionSelect() {} in addPreGlobalInstructionSelect() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp407 void addPreGlobalInstructionSelect() override;
549 void AArch64PassConfig::addPreGlobalInstructionSelect() { in addPreGlobalInstructionSelect() function in AArch64PassConfig
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp806 addPreGlobalInstructionSelect(); in addCoreISelPasses()