Searched refs:InsertI (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 479 Instruction *InsertI = TileDP; in lowerTileDP() local 487 BasicBlock *Start = InsertI->getParent(); in lowerTileDP() 489 SplitBlock(InsertI->getParent(), InsertI, &DTU, LI, nullptr, "continue"); in lowerTileDP() 524 Instruction *InsertI = TileLoadStore; in lowerTileLoadStore() local 529 BasicBlock *Start = InsertI->getParent(); in lowerTileLoadStore() 531 SplitBlock(InsertI->getParent(), InsertI, &DTU, LI, nullptr, "continue"); in lowerTileLoadStore()
|
H A D | X86InstrInfo.cpp | 5540 MachineBasicBlock::reverse_iterator InsertI = Sub, in optimizeCompareInstr() local 5542 for (; InsertI != InsertE; ++InsertI) { in optimizeCompareInstr() 5543 MachineInstr *Instr = &*InsertI; in optimizeCompareInstr() 5552 if (InsertI == InsertE) in optimizeCompareInstr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 4187 void emitUnrolled(MachineBasicBlock::iterator InsertI); 4188 void emitLoop(MachineBasicBlock::iterator InsertI); 4208 void emitCode(MachineBasicBlock::iterator &InsertI, 4212 void TagStoreEdit::emitUnrolled(MachineBasicBlock::iterator InsertI) { in emitUnrolled() argument 4228 emitFrameOffset(*MBB, InsertI, DL, ScratchReg, BaseReg, in emitUnrolled() 4242 MachineInstr *I = BuildMI(*MBB, InsertI, DL, TII->get(Opcode)) in emitUnrolled() 4256 MBB->splice(InsertI, MBB, LastI); in emitUnrolled() 4259 void TagStoreEdit::emitLoop(MachineBasicBlock::iterator InsertI) { in emitLoop() argument 4268 emitFrameOffset(*MBB, InsertI, DL, BaseReg, FrameReg, FrameRegOffset, TII); in emitLoop() 4275 MachineInstr *LoopI = BuildMI(*MBB, InsertI, DL, in emitLoop() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 1743 Instruction *InsertI = cast<Instruction>(MatMul); in createTiledLoops() local 1744 BasicBlock *Start = InsertI->getParent(); in createTiledLoops() 1746 SplitBlock(InsertI->getParent(), InsertI, DT, LI, nullptr, "continue"); in createTiledLoops()
|