Home
last modified time | relevance | path

Searched refs:InsertI (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp482 Instruction *InsertI = TileDP; in lowerTileDP() local
490 BasicBlock *Start = InsertI->getParent(); in lowerTileDP()
492 SplitBlock(InsertI->getParent(), InsertI, &DTU, LI, nullptr, "continue"); in lowerTileDP()
527 Instruction *InsertI = TileLoadStore; in lowerTileLoadStore() local
532 BasicBlock *Start = InsertI->getParent(); in lowerTileLoadStore()
534 SplitBlock(InsertI->getParent(), InsertI, &DTU, LI, nullptr, "continue"); in lowerTileLoadStore()
H A DX86InstrInfo.cpp4589 MachineBasicBlock::reverse_iterator InsertI = Sub, in optimizeCompareInstr() local
4591 for (; InsertI != InsertE; ++InsertI) { in optimizeCompareInstr()
4592 MachineInstr *Instr = &*InsertI; in optimizeCompareInstr()
4601 if (InsertI == InsertE) in optimizeCompareInstr()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3442 MBB->splice(InsertI, MBB, LastI); in emitUnrolled()
3461 MachineInstr *LoopI = BuildMI(*MBB, InsertI, DL, in emitLoop()
3478 BuildMI(*MBB, InsertI, DL, in emitLoop()
3489 *MBB, InsertI, DL, in emitLoop()
3567 emitUnrolled(InsertI); in emitCode()
3577 if (InsertI != MBB->end() && in emitCode()
3580 UpdateInstr = &*InsertI++; in emitCode()
3593 emitLoop(InsertI); in emitCode()
3694 InsertI++; in tryMergeAdjacentSTG()
3725 TSE.emitCode(InsertI, TFI, /*TryMergeSPUpdate = */ in tryMergeAdjacentSTG()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1418 Instruction *InsertI = cast<Instruction>(MatMul); in createTiledLoops() local
1419 BasicBlock *Start = InsertI->getParent(); in createTiledLoops()
1421 SplitBlock(InsertI->getParent(), InsertI, DT, LI, nullptr, "continue"); in createTiledLoops()