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

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp354 bool isDoubleSpaced; member in struct:__anon8852::ARMOperand::__anon8853::__anon8863
1126 return Kind == k_VectorList && !VectorList.isDoubleSpaced;
1129 return Kind == k_VectorList && VectorList.isDoubleSpaced;
1169 return Kind == k_VectorListAllLanes && !VectorList.isDoubleSpaced;
1172 return Kind == k_VectorListAllLanes && VectorList.isDoubleSpaced;
1211 return Kind == k_VectorListIndexed && !VectorList.isDoubleSpaced;
1214 return Kind == k_VectorListIndexed && VectorList.isDoubleSpaced;
2212 bool isDoubleSpaced, SMLoc S, SMLoc E) {
2216 Op->VectorList.isDoubleSpaced = isDoubleSpaced;
2211 CreateVectorList(unsigned RegNum, unsigned Count, bool isDoubleSpaced, SMLoc S, SMLoc E) argument
2222 CreateVectorListAllLanes(unsigned RegNum, unsigned Count, bool isDoubleSpaced, SMLoc S, SMLoc E) argument
2234 CreateVectorListIndexed(unsigned RegNum, unsigned Count, unsigned Index, bool isDoubleSpaced, SMLoc S, SMLoc E) argument
[all...]

Completed in 94 milliseconds