Home
last modified time | relevance | path

Searched refs:BlockIt (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRExpandPseudoInsts.cpp48 typedef Block::iterator BlockIt; typedef in __anon9367ffff0111::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 …]
HDAVRRelaxMemOperations.cpp44 typedef Block::iterator BlockIt; typedef in __anon5cc3ac1d0111::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-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanHCFGBuilder.cpp110 auto BlockIt = BB2VPBB.find(BB); in getOrCreateVPBB() local
111 if (BlockIt != BB2VPBB.end()) in getOrCreateVPBB()
113 return BlockIt->second; in getOrCreateVPBB()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp1574 auto BlockIt = BB.begin(); in extractCodeRegion() local
1576 while (BlockIt != BB.end()) { in extractCodeRegion()
1577 Instruction *Inst = &*BlockIt; in extractCodeRegion()
1578 ++BlockIt; in extractCodeRegion()