Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.h48 bool usesPhysRegsForPEI() const override { return false; } in usesPhysRegsForPEI() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.h50 bool usesPhysRegsForPEI() const override { return false; } in usesPhysRegsForPEI() function
/external/llvm/include/llvm/Target/
DTargetMachine.h275 virtual bool usesPhysRegsForPEI() const { return true; } in usesPhysRegsForPEI() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h368 virtual bool usesPhysRegsForPEI() const { return true; } in usesPhysRegsForPEI() function
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp66 if (TM && (!TM->usesPhysRegsForPEI())) { in PEI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp240 if (MF.getTarget().usesPhysRegsForPEI()) in runOnMachineFunction()