Home
last modified time | relevance | path

Searched refs:VectSize (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp482 BitsInit *VectSize = RegRec->getValueAsBitsInit("VectSize"); in addEntryWithFlags() local
483 uint64_t Value = getValueFromBitsInit(VectSize); in addEntryWithFlags()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h158 : 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/
DX86InstrFormats.td318 bits<7> VectSize = !shl(16, EVEX_LL);
330 !srl(VectSize, CD8_Form{1-0}))), 0);
/external/llvm/lib/Target/X86/
DX86InstrFormats.td290 bits<7> VectSize = !shl(16, EVEX_LL);
302 !srl(VectSize, CD8_Form{1-0}))), 0);