Searched refs:isDoubleSpaced (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp367 bool isDoubleSpaced; member in struct:__anon22299::ARMOperand::VectorListOp
1215 return Kind == k_VectorList && !VectorList.isDoubleSpaced;
1218 return Kind == k_VectorList && VectorList.isDoubleSpaced;
1258 return Kind == k_VectorListAllLanes && !VectorList.isDoubleSpaced;
1261 return Kind == k_VectorListAllLanes && VectorList.isDoubleSpaced;
1300 return Kind == k_VectorListIndexed && !VectorList.isDoubleSpaced;
1303 return Kind == k_VectorListIndexed && VectorList.isDoubleSpaced;
2340 bool isDoubleSpaced, SMLoc S, SMLoc E) {
2344 Op->VectorList.isDoubleSpaced = isDoubleSpaced;
2339 CreateVectorList(unsigned RegNum, unsigned Count, bool isDoubleSpaced, SMLoc S, SMLoc E) argument
2350 CreateVectorListAllLanes(unsigned RegNum, unsigned Count, bool isDoubleSpaced, SMLoc S, SMLoc E) argument
2362 CreateVectorListIndexed(unsigned RegNum, unsigned Count, unsigned Index, bool isDoubleSpaced, SMLoc S, SMLoc E) argument
[all...]

Completed in 218 milliseconds