Searched refs:locs (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCCState.h33 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C)
34 : CCState(CC, isVarArg, MF, locs, C) {}
32 PPCCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) argument
/freebsd-11-stable/contrib/gcc/
H A Dcselib.c252 for (l = v->locs; l; l = l->next)
283 && (! only_useless || CSELIB_VAL_PTR (x)->locs == 0))
307 struct elt_loc_list **p = &v->locs;
308 int had_locs = v->locs != 0;
318 if (had_locs && v->locs == 0)
333 if (v->locs == 0)
364 if (v->locs)
431 for (l = e->locs; l; l = l->next)
450 for (l = e->locs; l; l = l->next)
758 e->locs
[all...]
H A Dcselib.h37 struct elt_loc_list *locs; local
H A Dtree-ssa-loop-im.c124 struct mem_ref_loc *locs; /* The locations where it is found. */ member in struct:mem_ref
1127 for (aref = ref->locs; aref; aref = aref->next)
1145 schedule_sm (loop, exits, n_exits, ref->mem, ref->locs);
1264 ref->locs = NULL;
1276 record_mem_ref_loc (&ref->locs, stmt, mem);
1342 free_mem_ref_locs (ref->locs);
H A Dalias.c1408 for (l = val->locs; l; l = l->next)
1584 for (l = v->locs; l; l = l->next)
1587 for (l = v->locs; l; l = l->next)
1590 if (v->locs)
1591 return v->locs->loc;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h41 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C)
42 : CCState(CC, isVarArg, MF, locs, C) {}
40 SystemZCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp82 *loc_count = rep->locs.Size();
129 CHECK_LT(idx, rep->locs.Size());
130 ReportLocation *loc = rep->locs[idx];
146 CHECK_LT(idx, rep->locs.Size());
147 ReportLocation *loc = rep->locs[idx];
H A Dtsan_report.h114 Vector<ReportLocation*> locs; member in class:__tsan::ReportDesc
H A Dtsan_report.cpp52 , locs()
369 for (uptr i = 0; i < rep->locs.Size(); i++)
370 PrintLocation(rep->locs[i]);
463 for (uptr i = 0; i < rep->locs.Size(); i++)
464 PrintLocation(rep->locs[i]);
H A Dtsan_rtl_report.cpp322 rep_->locs.PushBack(loc);
343 rep_->locs.PushBack(loc);
353 rep_->locs.PushBack(loc);
359 rep_->locs.PushBack(loc);
518 for (uptr i = 0; pc_or_addr == 0 && i < rep->locs.Size(); i++)
519 pc_or_addr = IsSuppressed(rep->typ, rep->locs[i], &supp);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h84 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C,
86 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {}
83 MipsCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C, SpecialCallingConvType SpecialCC = NoSpecialCallingConv) argument
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A DMakefile.in551 locs=`for p in $$list; do echo $$p; done | \
554 test -z "$$locs" || { \
555 echo rm -f $${locs}; \
556 rm -f $${locs}; \
562 locs=`for p in $$list; do echo $$p; done | \
565 test -z "$$locs" || { \
566 echo rm -f $${locs}; \
567 rm -f $${locs}; \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp30 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C)
32 TRI(*MF.getSubtarget().getRegisterInfo()), Locs(locs), Context(C) {
29 CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf, SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) argument
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp693 std::vector<Loc> locs; member in struct:lld::elf::UndefinedDiag
855 for (UndefinedDiag::Loc l : undef.locs) {
869 if (i < undef.locs.size())
870 msg += ("\n>>> referenced " + Twine(undef.locs.size() - i) + " more times")
898 assert(undef.locs.size() == 1);
900 canon->locs.push_back(undef.locs[0]);
901 undef.locs.clear();
908 if (!it.value().locs.empty())
/freebsd-11-stable/sys/dev/usb/input/
H A Dwmt.c194 struct hid_location locs[MAX_MT_SLOTS][WMT_N_USAGES]; member in struct:wmt_softc
419 if (sc->locs[cont][usage].size > 0)
421 buf, len, &sc->locs[cont][usage]);
717 if (sc->locs[cont][i].size)
719 sc->locs[cont][i] = hi.loc;
/freebsd-11-stable/contrib/openbsm/libauditd/
H A DMakefile.in312 locs=`for p in $$list; do echo $$p; done | \
315 test -z "$$locs" || { \
316 echo rm -f $${locs}; \
317 rm -f $${locs}; \
/freebsd-11-stable/contrib/openbsm/modules/auditfilter_noop/
H A DMakefile.in308 locs=`for p in $$list; do echo $$p; done | \
311 test -z "$$locs" || { \
312 echo rm -f $${locs}; \
313 rm -f $${locs}; \
/freebsd-11-stable/contrib/openpam/modules/pam_return/
H A DMakefile.in408 locs=`for p in $$list; do echo $$p; done | \
411 test -z "$$locs" || { \
412 echo rm -f $${locs}; \
413 rm -f $${locs}; \
/freebsd-11-stable/contrib/openpam/modules/pam_permit/
H A DMakefile.in408 locs=`for p in $$list; do echo $$p; done | \
411 test -z "$$locs" || { \
412 echo rm -f $${locs}; \
413 rm -f $${locs}; \
/freebsd-11-stable/contrib/openpam/modules/pam_unix/
H A DMakefile.in408 locs=`for p in $$list; do echo $$p; done | \
411 test -z "$$locs" || { \
412 echo rm -f $${locs}; \
413 rm -f $${locs}; \
/freebsd-11-stable/contrib/openpam/modules/pam_deny/
H A DMakefile.in408 locs=`for p in $$list; do echo $$p; done | \
411 test -z "$$locs" || { \
412 echo rm -f $${locs}; \
413 rm -f $${locs}; \
/freebsd-11-stable/contrib/expat/lib/
H A DMakefile.in478 locs=`for p in $$list; do echo $$p; done | \
481 test -z "$$locs" || { \
482 echo rm -f $${locs}; \
483 rm -f $${locs}; \
/freebsd-11-stable/contrib/openbsm/libbsm/
H A DMakefile.in340 locs=`for p in $$list; do echo $$p; done | \
343 test -z "$$locs" || { \
344 echo rm -f $${locs}; \
345 rm -f $${locs}; \
/freebsd-11-stable/contrib/file/src/
H A DMakefile.in490 locs=`for p in $$list; do echo $$p; done | \
493 test -z "$$locs" || { \
494 echo rm -f $${locs}; \
495 rm -f $${locs}; \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1456 explicit Record(Init *N, ArrayRef<SMLoc> locs, RecordKeeper &records, argument
1458 : Name(N), Locs(locs.begin(), locs.end()), TrackedRecords(records),
1463 explicit Record(StringRef N, ArrayRef<SMLoc> locs, RecordKeeper &records, argument
1465 : Record(StringInit::get(N), locs, records, false, Class) {}

Completed in 252 milliseconds

12