Home
last modified time | relevance | path

Searched refs:RegIsGPR64 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp115 bool RegIsGPR64; in hasLiveDefs() local
120 RegIsGPR64 = GPR64RegClass->contains(MO.getReg()); in hasLiveDefs()
123 if (RegIsGPR64) in hasLiveDefs()
134 if (RegIsGPR64) in hasLiveDefs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3657 const bool RegIsGPR64 = AArch64::GPR64RegClass.contains(Reg); in determineCalleeSaves() local
3658 if (RegIsGPR64 || AArch64::FPR64RegClass.contains(Reg) || in determineCalleeSaves()
3672 if (RegIsGPR64 && !AArch64::GPR64RegClass.contains(PairedReg)) { in determineCalleeSaves()