Home
last modified time | relevance | path

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

12345678910>>...59

/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;
72 class GICombineRule<dag defs, dag a0, dag a1 = (empty_action)> : GICombine {
76 dag Defs = defs;
100 // Much like normal instructions, the defs (outs) come first, and the ins second
217 (defs root:$d),
232 (defs root:$dst),
239 (defs root:$root, build_fn_matchinfo:$matchinfo),
245 (defs root:$root, extending_load_matchdata:$matchinfo),
251 (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/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/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 …]
H A DReachingDefAnalysis.cpp21 #define DEBUG_TYPE "reaching-defs-analysis"
23 static cl::opt<bool> PrintAllReachingDefs("print-all-reaching-defs", cl::Hidden,
195 auto Defs = MBBReachingDefs.defs(MBBNumber, Unit); in reprocessBasicBlock() local
196 if (!Defs.empty() && Defs.front() < 0) { in reprocessBasicBlock()
197 if (Defs.front() >= Def) in reprocessBasicBlock()
239 SmallPtrSet<MachineInstr *, 2> Defs; in printAllReachingDefs() local
257 Defs.clear(); in printAllReachingDefs()
258 getGlobalReachingDefs(&MI, Reg, Defs); in printAllReachingDefs()
261 for (MachineInstr *Def : Defs) in printAllReachingDefs()
321 // Make sure reaching defs are sorted and unique. in traverse()
[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.cpp38 bool canBundle(const MachineInstr &MI, const RegUse &Defs,
41 void collectRegUses(const MachineInstr &MI, RegUse &Defs, RegUse &Uses) const;
42 bool processRegUses(const MachineInstr &MI, RegUse &Defs, RegUse &Uses,
124 for (const MachineOperand &ResMO : MI.defs()) { in isValidClauseInst()
155 const RegUse &Defs, in canBundle() argument
157 // Check interference with defs. in canBundle()
173 const RegUse &Map = MO.isDef() ? Uses : Defs; in canBundle()
189 // Since all defs in the clause are early clobber we can run out of registers.
194 // NB: skip advanceBeforeNext() call. Since all defs will be marked in checkPressure()
222 // 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/crypto/openssl/Configurations/
H A D00-base-templates.conf50 my @defs = ( 'OPENSSL_BUILDING_OPENSSL' );
51 push @defs, "BROTLI" unless $disabled{brotli};
52 push @defs, "BROTLI_SHARED" unless $disabled{"brotli-dynamic"};
53 push @defs, "ZLIB" unless $disabled{zlib};
54 push @defs, "ZLIB_SHARED" unless $disabled{"zlib-dynamic"};
55 push @defs, "ZSTD" unless $disabled{zstd};
56 push @defs, "ZSTD_SHARED" unless $disabled{"zstd-dynamic"};
57 return [ @defs ];
138 my @defs = ();
141 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp92 BitVector Defs, Uses; member
95 DefUseInfo(const BitVector &D, const BitVector &U) : Defs(D), Uses(U) {} in DefUseInfo()
121 void getDefsUses(const MachineInstr *MI, BitVector &Defs,
150 void HexagonGenMux::getDefsUses(const MachineInstr *MI, BitVector &Defs, in getDefsUses() argument
152 // First, get the implicit defs and uses for this instruction. in getDefsUses()
156 expandReg(R, Defs); in getDefsUses()
160 // Look over all operands, and collect explicit defs and uses. in getDefsUses()
165 BitVector &Set = MO.isDef() ? Defs : Uses; in getDefsUses()
174 BitVector Defs(NR), Uses(NR); in buildMaps() local
178 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/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaDSPInstrInfo.td20 let Defs = [M1, M2, ACCLO, ACCHI];
32 let Defs = [M1, M2, ACCLO, ACCHI];
49 let Defs = [M1, M2, ACCLO, ACCHI];
66 let Defs = [M1, M2, ACCLO, ACCHI];
87 let Defs = [M1, M2, ACCLO, ACCHI];
99 let Defs = [M1, M2, ACCLO, ACCHI];
118 let Defs = [M1, M2, ACCLO, ACCHI];
137 let Defs = [M1, M2, ACCLO, ACCHI];
160 let Defs = [M1, M2, ACCLO, ACCHI];
173 let Defs = [M1, M2, ACCLO, ACCHI];
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dqcom,apcs-kpss-global.yaml123 $defs:
190 $ref: "#/$defs/msm8916-apcs-clock-controller"
193 $ref: "#/$defs/msm8916-apcs-clock-controller"
202 $ref: "#/$defs/msm8939-apcs-clock-controller"
205 $ref: "#/$defs/msm8939-apcs-clock-controller"
214 $ref: "#/$defs/sdx55-apcs-clock-controller"
217 $ref: "#/$defs/sdx55-apcs-clock-controller"
226 $ref: "#/$defs/ipq6018-apcs-clock-controller"
229 $ref: "#/$defs/ipq6018-apcs-clock-controller"
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h9 /// \file Reaching Defs Analysis pass.
84 auto &Defs = AllReachingDefs[MBBNumber][Unit];
85 Defs.insert(Defs.begin(), Def);
95 ArrayRef<ReachingDef> defs(unsigned MBBNumber, unsigned Unit) const {
103 /// All reaching defs of a given RegUnit for a given MBB.
105 /// All reaching defs of all reg units for a given MBB
108 /// All reaching defs of all reg units for all MBBs
236 /// Search MBB for a definition of Reg and insert it into Defs. If no
238 void getLiveOuts(MachineBasicBlock *MBB, Register Reg, InstSet &Defs,
240 void getLiveOuts(MachineBasicBlock *MBB, Register Reg, InstSet &Defs) const;
[all …]
/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 …]

12345678910>>...59