Searched refs:VectSize (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86FoldTablesEmitter.cpp | 482 BitsInit *VectSize = RegRec->getValueAsBitsInit("VectSize"); in addEntryWithFlags() local 483 uint64_t Value = getValueFromBitsInit(VectSize); in addEntryWithFlags()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTIL.h | 158 : Base(B), Size(Sz), Signed(S), VectSize(VS) in ValueType() 164 unsigned char VectSize; // 0 for scalar, otherwise num elements in vector member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 318 bits<7> VectSize = !shl(16, EVEX_LL); 330 !srl(VectSize, CD8_Form{1-0}))), 0);
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 290 bits<7> VectSize = !shl(16, EVEX_LL); 302 !srl(VectSize, CD8_Form{1-0}))), 0);
|