Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86RegisterInfo.h130 void adjustStackMapLiveOutMask(uint32_t *Mask) const override;
H A DX86RegisterInfo.cpp683 void X86RegisterInfo::adjustStackMapLiveOutMask(uint32_t *Mask) const { in adjustStackMapLiveOutMask() function in X86RegisterInfo
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp168 TRI->adjustStackMapLiveOutMask(Mask); in createRegisterMask()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h91 void adjustStackMapLiveOutMask(uint32_t *Mask) const override;
H A DPPCRegisterInfo.cpp329 void PPCRegisterInfo::adjustStackMapLiveOutMask(uint32_t *Mask) const { in adjustStackMapLiveOutMask() function in PPCRegisterInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h584 virtual void adjustStackMapLiveOutMask(uint32_t *Mask) const {} in adjustStackMapLiveOutMask() function