Searched refs:isBitcast (Results 1 – 9 of 9) sorted by relevance
274 bool isBitcast() const { return Flags & (1 << MCID::Bitcast); } in isBitcast() function
205 return MI.isBitcast() || in isUncoalescableCopy()1154 if (MI.isBitcast() || (MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()1689 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()1900 if (Def->isBitcast()) in getNextSourceImpl()
230 bool isBitcast : 1; variable
486 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
2745 bool isBitcast; member in InstAnalyzer2750 isBitcast(false), isVariadic(false) {} in InstAnalyzer()2807 isBitcast = IsNodeBitcast(N); in AnalyzeNode()2877 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
305 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
482 bool isBitcast(QueryType Type = IgnoreBundle) const {
252 let isBitcast = 1 in266 let SchedRW = [WriteMove], isBitcast = 1 in {
367 bit isBitcast = 0; // Is this instruction a bitcast instruction?