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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIChecking.cpp113 bool RegIsGPR64; local
118 RegIsGPR64 = GPR64RegClass->contains(MO.getReg());
121 if (RegIsGPR64)
132 if (RegIsGPR64)

Completed in 181 milliseconds