Searched refs:isBitcast (Results 1 – 11 of 11) sorted by relevance
106 FLAG(isBitcast) in EmitInstrDocs()
253 bool isBitcast : 1; variable
444 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
3572 bool isBitcast; member in InstAnalyzer3578 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer()3584 isBitcast = IsNodeBitcast(N); in Analyze()3698 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
1215 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
348 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
251 return MI.isBitcast() || in isUncoalescableCopy()1150 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()1904 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()2133 if (Def->isBitcast()) in getNextSourceImpl()
183 let isBitcast = 1 in194 let isBitcast = 1 in {207 } // isBitcast
1001 bool isBitcast(QueryType Type = IgnoreBundle) const {
1177 assert(Iter->isBitcast()); in selectBitCast()
618 bit isBitcast = false; // Is this instruction a bitcast instruction?