Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11268 bool IsNeon = UnitSize >= 8; in EmitStructByval() local
11270 if (IsNeon) in EmitStructByval()
11287 Register scratch = MRI.createVirtualRegister(IsNeon ? VecTRC : TRC); in EmitStructByval()
11412 Register scratch = MRI.createVirtualRegister(IsNeon ? VecTRC : TRC); in EmitStructByval()