Searched refs:VectSize (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | X86FoldTablesEmitter.cpp | 433 BitsInit *VectSize = RegRec->getValueAsBitsInit("VectSize"); in addEntryWithFlags() local 434 uint64_t Value = getValueFromBitsInit(VectSize); in addEntryWithFlags()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 175 : Base(B), Size(Sz), Signed(S), VectSize(VS) {} in ValueType() 187 unsigned char VectSize; member
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrFormats.td | 345 bits<7> VectSize = !if(hasEVEX_L2, 64, !if(hasVEX_L, 32, 16)); 357 !srl(VectSize, CD8_Form{1-0}))), 0);
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 1990 bits<7> VectSize = { 0, 0, 1, 0, 0, 0, 0 };
|