Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp7039 bool IsNeon = UnitSize >= 8; in EmitStructByval() local
7041 if (IsNeon) in EmitStructByval()
7058 unsigned scratch = MRI.createVirtualRegister(IsNeon ? VecTRC : TRC); in EmitStructByval()
7176 unsigned scratch = MRI.createVirtualRegister(IsNeon ? VecTRC : TRC); in EmitStructByval()