Searched refs:isExtractSubreg (Results 1 – 9 of 9) sorted by relevance
135 FLAG(isExtractSubreg) in EmitInstrDocs()
284 bool isExtractSubreg : 1; variable
463 isExtractSubreg = R->getValueAsBit("isExtractSubreg"); in CodeGenInstruction()
1243 if (Inst.isExtractSubreg) OS << "|(1ULL<<MCID::ExtractSubreg)"; in emitRecord()
245 MI.isExtractSubreg())); in isCoalescableCopy()1023 assert(MI.isExtractSubreg() && "Invalid instruction"); in ExtractSubregRewriter()2051 assert((Def->isExtractSubreg() || in getNextSourceFromExtractSubreg()2143 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
1621 assert((MI.isExtractSubreg() || in getExtractSubregInputs()1624 if (!MI.isExtractSubreg()) in getExtractSubregInputs()
632 if (isExtractSubreg() && OpIdx == 2)1399 bool isExtractSubreg() const {
656 bit isExtractSubreg = false; // Is this instruction a kind of extract subreg?
1233 let isExtractSubreg = 1;