Searched refs:Inst2 (Results 1 – 7 of 7) sorted by relevance
637 const MCCFIInstruction &Inst2 = Instrs[++i]; in generateCompactUnwindEncoding() local638 if (Inst2.getOperation() != MCCFIInstruction::OpOffset) in generateCompactUnwindEncoding()640 unsigned Reg2 = *MRI.getLLVMRegNum(Inst2.getRegister(), true); in generateCompactUnwindEncoding()
549 const Instruction *Inst2) { in intersectAccessGroups() argument551 bool MayAccessMem2 = Inst2->mayReadOrWriteMemory(); in intersectAccessGroups()556 return Inst2->getMetadata(LLVMContext::MD_access_group); in intersectAccessGroups()561 MDNode *MD2 = Inst2->getMetadata(LLVMContext::MD_access_group); in intersectAccessGroups()
79 const SUnit &Inst1, const SUnit &Inst2) const;
182 const SUnit &Inst2) const { in shouldTFRICallBind()187 unsigned Type = HII.getType(*Inst2.getInstr()); in shouldTFRICallBind()
284 const Instruction *Inst2);
359 MCCFIInstruction Inst2 = MCCFIInstruction::createOffset( in createX86MCAsmInfo() local361 MAI->addInitialFrameState(Inst2); in createX86MCAsmInfo()
1732 Instruction *Inst2) { in isAliased() argument1734 AliasCacheKey key = std::make_pair(Inst1, Inst2); in isAliased()1739 MemoryLocation Loc2 = getLocation(Inst2, AA); in isAliased()1741 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) { in isAliased()