Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp637 const MCCFIInstruction &Inst2 = Instrs[++i]; in generateCompactUnwindEncoding() local
638 if (Inst2.getOperation() != MCCFIInstruction::OpOffset) in generateCompactUnwindEncoding()
640 unsigned Reg2 = *MRI.getLLVMRegNum(Inst2.getRegister(), true); in generateCompactUnwindEncoding()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp549 const Instruction *Inst2) { in intersectAccessGroups() argument
551 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.h79 const SUnit &Inst1, const SUnit &Inst2) const;
DHexagonSubtarget.cpp182 const SUnit &Inst2) const { in shouldTFRICallBind()
187 unsigned Type = HII.getType(*Inst2.getInstr()); in shouldTFRICallBind()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h284 const Instruction *Inst2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp359 MCCFIInstruction Inst2 = MCCFIInstruction::createOffset( in createX86MCAsmInfo() local
361 MAI->addInitialFrameState(Inst2); in createX86MCAsmInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1732 Instruction *Inst2) { in isAliased() argument
1734 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()