Searched refs:isBitcast (Results 1 – 17 of 17) sorted by relevance
295 if (!DefMI || !DefMI->getDesc().isBitcast()) in OptimizeBitcastInstr()433 if (MCID.isBitcast()) { in runOnMachineFunction()
374 bool isBitcast() const { in isBitcast() function
274 bool isBitcast() const { return Flags & (1 << MCID::Bitcast); } in isBitcast() function
205 return MI.isBitcast() || in isUncoalescableCopy()1153 if (MI.isBitcast() || (MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()1682 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()1896 if (Def->isBitcast()) in getNextSourceImpl()
224 bool isBitcast; variable
277 if (Inst.isBitcast) OS << "|(1<<MCID::Bitcast)"; in emitRecord()
299 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
2829 InstInfo.isBitcast = IsBitcast; in InferInstructionFlags()
229 bool isBitcast : 1; variable
484 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()
308 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
252 let isBitcast = 1 in266 let SchedRW = [WriteMove], isBitcast = 1 in {
509 bool isBitcast(QueryType Type = IgnoreBundle) const {
965 assert(Iter->isBitcast()); in selectBitCast()
318 bit isBitcast = 0; // Is this instruction a bitcast instruction?
367 bit isBitcast = 0; // Is this instruction a bitcast instruction?