Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h349 Instruction *IStart, Instruction *IEnd,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1189 Instruction *IStart, Instruction *IEnd, in cloneAndAdaptNoAliasScopes() argument
1200 assert(IStart->getParent() == IEnd->getParent() && "different basic block ?"); in cloneAndAdaptNoAliasScopes()
1201 auto ItStart = IStart->getIterator(); in cloneAndAdaptNoAliasScopes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2765 const MCPhysReg *IStart = TRI->getCalleeSavedRegsViaCopy(Entry->getParent()); in insertCopiesSplitCSR() local
2766 if (!IStart) in insertCopiesSplitCSR()
2772 for (const MCPhysReg *I = IStart; *I; ++I) { in insertCopiesSplitCSR()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp22069 const MCPhysReg *IStart = TRI->getCalleeSavedRegsViaCopy(Entry->getParent()); in insertCopiesSplitCSR() local
22070 if (!IStart) in insertCopiesSplitCSR()
22076 for (const MCPhysReg *I = IStart; *I; ++I) { in insertCopiesSplitCSR()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26871 const MCPhysReg *IStart = TRI->getCalleeSavedRegsViaCopy(Entry->getParent()); in insertCopiesSplitCSR() local
26872 if (!IStart) in insertCopiesSplitCSR()
26878 for (const MCPhysReg *I = IStart; *I; ++I) { in insertCopiesSplitCSR()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp59269 const MCPhysReg *IStart = TRI->getCalleeSavedRegsViaCopy(Entry->getParent()); in insertCopiesSplitCSR() local
59270 if (!IStart) in insertCopiesSplitCSR()
59276 for (const MCPhysReg *I = IStart; *I; ++I) { in insertCopiesSplitCSR()