Searched refs:BlockIt (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRExpandPseudoInsts.cpp | 48 typedef Block::iterator BlockIt; typedef in __anonfbd29c710111::AVRExpandPseudo 61 bool expandMI(Block &MBB, BlockIt MBBI); 62 template <unsigned OP> bool expand(Block &MBB, BlockIt MBBI); 64 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode) { in buildMI() 68 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode, in buildMI() 75 bool expandArith(unsigned OpLo, unsigned OpHi, Block &MBB, BlockIt MBBI); 76 bool expandLogic(unsigned Op, Block &MBB, BlockIt MBBI); 77 bool expandLogicImm(unsigned Op, Block &MBB, BlockIt MBBI); 81 bool expandAtomic(Block &MBB, BlockIt MBBI, Func f); 84 bool expandAtomicBinaryOp(unsigned Opcode, Block &MBB, BlockIt MBBI, Func f); [all …]
|
D | AVRRelaxMemOperations.cpp | 44 typedef Block::iterator BlockIt; typedef in __anond281d6cf0111::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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanHCFGBuilder.cpp | 110 auto BlockIt = BB2VPBB.find(BB); in getOrCreateVPBB() local 111 if (BlockIt != BB2VPBB.end()) in getOrCreateVPBB() 113 return BlockIt->second; in getOrCreateVPBB()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 1574 auto BlockIt = BB.begin(); in extractCodeRegion() local 1576 while (BlockIt != BB.end()) { in extractCodeRegion() 1577 Instruction *Inst = &*BlockIt; in extractCodeRegion() 1578 ++BlockIt; in extractCodeRegion()
|