Searched refs:isBitcast (Results 1 – 13 of 13) sorted by relevance
6 # Check that instructions with MI.isBitcast() are only replaced by COPY if there
107 FLAG(isBitcast) in EmitInstrDocs()
245 bool isBitcast : 1; variable
377 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
3578 bool isBitcast; member in InstAnalyzer3584 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer()3590 isBitcast = IsNodeBitcast(N); in Analyze()3703 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
1136 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
345 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
251 return MI.isBitcast() || in isUncoalescableCopy()1107 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()1845 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()2074 if (Def->isBitcast()) in getNextSourceImpl()
183 let isBitcast = 1 in194 let isBitcast = 1 in {208 } // isBitcast
913 bool isBitcast(QueryType Type = IgnoreBundle) const {
1177 assert(Iter->isBitcast()); in selectBitCast()
538 bit isBitcast = false; // Is this instruction a bitcast instruction?
1910 bit isBitcast = 0;