Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp148 uint8_t RegElts; // elements per D register; used for lane ops member
755 unsigned RegElts = TableEntry->RegElts; in ExpandLaneOp() local
766 if (RegSpc == EvenDblSpc && Lane >= RegElts) { in ExpandLaneOp()
768 Lane -= RegElts; in ExpandLaneOp()
770 assert(Lane < RegElts && "out of range lane for VLD/VST-lane"); in ExpandLaneOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp202 SmallVector<Register, 8> RegElts; in appendVectorElts() local
203 extractParts(Reg, Ty.getScalarType(), Ty.getNumElements(), RegElts, in appendVectorElts()
205 Elts.append(RegElts); in appendVectorElts()