Searched refs:isExtractSubreg (Results 1 – 10 of 10) sorted by relevance
136 FLAG(isExtractSubreg) in EmitInstrDocs()
276 bool isExtractSubreg : 1; variable
396 isExtractSubreg = R->getValueAsBit("isExtractSubreg"); in CodeGenInstruction()
1164 if (Inst.isExtractSubreg) OS << "|(1ULL<<MCID::ExtractSubreg)"; in emitRecord()
245 MI.isExtractSubreg())); in isCoalescableCopy()980 assert(MI.isExtractSubreg() && "Invalid instruction"); in ExtractSubregRewriter()1992 assert((Def->isExtractSubreg() || in getNextSourceFromExtractSubreg()2084 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
1296 assert((MI.isExtractSubreg() || in getExtractSubregInputs()1299 if (!MI.isExtractSubreg()) in getExtractSubregInputs()
589 if (isExtractSubreg() && OpIdx == 2)1297 bool isExtractSubreg() const {
576 bit isExtractSubreg = false; // Is this instruction a kind of extract subreg?
1938 bit isExtractSubreg = 0;
1230 let isExtractSubreg = 1;