Searched refs:InsertI (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 481 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 D | X86InstrInfo.cpp | 4444 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 D | AArch64FrameLowering.cpp | 3206 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 D | LowerMatrixIntrinsics.cpp | 1412 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()
|