Home
last modified time | relevance | path

Searched refs:IStart (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DCloning.h346 Instruction *IStart, Instruction *IEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DCloneFunction.cpp1009 Instruction *IStart, Instruction *IEnd, in cloneAndAdaptNoAliasScopes() argument
1020 assert(IStart->getParent() == IEnd->getParent() && "different basic block ?"); in cloneAndAdaptNoAliasScopes()
1021 auto ItStart = IStart->getIterator(); in cloneAndAdaptNoAliasScopes()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2265 const MCPhysReg *IStart = TRI->getCalleeSavedRegsViaCopy(Entry->getParent()); in insertCopiesSplitCSR() local
2266 if (!IStart) in insertCopiesSplitCSR()
2272 for (const MCPhysReg *I = IStart; *I; ++I) { in insertCopiesSplitCSR()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp17687 const MCPhysReg *IStart = TRI->getCalleeSavedRegsViaCopy(Entry->getParent()); in insertCopiesSplitCSR() local
17688 if (!IStart) in insertCopiesSplitCSR()
17694 for (const MCPhysReg *I = IStart; *I; ++I) { in insertCopiesSplitCSR()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp20759 const MCPhysReg *IStart = TRI->getCalleeSavedRegsViaCopy(Entry->getParent()); in insertCopiesSplitCSR() local
20760 if (!IStart) in insertCopiesSplitCSR()
20766 for (const MCPhysReg *I = IStart; *I; ++I) { in insertCopiesSplitCSR()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp52518 const MCPhysReg *IStart = TRI->getCalleeSavedRegsViaCopy(Entry->getParent()); in insertCopiesSplitCSR() local
52519 if (!IStart) in insertCopiesSplitCSR()
52525 for (const MCPhysReg *I = IStart; *I; ++I) { in insertCopiesSplitCSR()