Searched refs:instrs (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp149 for (auto &I : DeadBlocks[i]->instrs())
H A DMIRCanonicalizerPass.cpp276 auto UseI = llvm::find_if(MBB->instrs(), [&](MachineInstr &MI) -> bool {
305 for (MachineInstr &MI : MBB->instrs()) {
H A DMachineBasicBlock.cpp429 for (const MachineInstr &MI : instrs()) {
916 for (MachineInstr &MI : instrs()) {
1136 for (MachineInstr &MI : NMBB->instrs()) {
H A DBranchFolding.cpp1269 for (MachineInstr &MI : MBB.instrs())
1281 for (MachineInstr &MI : MBB.instrs())
H A DMachineVerifier.cpp401 for (const MachineInstr &MI : MBB.instrs()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp115 for (auto &MI : B.instrs()) {
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DFunction.h166 Vector<DbeInstr*> *instrs; member in class:Function
H A DFunction.cc73 instrs = new Vector<DbeInstr*>;
98 Destroy (instrs);
649 int right = instrs->size () - 1;
653 instr = instrs->fetch (index);
675 instrs->insert (left, instr);
H A DPathTree.cc2275 Vector<Histable*> * instrs = NULL; local
2285 instrs = new Vector<Histable*>(instr_num);
2289 instrs->store (instr_num, instr);
2295 instrs->store (instr_num, instr);
2297 return instrs;
2301 PathTree::get_cle_instr (Histable * func, Vector<Histable*>*&instrs)
2309 instrs = new Vector<Histable*>();
2315 instrs = new Vector<Histable*>(instr_num);
2320 instrs->store (instr_num, instr);
2329 //XXXX Note: there can be more than one instrs i
[all...]
H A DPrint.cc1375 Vector<Histable*> *instrs = CallStack::getStackPCs ((void *) stackId); local
1376 if (instrs != NULL)
1378 int stSize = instrs->size ();
1381 Histable *instr = instrs->fetch (j);
1385 delete instrs;
1622 Vector<Histable*> *instrs = CallStack::getStackPCs ((void *) stackId); local
1623 if (instrs != NULL)
1625 int stSize = instrs->size ();
1628 Histable *instr = instrs->fetch (j);
1632 delete instrs;
[all...]
H A DDbe.cc3155 Vector<Obj> *instrs = dbeGetStackPCs (dbevindex, obj->id); local
3156 if (instrs == NULL)
3158 int stsize = instrs->size ();
3162 Histable *objFunc = (DbeInstr*) (instrs->fetch (i));
3169 delete instrs;
4616 Vector<Histable*> *instrs = NULL;
4617 Vector<void*> *callee_instrs = ptree->get_cle_instr (given_func, instrs);
4624 Histable* instr0 = (Histable*) instrs->fetch (a);
4647 delete instrs;
7776 Vector<Obj> *instrs local
7818 Vector<Histable*> *instrs = CallStack::getStackPCs ((void *) stack, !show_all); local
7845 Vector<Obj> *instrs = dbeGetStackPCs (dbevindex, stack); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp818 for (MachineInstr &Instr : MBB.instrs()) {
888 for (MachineInstr &Instr : MBB.instrs()) {
970 for (MachineInstr &MI : MBB.instrs()) {
1004 for (MachineInstr &MI : MBB.instrs()) {
H A DARMBaseInstrInfo.cpp5534 if (ARM_AM::isSOImmTwoPartVal(Val)) // two instrs
5536 if (ARM_AM::isSOImmTwoPartValNeg(Val)) // two instrs
6387 if (llvm::any_of(MBB.instrs(), IsNonTailCall)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp369 for (MachineInstr &BBI : MBB.instrs()) {
H A DPPCReduceCRLogicals.cpp58 for (auto &MI : Successor->instrs()) {
91 for (auto &MI : Successor->instrs()) {
H A DPPCInstrInfo.cpp1177 // If machine instrs are no longer in two-address forms, update
5439 for (auto &I : PreHeader.instrs())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h263 instr_range instrs() { return instr_range(instr_begin(), instr_end()); } function in class:llvm::MachineBasicBlock
264 const_instr_range instrs() const { function in class:llvm::MachineBasicBlock
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp735 for (auto &I : MBB.instrs()) {
753 for (auto &I : MBB.instrs())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp634 for (MachineInstr &MI : EntryBlk->instrs()) {
734 for (MachineInstr &Instr : MF.front().instrs()) {
/netbsd-current/sys/arch/hppa/hppa/
H A Ddb_disasm.c992 /* a) locate the desired entry in instrs[] below */
1000 static const struct inst instrs[] = { variable in typeref:struct:inst
1258 for (i = &instrs[0]; *i->mnem; i++) {
1281 for (i = &instrs[0]; *i->mnem; i++) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3193 if (none_of(MBB.instrs(), hasNonArtificialLocation))
H A DVarLocBasedImpl.cpp2123 if (none_of(MBB.instrs(), hasNonArtificialLocation))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp917 for (const MachineInstr &MI : MBB.instrs()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp7204 if (llvm::any_of(MBB.instrs(), IsNonTailCall)) {

Completed in 296 milliseconds