Searched refs:isBitcast (Results 1 – 11 of 11) sorted by relevance
108 FLAG(isBitcast) in EmitInstrDocs()
242 bool isBitcast : 1; variable
597 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
3325 bool isBitcast; member in InstAnalyzer3331 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer()3337 isBitcast = IsNodeBitcast(N); in Analyze()3447 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
350 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
318 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
248 return MI.isBitcast() || in isUncoalescableCopy()1087 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()1826 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()2055 if (Def->isBitcast()) in getNextSourceImpl()
195 let isBitcast = 1 in206 let isBitcast = 1 in {220 } // isBitcast
711 bool isBitcast(QueryType Type = IgnoreBundle) const {
1135 assert(Iter->isBitcast()); in selectBitCast()
447 bit isBitcast = 0; // Is this instruction a bitcast instruction?