Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp481 Instruction *InsertI = TileDP; in lowerTileDP() local
489 BasicBlock *Start = InsertI->getParent(); in lowerTileDP()
491 SplitBlock(InsertI->getParent(), InsertI, &DTU, LI, nullptr, "continue"); in lowerTileDP()
526 Instruction *InsertI = TileLoadStore; in lowerTileLoadStore() local
531 BasicBlock *Start = InsertI->getParent(); in lowerTileLoadStore()
533 SplitBlock(InsertI->getParent(), InsertI, &DTU, LI, nullptr, "continue"); in lowerTileLoadStore()
H A DX86InstrInfo.cpp4444 MachineBasicBlock::reverse_iterator InsertI = Def.getReverse(), in optimizeCompareInstr() local
4446 for (; InsertI != InsertE; ++InsertI) { in optimizeCompareInstr()
4447 MachineInstr *Instr = &*InsertI; in optimizeCompareInstr()
4456 if (InsertI == InsertE) in optimizeCompareInstr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3206 MBB->splice(InsertI, MBB, LastI); in emitUnrolled()
3225 MachineInstr *LoopI = BuildMI(*MBB, InsertI, DL, in emitLoop()
3242 BuildMI(*MBB, InsertI, DL, in emitLoop()
3253 *MBB, InsertI, DL, in emitLoop()
3330 emitUnrolled(InsertI); in emitCode()
3340 if (InsertI != MBB->end() && in emitCode()
3343 UpdateInstr = &*InsertI++; in emitCode()
3356 emitLoop(InsertI); in emitCode()
3457 InsertI++; in tryMergeAdjacentSTG()
3487 TSE.emitCode(InsertI, TFI, /*IsLast = */ true); in tryMergeAdjacentSTG()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1412 Instruction *InsertI = cast<Instruction>(MatMul); in createTiledLoops() local
1413 BasicBlock *Start = InsertI->getParent(); in createTiledLoops()
1415 SplitBlock(InsertI->getParent(), InsertI, DT, LI, nullptr, "continue"); in createTiledLoops()