Searched refs:BlockIt (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRExpandPseudoInsts.cpp | 48 typedef Block::iterator BlockIt; typedef in __anon6489a73c0111::AVRExpandPseudo 61 bool expandMI(Block &MBB, BlockIt MBBI); 91 BlockIt MBBI); 94 bool expandLSLB7Rd(Block &MBB, BlockIt MBBI); 95 bool expandLSRB7Rd(Block &MBB, BlockIt MBBI); 96 bool expandASRB7Rd(Block &MBB, BlockIt MBBI); 97 bool expandLSLW4Rd(Block &MBB, BlockIt MBBI); 98 bool expandLSRW4Rd(Block &MBB, BlockIt MBBI); 99 bool expandLSLW8Rd(Block &MBB, BlockIt MBBI); 114 BlockIt MBBI = MBB.begin(), E = MBB.end(); in expandMBB() [all …]
|
| H A D | AVRRelaxMemOperations.cpp | 44 typedef Block::iterator BlockIt; typedef in __anon521a3afa0111::AVRRelaxMem 48 template <unsigned OP> bool relax(Block &MBB, BlockIt MBBI); 51 bool runOnInstruction(Block &MBB, BlockIt MBBI); 53 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode) { in buildMI() 77 BlockIt MBBI = MBB.begin(), E = MBB.end(); in runOnBasicBlock() 79 BlockIt NMBBI = std::next(MBBI); in runOnBasicBlock() 88 bool AVRRelaxMem::relax<AVR::STDWPtrQRr>(Block &MBB, BlockIt MBBI) { in relax() 124 bool AVRRelaxMem::runOnInstruction(Block &MBB, BlockIt MBBI) { in runOnInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanHCFGBuilder.cpp | 112 auto BlockIt = BB2VPBB.find(BB); in getOrCreateVPBB() local 113 if (BlockIt != BB2VPBB.end()) in getOrCreateVPBB() 115 return BlockIt->second; in getOrCreateVPBB()
|