Searched refs:O1 (Results 1 - 25 of 31) sorted by relevance

12

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp439 static bool notDifferentParent(const Value *O1, const Value *O2) { argument
441 const Function *F1 = getParent(O1);
1215 const Value *O1 = GetUnderlyingObject(V1, DL, MaxLookupSearchDepth); local
1220 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O1))
1227 if (O1 != O2) {
1229 if (isIdentifiedObject(O1) && isIdentifiedObject(O2))
1233 if ((isa<Constant>(O1) && isIdentifiedObject(O2) && !isa<Constant>(O2)) ||
1234 (isa<Constant>(O2) && isIdentifiedObject(O1) && !isa<Constant>(O1)))
1239 if ((isa<Argument>(O1)
[all...]
/external/srec/tools/grxmlcompile/
H A DAndroid.mk71 LOCAL_CFLAGS += -O1
/external/libopus/
H A DAndroid.mk142 -DUSE_ALLOCA -DHAVE_LRINT -DHAVE_LRINTF -O1 -fno-math-errno
143 LOCAL_CPPFLAGS := -DBSD=1 -ffast-math -O1 -funroll-loops
/external/lzma/CPP/
H A DBuild.mak62 CFLAGS_O1 = $(CFLAGS) -O1
/external/libpng/contrib/pngminim/decoder/
H A Dmakefile18 CFLAGS=-O1 -Wall
/external/libpng/contrib/pngminim/encoder/
H A Dmakefile18 CFLAGS=-O1 -Wall
/external/libpng/contrib/pngminim/preader/
H A Dmakefile34 CFLAGS=-O1 -Wall
/external/sfntly/
H A DAndroid.mk253 -Wl,-O1 \
269 -Wl,-O1 \
/external/google-tv-pairing-protocol/cpp/
H A Dmain.scons206 '/O1',
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2046 Value *O1 = S1->getOperand(o), *O2 = S2->getOperand(o); local
2050 if (isa<Constant>(O1) && isa<Constant>(O2))
2054 std::swap(O1, O2);
2056 ValuePair VP = ValuePair(O1, O2);
2057 ValuePair VPR = ValuePair(O2, O1);
2063 Type *Ty1 = O1->getType(),
2071 InsertElementInst *IEO1 = dyn_cast<InsertElementInst>(O1),
2077 ExtractElementInst *EIO1 = dyn_cast<ExtractElementInst>(O1),
2086 ShuffleVectorInst *SIO1 = dyn_cast<ShuffleVectorInst>(O1),
2118 // O1 need
[all...]
/external/chromium_org/third_party/icu/source/
H A DrunConfigureICU167 RELEASE_CFLAGS=-O1
/external/icu/icu4c/source/
H A DrunConfigureICU167 RELEASE_CFLAGS=-O1
/external/llvm/unittests/IR/
H A DInstructionsTest.cpp399 FPMathOperator *O1 = cast<FPMathOperator>(V1); local
400 EXPECT_EQ(O1->getFPAccuracy(), 1.0);
/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp76 SP::O0, SP::O1, SP::O2, SP::O3,
/external/chromium_org/android_webview/
H A Dlibwebviewchromium.target.darwin-arm.mk641 -Wl,-O1 \
659 -Wl,-O1 \
H A Dlibwebviewchromium.target.darwin-arm64.mk600 -Wl,-O1 \
614 -Wl,-O1 \
H A Dlibwebviewchromium.target.darwin-mips.mk607 -Wl,-O1 \
622 -Wl,-O1 \
H A Dlibwebviewchromium.target.darwin-mips64.mk602 -Wl,-O1 \
616 -Wl,-O1 \
H A Dlibwebviewchromium.target.darwin-x86.mk625 -Wl,-O1 \
641 -Wl,-O1 \
H A Dlibwebviewchromium.target.darwin-x86_64.mk623 -Wl,-O1 \
639 -Wl,-O1 \
H A Dlibwebviewchromium.target.linux-arm.mk641 -Wl,-O1 \
659 -Wl,-O1 \
H A Dlibwebviewchromium.target.linux-arm64.mk600 -Wl,-O1 \
614 -Wl,-O1 \
H A Dlibwebviewchromium.target.linux-mips.mk607 -Wl,-O1 \
622 -Wl,-O1 \
H A Dlibwebviewchromium.target.linux-mips64.mk602 -Wl,-O1 \
616 -Wl,-O1 \
H A Dlibwebviewchromium.target.linux-x86.mk625 -Wl,-O1 \
641 -Wl,-O1 \

Completed in 5736 milliseconds

12