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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp114 bool RegIsGPR64; local
119 RegIsGPR64 = GPR64RegClass->contains(MO.getReg());
122 if (RegIsGPR64)
133 if (RegIsGPR64)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3261 const bool RegIsGPR64 = AArch64::GPR64RegClass.contains(Reg); local
3262 if (RegIsGPR64 || AArch64::FPR64RegClass.contains(Reg) ||
3276 if (RegIsGPR64 && !AArch64::GPR64RegClass.contains(PairedReg)) {

Completed in 131 milliseconds