Searched refs:isBitcast (Results 1 – 12 of 12) sorted by relevance
107 FLAG(isBitcast) in EmitInstrDocs()
244 bool isBitcast : 1; variable
3500 bool isBitcast; member in InstAnalyzer3506 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer()3512 isBitcast = IsNodeBitcast(N); in Analyze()3625 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
378 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
953 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
339 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
251 return MI.isBitcast() || in isUncoalescableCopy()1092 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()1830 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()2059 if (Def->isBitcast()) in getNextSourceImpl()
183 let isBitcast = 1 in194 let isBitcast = 1 in {208 } // isBitcast
898 bool isBitcast(QueryType Type = IgnoreBundle) const {
1175 assert(Iter->isBitcast()); in selectBitCast()
525 bit isBitcast = false; // Is this instruction a bitcast instruction?
1903 bit isBitcast = 0;