Searched refs:isBitcast (Results 1 – 11 of 11) sorted by relevance
107 FLAG(isBitcast) in EmitInstrDocs()
244 bool isBitcast : 1; variable
378 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
3501 bool isBitcast; member in InstAnalyzer3507 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer()3513 isBitcast = IsNodeBitcast(N); in Analyze()3626 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
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()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
909 bool isBitcast(QueryType Type = IgnoreBundle) const {
1176 assert(Iter->isBitcast()); in selectBitCast()
525 bit isBitcast = false; // Is this instruction a bitcast instruction?