Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp479 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 DX86InstrInfo.cpp5455 MachineBasicBlock::reverse_iterator InsertI = Sub, in optimizeCompareInstr() local
5457 for (; InsertI != InsertE; ++InsertI) { in optimizeCompareInstr()
5458 MachineInstr *Instr = &*InsertI; in optimizeCompareInstr()
5467 if (InsertI == InsertE) in optimizeCompareInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3770 MBB->splice(InsertI, MBB, LastI); in emitUnrolled()
3806 BuildMI(*MBB, InsertI, DL, in emitLoop()
3817 *MBB, InsertI, DL, in emitLoop()
3895 emitUnrolled(InsertI); in emitCode()
3905 if (InsertI != MBB->end() && in emitCode()
3908 UpdateInstr = &*InsertI++; in emitCode()
3921 emitLoop(InsertI); in emitCode()
4035 if (MI == InsertI) in tryMergeAdjacentSTG()
4039 InsertI++; in tryMergeAdjacentSTG()
4041 return InsertI; in tryMergeAdjacentSTG()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1696 Instruction *InsertI = cast<Instruction>(MatMul); in createTiledLoops() local
1697 BasicBlock *Start = InsertI->getParent(); in createTiledLoops()
1699 SplitBlock(InsertI->getParent(), InsertI, DT, LI, nullptr, "continue"); in createTiledLoops()