Searched refs:InsertI (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 4390 MachineBasicBlock::reverse_iterator InsertI = Def.getReverse(), in optimizeCompareInstr() local 4392 for (; InsertI != InsertE; ++InsertI) { in optimizeCompareInstr() 4393 MachineInstr *Instr = &*InsertI; in optimizeCompareInstr() 4402 if (InsertI == InsertE) in optimizeCompareInstr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 3135 void emitUnrolled(MachineBasicBlock::iterator InsertI); 3136 void emitLoop(MachineBasicBlock::iterator InsertI); 3156 void emitCode(MachineBasicBlock::iterator &InsertI, 3160 void TagStoreEdit::emitUnrolled(MachineBasicBlock::iterator InsertI) { in emitUnrolled() argument 3172 emitFrameOffset(*MBB, InsertI, DL, ScratchReg, BaseReg, in emitUnrolled() 3185 MachineInstr *I = BuildMI(*MBB, InsertI, DL, TII->get(Opcode)) in emitUnrolled() 3199 MBB->splice(InsertI, MBB, LastI); in emitUnrolled() 3202 void TagStoreEdit::emitLoop(MachineBasicBlock::iterator InsertI) { in emitLoop() argument 3211 emitFrameOffset(*MBB, InsertI, DL, BaseReg, FrameReg, FrameRegOffset, TII); in emitLoop() 3218 MachineInstr *LoopI = BuildMI(*MBB, InsertI, DL, in emitLoop() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 1235 Instruction *InsertI = cast<Instruction>(MatMul); in createTiledLoops() local 1236 BasicBlock *Start = InsertI->getParent(); in createTiledLoops() 1238 SplitBlock(InsertI->getParent(), InsertI, DT, LI, nullptr, "continue"); in createTiledLoops()
|