Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp499 BitsInit *VectSize = RegRec->getValueAsBitsInit("VectSize"); in addEntryWithFlags() local
500 uint64_t Value = getValueFromBitsInit(VectSize); in addEntryWithFlags()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h175 : Base(B), Size(Sz), Signed(S), VectSize(VS) {} in ValueType()
187 unsigned char VectSize; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td331 bits<7> VectSize = !if(hasEVEX_L2, 64, !if(hasVEX_L, 32, 16));
343 !srl(VectSize, CD8_Form{1-0}))), 0);