Home
last modified time | relevance | path

Searched refs:usesPhysRegsForValues (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.h39 bool usesPhysRegsForValues() const override { return false; } in usesPhysRegsForValues() function
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h51 bool usesPhysRegsForValues() const override { return false; } in usesPhysRegsForValues() function
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetMachine.h489 virtual bool usesPhysRegsForValues() const { return true; } in usesPhysRegsForValues() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp196 bool HasVRegVariadicDefs = !MF->getTarget().usesPhysRegsForValues() && in CreateVirtualRegisters()
985 bool HasVRegVariadicDefs = !MF->getTarget().usesPhysRegsForValues() && in EmitMachineNode()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp235 if (MF.getTarget().usesPhysRegsForValues()) in runOnMachineFunction()