Searched refs:clobbered (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1862 goto clobbered;
1865 goto clobbered;
1891 goto clobbered;
1894 goto clobbered;
1903 goto clobbered;
1913 goto clobbered;
1916 clobbered:;
/freebsd-11.0-release/contrib/gcc/
H A Dbt-load.c558 HARD_REG_SET *clobbered = &call_used_reg_set;
570 clobbered = &call_saved;
574 if (TEST_HARD_REG_BIT (*clobbered, regno))
592 through edge - which can use the call-clobbered registers - from
557 HARD_REG_SET *clobbered = &call_used_reg_set; local
H A Dcse.c2033 /* Remove from the hash table any expression that is a call-clobbered
2045 /* Go through all the hard registers. For each that is clobbered in
2063 /* In the case where we have no call-clobbered hard registers in the
2065 entry that overlaps a call-clobbered register. */
4946 /* Find all regs explicitly clobbered in this insn,
4949 When a reg that is clobbered is also used for input,
4952 which is not supposed to be clobbered.
4955 value clobbered. We must not let a canonicalization do
4962 rtx clobbered = XEXP (y, 0);
4964 if (REG_P (clobbered)
4940 rtx clobbered = XEXP (y, 0); local
[all...]
H A Dreload1.c269 a call-clobbered reg across calls. */
1344 HARD_REG_SET clobbered, allowed;
1354 CLEAR_HARD_REG_SET (clobbered);
1357 /* First, make a mask of all stack regs that are clobbered. */
1362 SET_HARD_REG_BIT (clobbered, REGNO (XEXP (t, 0)));
1429 /* Those of the registers which are clobbered, but allowed by the
1432 AND_HARD_REG_SET (allowed, clobbered);
2389 Also consider backends where the flags register is clobbered by a
4190 be partially clobbered by the call. */
5870 /* If the equiv register we have found is explicitly clobbered
1339 HARD_REG_SET clobbered, allowed; local
[all...]
/freebsd-11.0-release/share/mk/
H A Dbsd.sys.mk114 CWARNFLAGS+= -Wno-error=unused-function -Wno-error=enum-compare -Wno-error=logical-not-parentheses -Wno-error=bool-compare -Wno-error=uninitialized -Wno-error=array-bounds -Wno-error=clobbered -Wno-error=cast-align -Wno-error=extra -Wno-error=attributes -Wno-error=inline -Wno-error=unused-but-set-variable -Wno-error=unused-value -Wno-error=strict-aliasing -Wno-error=address
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dieee754-sf.S738 @ The following registers are clobbered by this function:
H A Dieee754-df.S1015 @ Note: only r0 (return value) and ip are clobbered here.
/freebsd-11.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3887 % been clobbered.
/freebsd-11.0-release/contrib/amd/doc/
H A Dtexinfo.tex3713 % been clobbered.
/freebsd-11.0-release/contrib/groff/doc/
H A Dtexinfo.tex3785 % been clobbered.

Completed in 219 milliseconds