Searched refs:O2 (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-10-stable/sys/modules/aesni/
H A DMakefile14 ${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} \
/freebsd-10-stable/contrib/pam_modules/pam_passwdqc/
H A DMakefile10 CFLAGS = -c -Wall -fPIC -DHAVE_SHADOW -O2
/freebsd-10-stable/tools/regression/capsicum/syscalls/
H A DMakefile5 CFLAGS= -O2 -pipe -std=gnu99 -fstack-protector
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp430 static bool notDifferentParent(const Value *O1, const Value *O2) { argument
433 const Function *F2 = getParent(O2);
1219 const Value *O2 = GetUnderlyingObject(V2, TD); local
1226 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O2))
1230 if (O1 != O2) {
1232 if (isIdentifiedObject(O1) && isIdentifiedObject(O2))
1236 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) ||
1237 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1)))
1242 if ((isa<Argument>(O1) && isIdentifiedFunctionLocal(O2)) ||
[all...]
/freebsd-10-stable/crypto/openssl/crypto/des/
H A Dmakefile.bc8 OPTIMIZE= -3 -O2
/freebsd-10-stable/contrib/byacc/package/debian/
H A Drules19 CFLAGS += -O2
/freebsd-10-stable/contrib/dialog/package/debian/
H A Drules19 CFLAGS += -O2
/freebsd-10-stable/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile15 CFLAGS = -MMD -O2 -Wall -g
/freebsd-10-stable/sys/contrib/xz-embedded/userspace/
H A DMakefile14 CFLAGS = -ggdb3 -O2 -pedantic -Wall -Wextra
/freebsd-10-stable/sys/conf/
H A Dkern.pre.mk33 _MINUS_O= -O # gcc miscompiles some code at -O2
35 _MINUS_O= -O2
40 COPTFLAGS?=-O2 -frename-registers -pipe
42 COPTFLAGS?=-O2 -pipe
/freebsd-10-stable/contrib/one-true-awk/
H A Dmakefile26 CFLAGS = -O2
/freebsd-10-stable/contrib/bmake/mk/sys/
H A DOpenBSD.mk38 DBG?= -O2
H A DNetBSD.mk59 DBG?= -O2
H A DDarwin.mk32 DBG?= -O2
H A DIRIX.mk31 DBG?= -O2
H A DGeneric.mk43 DBG?= -O2
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp79 SP::O0, SP::O1, SP::O2, SP::O3,
/freebsd-10-stable/libexec/getty/
H A Dgettytab.h133 #define O2 gettynums[24].value macro
H A Dsubr.c266 tmode.c_oflag = O2;
/freebsd-10-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc214 cdebug = -O2 -Op -Gs
/freebsd-10-stable/contrib/gdb/gdb/
H A Dsparc-stub.c111 O0, O1, O2, O3, O4, O5, SP, O7, enumerator in enum:regnames
/freebsd-10-stable/contrib/sqlite3/
H A DMakefile.msc758 TCC = $(TCC) -O2
759 BCC = $(BCC) -O2
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1973 Value *O1 = S1->getOperand(o), *O2 = S2->getOperand(o); local
1977 if (isa<Constant>(O1) && isa<Constant>(O2))
1981 std::swap(O1, O2);
1983 ValuePair VP = ValuePair(O1, O2);
1984 ValuePair VPR = ValuePair(O2, O1);
1991 *Ty2 = O2->getType();
1999 *IEO2 = dyn_cast<InsertElementInst>(O2);
2005 *EIO2 = dyn_cast<ExtractElementInst>(O2);
2014 *SIO2 = dyn_cast<ShuffleVectorInst>(O2);
2045 // O1 needs to be inserted into a vector of size O2, an
[all...]
/freebsd-10-stable/tools/tools/tinybsd/
H A Dtinybsd443 newfs -O2 -U /dev/${MD}a
/freebsd-10-stable/share/mk/
H A Dsys.mk61 CFLAGS ?= -O2 -pipe

Completed in 320 milliseconds

12