Searched refs:isExtractSubreg (Results 1 – 10 of 10) sorted by relevance
136 FLAG(isExtractSubreg) in EmitInstrDocs()
274 bool isExtractSubreg : 1; variable
397 isExtractSubreg = R->getValueAsBit("isExtractSubreg"); in CodeGenInstruction()
981 if (Inst.isExtractSubreg) OS << "|(1ULL<<MCID::ExtractSubreg)"; in emitRecord()
245 MI.isExtractSubreg())); in isCoalescableCopy()965 assert(MI.isExtractSubreg() && "Invalid instruction"); in ExtractSubregRewriter()1977 assert((Def->isExtractSubreg() || in getNextSourceFromExtractSubreg()2069 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
1313 assert((MI.isExtractSubreg() || in getExtractSubregInputs()1316 if (!MI.isExtractSubreg()) in getExtractSubregInputs()
580 if (isExtractSubreg() && OpIdx == 2)1287 bool isExtractSubreg() const {
560 bit isExtractSubreg = false; // Is this instruction a kind of extract subreg?
1931 bit isExtractSubreg = 0;
1219 let isExtractSubreg = 1;