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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp660 const MCCFIInstruction &Inst2 = Instrs[++i]; variable
661 if (Inst2.getOperation() != MCCFIInstruction::OpOffset)
663 unsigned Reg2 = *MRI.getLLVMRegNum(Inst2.getRegister(), true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h83 const SUnit &Inst1, const SUnit &Inst2) const;
H A DHexagonSubtarget.cpp181 const SUnit &Inst2) const {
186 unsigned Type = HII.getType(*Inst2.getInstr());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp658 const Instruction *Inst2) {
660 bool MayAccessMem2 = Inst2->mayReadOrWriteMemory();
665 return Inst2->getMetadata(LLVMContext::MD_access_group);
670 MDNode *MD2 = Inst2->getMetadata(LLVMContext::MD_access_group);
657 intersectAccessGroups(const Instruction *Inst1, const Instruction *Inst2) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h443 /// Compute the access-group list of access groups that @p Inst1 and @p Inst2
450 const Instruction *Inst2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp358 MCCFIInstruction Inst2 = MCCFIInstruction::createOffset( local
360 MAI->addInitialFrameState(Inst2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1746 Instruction *Inst2) {
1748 AliasCacheKey key = std::make_pair(Inst1, Inst2);
1753 MemoryLocation Loc2 = getLocation(Inst2, AA);
1755 if (Loc1.Ptr && Loc2.Ptr && isSimple(Inst1) && isSimple(Inst2)) {
6607 // same values such as: select ((cmp Inst1, Inst2), Inst1, Inst2).
1745 isAliased(const MemoryLocation &Loc1, Instruction *Inst1, Instruction *Inst2) argument

Completed in 212 milliseconds