Searched refs:isExtractSubreg (Results 1 – 9 of 9) sorted by relevance
145 FLAG(isExtractSubreg) in EmitInstrDocs()
1195 if (Inst.isExtractSubreg) in emitRecord()
278 bool isExtractSubreg : 1; variable
460 isExtractSubreg = R->getValueAsBit("isExtractSubreg"); in CodeGenInstruction()
320 assert(MI.isExtractSubreg() && "Invalid instruction"); in ExtractSubregRewriter()504 MI.isExtractSubreg())); in isCoalescableCopy()2067 assert((Def->isExtractSubreg() || Def->isExtractSubregLike()) && in getNextSourceFromExtractSubreg()2149 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
1991 assert((MI.isExtractSubreg() || in getExtractSubregInputs()1994 if (!MI.isExtractSubreg()) in getExtractSubregInputs()
655 if (isExtractSubreg() && OpIdx == 2)1437 bool isExtractSubreg() const {
678 bit isExtractSubreg = false; // Is this instruction a kind of extract subreg?
1270 let isExtractSubreg = 1;