Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp356 static void GetDSubRegs(unsigned Reg, NEONRegSpacing RegSpc, in GetDSubRegs() argument
359 if (RegSpc == SingleSpc) { in GetDSubRegs()
364 } else if (RegSpc == EvenDblSpc) { in GetDSubRegs()
370 assert(RegSpc == OddDblSpc && "unknown register spacing"); in GetDSubRegs()
386 NEONRegSpacing RegSpc = (NEONRegSpacing)TableEntry->RegSpacing; in ExpandVLD() local
396 GetDSubRegs(DstReg, RegSpc, TRI, D0, D1, D2, D3); in ExpandVLD()
419 if (RegSpc == EvenDblSpc || RegSpc == OddDblSpc) in ExpandVLD()
451 NEONRegSpacing RegSpc = (NEONRegSpacing)TableEntry->RegSpacing; in ExpandVST() local
471 GetDSubRegs(SrcReg, RegSpc, TRI, D0, D1, D2, D3); in ExpandVST()
504 NEONRegSpacing RegSpc = (NEONRegSpacing)TableEntry->RegSpacing; in ExpandLaneOp() local
[all …]