Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp482 BitsInit *VectSize = RegRec->getValueAsBitsInit("VectSize"); in addEntryWithFlags() local
483 uint64_t Value = getValueFromBitsInit(VectSize); in addEntryWithFlags()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h176 : Base(B), Size(Sz), Signed(S), VectSize(VS) {} in ValueType()
188 unsigned char VectSize; member
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrFormats.td318 bits<7> VectSize = !shl(16, EVEX_LL);
330 !srl(VectSize, CD8_Form{1-0}))), 0);