Searched refs:BlockIt (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRExpandPseudoInsts.cpp | 49 typedef Block::iterator BlockIt; typedef in __anon45e00deb0111::AVRExpandPseudo 60 bool expandMI(Block &MBB, BlockIt MBBI); 61 template <unsigned OP> bool expand(Block &MBB, BlockIt MBBI); 63 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode) { in buildMI() 67 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode, in buildMI() 74 bool expandArith(unsigned OpLo, unsigned OpHi, Block &MBB, BlockIt MBBI); 75 bool expandLogic(unsigned Op, Block &MBB, BlockIt MBBI); 76 bool expandLogicImm(unsigned Op, Block &MBB, BlockIt MBBI); 80 bool expandAtomic(Block &MBB, BlockIt MBBI, Func f); 83 bool expandAtomicBinaryOp(unsigned Opcode, Block &MBB, BlockIt MBBI, Func f); [all …]
|
D | AVRRelaxMemOperations.cpp | 45 typedef Block::iterator BlockIt; typedef in __anon5e3d77890111::AVRRelaxMem 49 template <unsigned OP> bool relax(Block &MBB, BlockIt MBBI); 52 bool runOnInstruction(Block &MBB, BlockIt MBBI); 54 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode) { in buildMI() 78 BlockIt MBBI = MBB.begin(), E = MBB.end(); in runOnBasicBlock() 80 BlockIt NMBBI = std::next(MBBI); in runOnBasicBlock() 89 bool AVRRelaxMem::relax<AVR::STDWPtrQRr>(Block &MBB, BlockIt MBBI) { in relax() 125 bool AVRRelaxMem::runOnInstruction(Block &MBB, BlockIt MBBI) { in runOnInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanHCFGBuilder.cpp | 109 auto BlockIt = BB2VPBB.find(BB); in getOrCreateVPBB() local 110 if (BlockIt != BB2VPBB.end()) in getOrCreateVPBB() 112 return BlockIt->second; in getOrCreateVPBB()
|