Home
last modified time | relevance | path

Searched refs:BeforeI (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp452 MachineBasicBlock::iterator BeforeI = MI; in restoreCalleeSavedRegisters() local
454 --BeforeI; in restoreCalleeSavedRegisters()
470 MI = BeforeI; in restoreCalleeSavedRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.cpp106 Instruction *BeforeI = Intvl.bottom(); in getTopMemDGNode() local
108 while (!DGNode::isMemDepNodeCandidate(I) && I != BeforeI) in getTopMemDGNode()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp125 void Instruction::insertBefore(Instruction *BeforeI) { in insertBefore() argument
126 llvm::Instruction *BeforeTopI = BeforeI->getTopmostLLVMInstruction(); in insertBefore()
143 Instruction *BeforeI; in insertInto() local
145 BeforeI = &*WhereIt; in insertInto()
146 LLVMBeforeI = BeforeI->getTopmostLLVMInstruction(); in insertInto()
149 BeforeI = nullptr; in insertInto()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2620 MachineBasicBlock::iterator I = MI, BeforeI = I; in restoreCalleeSavedRegisters() local
2624 --BeforeI; in restoreCalleeSavedRegisters()
2707 I = BeforeI; in restoreCalleeSavedRegisters()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h196 LLVM_ABI void insertBefore(Instruction *BeforeI);