Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86RegisterInfo.h122 void adjustStackMapLiveOutMask(uint32_t *Mask) const override;
HDX86RegisterInfo.cpp611 void X86RegisterInfo::adjustStackMapLiveOutMask(uint32_t *Mask) const { in adjustStackMapLiveOutMask() function in X86RegisterInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDStackMapLivenessAnalysis.cpp168 TRI->adjustStackMapLiveOutMask(Mask); in createRegisterMask()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCRegisterInfo.h92 void adjustStackMapLiveOutMask(uint32_t *Mask) const override;
HDPPCRegisterInfo.cpp266 void PPCRegisterInfo::adjustStackMapLiveOutMask(uint32_t *Mask) const { in adjustStackMapLiveOutMask() function in PPCRegisterInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetRegisterInfo.h512 virtual void adjustStackMapLiveOutMask(uint32_t *Mask) const {} in adjustStackMapLiveOutMask() function