Home
last modified time | relevance | path

Searched refs:Inst2 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp62 MCCFIInstruction Inst2 = MCCFIInstruction::createOffset( in createMSP430MCAsmInfo() local
64 MAI->addInitialFrameState(Inst2); in createMSP430MCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp666 const MCCFIInstruction &Inst2 = Instrs[++i]; in generateCompactUnwindEncoding() local
667 if (Inst2.getOperation() != MCCFIInstruction::OpOffset) in generateCompactUnwindEncoding()
669 MCRegister Reg2 = *MRI.getLLVMRegNum(Inst2.getRegister(), true); in generateCompactUnwindEncoding()
671 if (Inst2.getOffset() != CurOffset - 8) in generateCompactUnwindEncoding()
673 CurOffset = Inst2.getOffset(); in generateCompactUnwindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1017 const Instruction *Inst2) { in intersectAccessGroups() argument
1019 bool MayAccessMem2 = Inst2->mayReadOrWriteMemory(); in intersectAccessGroups()
1024 return Inst2->getMetadata(LLVMContext::MD_access_group); in intersectAccessGroups()
1029 MDNode *MD2 = Inst2->getMetadata(LLVMContext::MD_access_group); in intersectAccessGroups()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h88 const SUnit &Inst1, const SUnit &Inst2) const;
H A DHexagonSubtarget.cpp299 const SUnit &Inst2) const { in shouldTFRICallBind()
304 unsigned Type = HII.getType(*Inst2.getInstr()); in shouldTFRICallBind()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h371 const Instruction *Inst2);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp473 MCCFIInstruction Inst2 = MCCFIInstruction::createOffset( in createX86MCAsmInfo() local
475 MAI->addInitialFrameState(Inst2); in createX86MCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4369 Instruction *Inst2) { in isAliased() argument
4371 if (!isSimple(Inst2)) in isAliased()
4374 AliasCacheKey Key = std::make_pair(Inst1, Inst2); in isAliased()
4378 bool Aliased = isModOrRefSet(BatchAA.getModRefInfo(Inst2, Loc1)); in isAliased()
4381 AliasCache.try_emplace(std::make_pair(Inst2, Inst1), Aliased); in isAliased()
6849 auto *Inst2 = dyn_cast<Instruction>(EE2->getOperand(0)); in getReorderingData() local
6852 if (!Inst2 && !P2) in getReorderingData()
6856 if (!Inst1 && Inst2) in getReorderingData()
6858 if (Inst1 && Inst2) { in getReorderingData()
6859 if (Inst1->getParent() != Inst2->getParent()) in getReorderingData()
[all …]