Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11504 bool IsNeon = UnitSize >= 8; in EmitStructByval() local
11506 if (IsNeon) in EmitStructByval()
11523 Register scratch = MRI.createVirtualRegister(IsNeon ? VecTRC : TRC); in EmitStructByval()
11647 Register scratch = MRI.createVirtualRegister(IsNeon ? VecTRC : TRC); in EmitStructByval()