Home
last modified time | relevance | path

Searched refs:CreateRegLiveOut (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp155 MachineOperand MO = MachineOperand::CreateRegLiveOut(Mask); in addLiveOutSetToMI()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DMachineOperandTest.cpp280 MachineOperand MO = MachineOperand::CreateRegLiveOut(&Mask); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h901 static MachineOperand CreateRegLiveOut(const uint32_t *Mask) { in CreateRegLiveOut() function
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2751 Dest = MachineOperand::CreateRegLiveOut(Mask); in parseLiveoutRegisterMaskOperand()