Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp62 static inline uint64_t getValueFromBitsInit(const BitsInit *B, const Record &R) { in getValueFromBitsInit() function
84 if (getValueFromBitsInit(BI, R) == 0) in getCheckerDocs()
98 switch(getValueFromBitsInit(BI, R)) { in getCheckerOptionType()
115 switch(getValueFromBitsInit(BI, R)) { in getDevelopmentStage()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp210 static inline uint64_t getValueFromBitsInit(const BitsInit *B) { in getValueFromBitsInit() function
224 uint64_t FormBitsNum = getValueFromBitsInit(FormBits); in hasRegisterFormat()
233 uint64_t FormBitsNum = getValueFromBitsInit(FormBits); in hasMemoryFormat()
430 uint64_t Enc = getValueFromBitsInit(RegRec->getValueAsBitsInit("OpEncBits")); in addEntryWithFlags()
434 uint64_t Value = getValueFromBitsInit(VectSize); in addEntryWithFlags()
547 uint8_t Opc = getValueFromBitsInit(Rec->getValueAsBitsInit("Opcode")); in run()
558 getValueFromBitsInit(MemInst->TheDef->getValueAsBitsInit("Opcode")); in run()
H A DX86EVEX2VEXTablesEmitter.cpp94 static inline uint64_t getValueFromBitsInit(const BitsInit *B) { in getValueFromBitsInit() function
201 uint64_t Opcode = getValueFromBitsInit(EVEXInst->TheDef-> in run()