Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.h50 bool usesPhysRegsForPEI() const override { return false; } in usesPhysRegsForPEI() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h368 virtual bool usesPhysRegsForPEI() const { return true; } in usesPhysRegsForPEI() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp240 if (MF.getTarget().usesPhysRegsForPEI()) in runOnMachineFunction()