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

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp452 bool isDoubleSpaced; member in struct:__anon25988::ARMOperand::VectorListOp
1391 return Kind == k_VectorList && !VectorList.isDoubleSpaced;
1394 return Kind == k_VectorList && VectorList.isDoubleSpaced;
1435 return Kind == k_VectorListAllLanes && !VectorList.isDoubleSpaced;
1438 return Kind == k_VectorListAllLanes && VectorList.isDoubleSpaced;
1477 return Kind == k_VectorListIndexed && !VectorList.isDoubleSpaced;
1480 return Kind == k_VectorListIndexed && VectorList.isDoubleSpaced;
2619 bool isDoubleSpaced,
2624 Op->VectorList.isDoubleSpaced = isDoubleSpaced;
2617 CreateVectorList(unsigned RegNum, unsigned Count, bool isDoubleSpaced, SMLoc S, SMLoc E) argument
2631 CreateVectorListAllLanes(unsigned RegNum, unsigned Count, bool isDoubleSpaced, SMLoc S, SMLoc E) argument
2643 CreateVectorListIndexed(unsigned RegNum, unsigned Count, unsigned Index, bool isDoubleSpaced, SMLoc S, SMLoc E) argument
[all...]

Completed in 152 milliseconds