Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp168 TRI->adjustStackMapLiveOutMask(Mask); in createRegisterMask()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h91 void adjustStackMapLiveOutMask(uint32_t *Mask) const override;
H A DPPCRegisterInfo.cpp349 void PPCRegisterInfo::adjustStackMapLiveOutMask(uint32_t *Mask) const { in adjustStackMapLiveOutMask() function in PPCRegisterInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h596 virtual void adjustStackMapLiveOutMask(uint32_t *Mask) const {} in adjustStackMapLiveOutMask() function