Searched refs:Inst2 (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp637 const MCCFIInstruction &Inst2 = Instrs[++i]; variable
638 if (Inst2.getOperation() != MCCFIInstruction::OpOffset)
640 unsigned Reg2 = *MRI.getLLVMRegNum(Inst2.getRegister(), true);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h79 const SUnit &Inst1, const SUnit &Inst2) const;
H A DHexagonSubtarget.cpp182 const SUnit &Inst2) const {
187 unsigned Type = HII.getType(*Inst2.getInstr());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp549 const Instruction *Inst2) {
551 bool MayAccessMem2 = Inst2->mayReadOrWriteMemory();
556 return Inst2->getMetadata(LLVMContext::MD_access_group);
561 MDNode *MD2 = Inst2->getMetadata(LLVMContext::MD_access_group);
548 intersectAccessGroups(const Instruction *Inst1, const Instruction *Inst2) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h277 /// Compute the access-group list of access groups that @p Inst1 and @p Inst2
284 const Instruction *Inst2);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp359 MCCFIInstruction Inst2 = MCCFIInstruction::createOffset( local
361 MAI->addInitialFrameState(Inst2);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1732 Instruction *Inst2) {
1734 AliasCacheKey key = std::make_pair(Inst1, Inst2);
1739 MemoryLocation Loc2 = getLocation(Inst2, AA);
1741 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) {
6481 // same values such as: select ((cmp Inst1, Inst2), Inst1, Inst2).
1731 isAliased(const MemoryLocation &Loc1, Instruction *Inst1, Instruction *Inst2) argument

Completed in 191 milliseconds