Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.h41 bool usesPhysRegsForValues() const override { return false; } in usesPhysRegsForValues() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h57 bool usesPhysRegsForValues() const override { return false; } in usesPhysRegsForValues() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h510 virtual bool usesPhysRegsForValues() const { return true; } in usesPhysRegsForValues() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp195 bool HasVRegVariadicDefs = !MF->getTarget().usesPhysRegsForValues() && in CreateVirtualRegisters()
1049 bool HasVRegVariadicDefs = !MF->getTarget().usesPhysRegsForValues() && in EmitMachineNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp245 if (MF.getTarget().usesPhysRegsForValues()) in runOnMachineFunction()