Searched refs:InsAt (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp565 MachineBasicBlock::iterator InsAt = InsPoint[LogAlign]; local
568 BuildMI(*BB, InsAt, DebugLoc(), TII->get(Mips::CONSTPOOL_ENTRY))
576 if (InsPoint[a] == InsAt)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp529 MachineBasicBlock::iterator InsAt = InsPoint[LogAlign]; local
531 BuildMI(*BB, InsAt, DebugLoc(), TII->get(ARM::CONSTPOOL_ENTRY))
538 if (InsPoint[a] == InsAt)

Completed in 318 milliseconds