Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DCloning.h352 Instruction *IStart, Instruction *IEnd,
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCloneFunction.cpp1161 Instruction *IStart, Instruction *IEnd, in cloneAndAdaptNoAliasScopes() argument
1172 assert(IStart->getParent() == IEnd->getParent() && "different basic block ?"); in cloneAndAdaptNoAliasScopes()
1173 auto ItStart = IStart->getIterator(); in cloneAndAdaptNoAliasScopes()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2350 const MCPhysReg *IStart = TRI->getCalleeSavedRegsViaCopy(Entry->getParent()); in insertCopiesSplitCSR() local
2351 if (!IStart) in insertCopiesSplitCSR()
2357 for (const MCPhysReg *I = IStart; *I; ++I) { in insertCopiesSplitCSR()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelLowering.cpp21856 const MCPhysReg *IStart = TRI->getCalleeSavedRegsViaCopy(Entry->getParent()); in insertCopiesSplitCSR() local
21857 if (!IStart) in insertCopiesSplitCSR()
21863 for (const MCPhysReg *I = IStart; *I; ++I) { in insertCopiesSplitCSR()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp22654 const MCPhysReg *IStart = TRI->getCalleeSavedRegsViaCopy(Entry->getParent()); in insertCopiesSplitCSR() local
22655 if (!IStart) in insertCopiesSplitCSR()
22661 for (const MCPhysReg *I = IStart; *I; ++I) { in insertCopiesSplitCSR()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp57756 const MCPhysReg *IStart = TRI->getCalleeSavedRegsViaCopy(Entry->getParent()); in insertCopiesSplitCSR() local
57757 if (!IStart) in insertCopiesSplitCSR()
57763 for (const MCPhysReg *I = IStart; *I; ++I) { in insertCopiesSplitCSR()