Home
last modified time | relevance | path

Searched full:defs (Results 1 – 25 of 1352) sorted by relevance

12345678910>>...55

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td20 /// All arguments of the defs operator must be subclasses of GIDefKind or
29 def defs;
70 class GICombineRule<dag defs, dag match, dag apply> : GICombine {
74 dag Defs = defs;
99 // Much like normal instructions, the defs (outs) come first, and the ins second
205 (defs root:$d),
220 (defs root:$dst),
227 (defs root:$root, build_fn_matchinfo:$matchinfo),
233 (defs root:$root, extending_load_matchdata:$matchinfo),
239 (defs root:$root, build_fn_matchinfo:$matchinfo),
[all …]
/freebsd/contrib/byacc/
H A DMakefile.old3 HDRS = defs.h
73 closure.o: defs.h
74 error.o: defs.h
75 lalr.o: defs.h
76 lr0.o: defs.h
77 main.o: defs.h
78 mkpar.o: defs.h
79 output.o: defs.h
80 reader.o: defs.h
81 skeleton.o: defs.h
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Combine.td15 (defs root:$root),
22 (defs root:$root, icmp_redundant_trunc_matchdata:$matchinfo),
30 (defs root:$root, fold_global_offset_matchdata:$matchinfo),
40 (defs root:$root, ext_addv_to_udot_addv_matchinfo:$matchinfo),
49 (defs root:$root, ext_uaddv_to_uaddlv_matchinfo:$matchinfo),
56 (defs root:$root),
93 (defs root:$root, shuffle_matchdata:$matchinfo),
100 (defs root:$root, shuffle_matchdata:$matchinfo),
107 (defs root:$root, shuffle_matchdata:$matchinfo),
114 (defs root:$root, shuffle_matchdata:$matchinfo),
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp76 // The order in the returned sequence is the order of reaching defs in the
80 // covered by the defs in the list (see FullChain).
82 // (1) Returning the sequence of reaching defs for a particular reference
84 // (2) Returning a partial sequence of reaching defs, where the final goal
85 // is to traverse past phi nodes to the actual defs arising from the code
112 // Dead defs will be treated as if they were live, since they are actually in getAllReachingDefs()
120 // The initial queue should not have reaching defs for shadows. The in getAllReachingDefs()
122 // is not aliased to the reaching defs of the related shadows. in getAllReachingDefs()
133 // Collect all the reaching defs, going up until a phi node is encountered, in getAllReachingDefs()
134 // or there are no more reaching defs. From this set, the actual set of in getAllReachingDefs()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td25 let hasSideEffects = 1, Defs = [CC] in {
29 let Predicates = [FeatureBEAREnhancement], hasSideEffects = 1, Defs = [CC] in
33 let Uses = [R2L], Defs = [R2L] in
135 let hasSideEffects = 1, Defs = [CC] in
139 let hasSideEffects = 1, Defs = [CC] in
155 let hasSideEffects = 1, mayStore = 1, Uses = [R0D], Defs = [R0D, CC] in
159 let mayLoad = 1, mayStore = 1, Defs = [CC] in {
181 let Predicates = [FeatureEnhancedDAT2], hasSideEffects = 1, Defs = [CC] in
189 let hasSideEffects = 1, Defs = [CC] in {
195 let hasSideEffects = 1, Defs = [CC] in
[all …]
/freebsd/contrib/tcsh/
H A Dgethost.c165 explode(const char *defs) in explode() argument
172 if (strstr(defs, "#machine(" /* ) */)) in explode()
173 return defs; in explode()
174 if (!strstr(defs, def)) in explode()
175 return defs; in explode()
179 for (ptr = defs; (bptr = strstr(ptr, def)) != NULL; ptr = eptr + 1) { in explode()
185 pname, defs); in explode()
187 return defs; in explode()
194 pname, defs); in explode()
196 return defs; in explode()
[all …]
/freebsd/crypto/heimdal/lib/ipc/
H A DMakefile.am38 EXTRA_DIST = heim_ipc.defs heim_ipc_async.defs heim_ipc_reply.defs
40 heim_ipc.h heim_ipcUser.c heim_ipcServer.c heim_ipcServer.h: heim_ipc.defs
41 …im_ipcUser.c -sheader heim_ipcServer.h -server heim_ipcServer.c -I$(srcdir) $(srcdir)/heim_ipc.defs
43 …ipc_async.h heim_ipc_asyncUser.c heim_ipc_asyncServer.c heim_ipc_asyncServer.h: heim_ipc_async.defs
44 …der heim_ipc_asyncServer.h -server heim_ipc_asyncServer.c -I$(srcdir) $(srcdir)/heim_ipc_async.defs
46 heim_ipc_reply.h heim_ipc_replyUser.c: heim_ipc_reply.defs
47 …heim_ipc_replyUser.c -sheader /dev/null -server /dev/null -I$(srcdir) $(srcdir)/heim_ipc_reply.defs
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDSPInstrInfo.td98 class Defs<list<Register> Regs> {
99 list<Register> Defs = Regs;
557 Defs<[DSPOutFlag20]>;
561 IsCommutable, Defs<[DSPOutFlag20]>;
565 Defs<[DSPOutFlag20]>;
569 Defs<[DSPOutFlag20]>;
573 Defs<[DSPOutFlag20]>;
577 IsCommutable, Defs<[DSPOutFlag20]>;
581 Defs<[DSPOutFlag20]>;
585 Defs<[DSPOutFlag20]>;
[all …]
H A DMicroMipsDSPInstrInfo.td189 "absq_s.ph", int_mips_absq_s_ph, NoItinerary, DSPROpnd>, Defs<[DSPOutFlag20]>;
191 "absq_s.w", int_mips_absq_s_w, NoItinerary, GPR32Opnd>, Defs<[DSPOutFlag20]>;
193 "absq_s.qb", int_mips_absq_s_qb, NoItinerary, DSPROpnd>, Defs<[DSPOutFlag20]>;
227 Defs<[DSPOutFlag22]>;
230 Defs<[DSPOutFlag22]>;
233 Defs<[DSPOutFlag22]>;
236 Defs<[DSPOutFlag22]>;
261 "shllv.ph", int_mips_shll_ph, NoItinerary, DSPROpnd>, Defs<[DSPOutFlag22]>;
264 Defs<[DSPOutFlag22]>;
266 "shllv.qb", int_mips_shll_qb, NoItinerary, DSPROpnd>, Defs<[DSPOutFlag22]>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombine.td17 (defs root:$select, fmin_fmax_legacy_matchdata:$matchinfo),
25 (defs root:$itofp),
32 (defs root:$rcp, build_fn_matchinfo:$matchinfo),
38 (defs root:$root),
47 (defs root:$cvt_f32_ubyteN, cvt_f32_ubyteN_matchdata:$matchinfo),
58 (defs root:$clamp_i64_to_i16, clamp_i64_to_i16_matchdata:$matchinfo),
66 (defs root:$min_or_max, med3_matchdata:$matchinfo),
75 (defs root:$min_or_max, med3_matchdata:$matchinfo),
84 (defs root:$min_or_max, register_matchinfo:$matchinfo),
93 (defs root:$fmed3, register_matchinfo:$matchinfo),
[all …]
H A DSIFormMemoryClauses.cpp63 bool canBundle(const MachineInstr &MI, const RegUse &Defs,
66 void collectRegUses(const MachineInstr &MI, RegUse &Defs, RegUse &Uses) const;
67 bool processRegUses(const MachineInstr &MI, RegUse &Defs, RegUse &Uses,
120 for (const MachineOperand &ResMO : MI.defs()) { in isValidClauseInst()
150 bool SIFormMemoryClauses::canBundle(const MachineInstr &MI, const RegUse &Defs, in canBundle() argument
152 // Check interference with defs. in canBundle()
168 const RegUse &Map = MO.isDef() ? Uses : Defs; in canBundle()
184 // Since all defs in the clause are early clobber we can run out of registers.
189 // NB: skip advanceBeforeNext() call. Since all defs will be marked in checkPressure()
215 // Collect register defs and uses along with their lane masks and states.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/
H A Drockchip-io-domain.yaml70 - $ref: "#/$defs/px30"
71 - $ref: "#/$defs/px30-pmu"
72 - $ref: "#/$defs/rk3188"
73 - $ref: "#/$defs/rk3228"
74 - $ref: "#/$defs/rk3288"
75 - $ref: "#/$defs/rk3308"
76 - $ref: "#/$defs/rk3328"
77 - $ref: "#/$defs/rk3368"
78 - $ref: "#/$defs/rk3368-pmu"
79 - $ref: "#/$defs/rk3399"
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A DMakefile.in457 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
460 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
522 DEFS = @DEFS@
1495 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
1499 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
1502 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
1506 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
1509 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
1513 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
1516 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp100 BitVector Defs, Uses; member
103 DefUseInfo(const BitVector &D, const BitVector &U) : Defs(D), Uses(U) {} in DefUseInfo()
129 void getDefsUses(const MachineInstr *MI, BitVector &Defs,
158 void HexagonGenMux::getDefsUses(const MachineInstr *MI, BitVector &Defs, in getDefsUses() argument
160 // First, get the implicit defs and uses for this instruction. in getDefsUses()
164 expandReg(R, Defs); in getDefsUses()
168 // Look over all operands, and collect explicit defs and uses. in getDefsUses()
173 BitVector &Set = MO.isDef() ? Defs : Uses; in getDefsUses()
182 BitVector Defs(NR), Uses(NR); in buildMaps() local
186 Defs.reset(); in buildMaps()
[all …]
H A DHexagonPseudo.td81 let Defs = [R29, R30], Uses = [R31, R30, R29], isPseudo = 1 in
85 let Defs = [R29, R30, R31], Uses = [R29], isPseudo = 1 in
91 Defs = [PC, LC0], Uses = [SA0, LC0] in {
98 Defs = [PC, LC1], Uses = [SA1, LC1] in {
105 Defs = [PC, LC0, LC1], Uses = [SA0, SA1, LC0, LC1] in {
149 let Defs = [SA0, LC0, USR], isCodeGenOnly = 1, isExtended = 1,
156 let Defs = [SA1, LC1], isCodeGenOnly = 1, isExtended = 1, opExtendable = 0 in {
177 let isCodeGenOnly = 1, isCall = 1, hasSideEffects = 1, Defs = [R16],
182 Defs = [PC, R31, R6, R7, P0] in
204 let hasSideEffects = 1, isCall = 1, Defs = [R0, R14, R15, R28, R29, R30, R31, PC] in
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A DMakefile.in280 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
283 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
339 DEFS = @DEFS@
961 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
965 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
968 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
972 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
975 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
979 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
982 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A DMakefile.in192 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
195 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
245 DEFS = @DEFS@
989 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
993 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
996 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
1000 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
1003 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
1007 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
1010 …TOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES…
[all …]
/freebsd/contrib/openbsm/bin/auditdistd/
H A DMakefile.in142 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
145 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
253 DEFS = @DEFS@
518 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFL…
522 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFL…
525 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFL…
529 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFL…
532 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFL…
536 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFL…
539 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFL…
[all …]
/freebsd/crypto/openssl/Configurations/
H A D00-base-templates.conf50 my @defs = ( 'OPENSSL_BUILDING_OPENSSL' );
51 push @defs, "ZLIB" unless $disabled{zlib};
52 push @defs, "ZLIB_SHARED" unless $disabled{"zlib-dynamic"};
53 return [ @defs ];
94 my @defs = ();
97 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
99 return [ @defs ];
/freebsd/contrib/tnftp/src/
H A DMakefile.in70 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
140 DEFS = @DEFS@
387 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CP…
392 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $…
395 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CP…
400 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $…
403 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CP…
408 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $…
411 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CP…
[all …]
/freebsd/usr.bin/vgrind/
H A Dvfontedpr.c124 char *defs; in main() local
211 * get the language definition from the defs file in main()
213 i = cgetent(&defs, defsfile, language); in main()
225 if (cgetustr(defs, "kw", &cp) == -1) in main()
241 cgetustr(defs, "pb", &cp); in main()
243 cgetustr(defs, "cb", &cp); in main()
245 cgetustr(defs, "ce", &cp); in main()
247 cgetustr(defs, "ab", &cp); in main()
249 cgetustr(defs, "ae", &cp); in main()
251 cgetustr(defs, "sb", &cp); in main()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrMisc.td41 let Defs = [EBP, ESP], Uses = [EBP, ESP], mayLoad = 1, hasSideEffects=0 in
45 let Defs = [RBP,RSP], Uses = [RBP,RSP], mayLoad = 1, hasSideEffects = 0 in
59 let Defs = [ESP], Uses = [ESP], hasSideEffects=0 in {
116 SchedRW = [WriteRMW], Defs = [ESP] in {
130 let Defs = [ESP, EFLAGS, DF], Uses = [ESP] in
135 let Defs = [RSP, EFLAGS, DF], Uses = [RSP] in
141 let Defs = [ESP, EFLAGS, DF], Uses = [ESP], mayLoad = 1, hasSideEffects=0,
148 let Defs = [ESP], Uses = [ESP, EFLAGS, DF], mayStore = 1, hasSideEffects=0,
155 let Defs = [RSP], Uses = [RSP], hasSideEffects=0 in {
200 let Defs = [RSP], Uses = [RSP], hasSideEffects = 0, mayStore = 1,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp68 RegisterSet &Defs, RegisterSet &Uses);
81 static void TrackDefUses(MachineInstr *MI, RegisterSet &Defs, RegisterSet &Uses, in INITIALIZE_PASS()
105 InsertUsesDefs(LocalDefs, Defs); in INITIALIZE_PASS()
137 RegisterSet &Defs, RegisterSet &Uses) { in MoveCopyOutOfITBlock() argument
151 if (Uses.count(DstReg) || Defs.count(SrcReg)) in MoveCopyOutOfITBlock()
195 RegisterSet Defs, Uses; in InsertITInstructions() local
208 Defs.clear(); in InsertITInstructions()
210 TrackDefUses(MI, Defs, Uses, TRI); in InsertITInstructions()
252 MoveCopyOutOfITBlock(NMI, CC, OCC, Defs, Uses)) { in InsertITInstructions()
262 TrackDefUses(NMI, Defs, Uses, TRI); in InsertITInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp148 auto *Defs = MSSA->getWritableBlockDefs(MA->getBlock()); in getPreviousDefInBlock() local
150 // It's possible there are no defs, or we got handed the first def to start. in getPreviousDefInBlock()
151 if (Defs) { in getPreviousDefInBlock()
156 if (Iter != Defs->rend()) in getPreviousDefInBlock()
164 // Note that if MA comes before Defs->begin(), we won't hit a def. in getPreviousDefInBlock()
175 auto *Defs = MSSA->getWritableBlockDefs(BB); in getPreviousDefFromEnd() local
177 if (Defs) { in getPreviousDefFromEnd()
178 CachedPreviousDef.insert({BB, &*Defs->rbegin()}); in getPreviousDefFromEnd()
179 return &*Defs->rbegin(); in getPreviousDefFromEnd()
244 // may-defs, there are only two cases: in insertUse()
[all …]
/freebsd/contrib/openbsm/bin/auditd/
H A DMakefile.am15 auditd_controlServer.c auditd_controlServer.h: auditd_control.defs
16 …auditd_controlServer.c -sheader auditd_controlServer.h $(top_srcdir)/bin/auditd/auditd_control.defs
18 audit_triggersServer.c audit_triggersServer.h: audit_triggers.defs
19 …audit_triggersServer.c -sheader audit_triggersServer.h $(top_srcdir)/bin/auditd/audit_triggers.defs

12345678910>>...55