Searched refs:isBitcast (Results 1 – 11 of 11) sorted by relevance
116 FLAG(isBitcast) in EmitInstrDocs()
1143 if (Inst.isBitcast) in emitRecord()
247 bool isBitcast : 1; variable
441 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
3610 bool isBitcast = false; member in InstAnalyzer3620 isBitcast = IsNodeBitcast(N); in Analyze()3741 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
350 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
510 return MI.isBitcast() || (!DisableAdvCopyOpt && (MI.isRegSequenceLike() || in isUncoalescableCopy()1255 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in optimizeCoalescableCopy()1913 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()2139 if (Def->isBitcast()) in getNextSourceImpl()
183 let isBitcast = 1 in194 let isBitcast = 1 in {207 } // isBitcast
1034 bool isBitcast(QueryType Type = IgnoreBundle) const {
1193 assert(Iter->isBitcast()); in selectBitCast()
640 bit isBitcast = false; // Is this instruction a bitcast instruction?