Searched refs:isExtractSubreg (Results 1 – 9 of 9) sorted by relevance
145 FLAG(isExtractSubreg) in EmitInstrDocs()
1280 if (Inst.isExtractSubreg) in emitRecord()
280 bool isExtractSubreg : 1; variable
463 isExtractSubreg = R->getValueAsBit("isExtractSubreg"); in CodeGenInstruction()
245 MI.isExtractSubreg())); in isCoalescableCopy()1022 assert(MI.isExtractSubreg() && "Invalid instruction"); in ExtractSubregRewriter()2051 assert((Def->isExtractSubreg() || in getNextSourceFromExtractSubreg()2143 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
1681 assert((MI.isExtractSubreg() || in getExtractSubregInputs()1684 if (!MI.isExtractSubreg()) in getExtractSubregInputs()
658 if (isExtractSubreg() && OpIdx == 2)1434 bool isExtractSubreg() const {
673 bit isExtractSubreg = false; // Is this instruction a kind of extract subreg?
1255 let isExtractSubreg = 1;