Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp153 MachineOperand MO = MachineOperand::CreateRegLiveOut(Mask); in addLiveOutSetToMI()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h943 static MachineOperand CreateRegLiveOut(const uint32_t *Mask) { in CreateRegLiveOut() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2891 Dest = MachineOperand::CreateRegLiveOut(Mask); in parseLiveoutRegisterMaskOperand()