Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelLowering.cpp11342 bool IsNeon = UnitSize >= 8; in EmitStructByval() local
11344 if (IsNeon) in EmitStructByval()
11361 Register scratch = MRI.createVirtualRegister(IsNeon ? VecTRC : TRC); in EmitStructByval()
11486 Register scratch = MRI.createVirtualRegister(IsNeon ? VecTRC : TRC); in EmitStructByval()