Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp490 BitsInit *VectSize = RegRec->getValueAsBitsInit("VectSize"); in addEntryWithFlags() local
491 Result.Alignment = Align(byteFromBitsInit(VectSize)); in addEntryWithFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td269 bits<7> VectSize = !if(hasEVEX_L2, 64, !if(hasVEX_L, 32, 16));
281 !srl(VectSize, CD8_Form{1-0}))), 0);
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h174 : Base(B), Size(Sz), Signed(S), VectSize(VS) {} in ValueType()
186 unsigned char VectSize; member