Searched refs:Combined (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp114 bool Combined = false; local
123 Combined = true;
125 return Combined;
136 bool Combined = false; local
152 Combined = true;
166 Combined = true;
167 return Combined;
232 bool Combined = false; local
237 Combined = true;
253 Combined
[all...]
/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp255 unsigned Combined = fieldFromInstruction(Insn, 6, 5); local
256 if (Combined < 27)
259 if (Combined == 31)
261 Combined += 5;
263 Combined -= 27;
264 unsigned Op1High = Combined % 3;
265 unsigned Op2High = Combined / 3;
274 unsigned Combined = fieldFromInstruction(Insn, 6, 5); local
275 if (Combined >= 27)
278 unsigned Op1High = Combined
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkTFitsIn.h104 typedef typename SkTCombineOutOfRange<OutOfRange_Low, OutOfRange_High>::type Combined; typedef
105 return Combined::apply(s);
/external/skia/src/utils/
H A DSkTFitsIn.h104 typedef typename SkTCombineOutOfRange<OutOfRange_Low, OutOfRange_High>::type Combined; typedef
105 return Combined::apply(s);
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp166 HashTable Combined(NextPowerOf2(2 * Weights.size()));
168 combineWeight(Combined[W.TargetNode.Index], W);
171 if (Weights.size() == Combined.size())
176 Weights.reserve(Combined.size());
177 for (const auto &I : Combined)
/external/oprofile/events/x86-64/hammer/
H A Dunit_masks56 0x02 Combined MMX & 3DNow instructions
57 0x04 Combined packed SSE & SSE2 instructions
58 0x08 Combined packed scalar SSE & SSE2 instructions
/external/chromium_org/components/policy/core/common/
H A Dschema_registry_unittest.cc137 TEST(SchemaRegistryTest, Combined) {
/external/llvm/lib/IR/
H A DConstantFold.cpp2036 Constant *Combined = CE->getOperand(CE->getNumOperands()-1); local
2039 Type *IdxTy = Combined->getType();
2043 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, Int64Ty);
2044 Combined = ConstantExpr::get(Instruction::Add, C1, C2);
2046 Combined =
2047 ConstantExpr::get(Instruction::Add, Idx0, Combined);
2051 NewIndices.push_back(Combined);
/external/clang/lib/Sema/
H A DSemaExprMember.cpp1704 Qualifiers Combined = BaseQuals + MemberQuals; local
1705 if (Combined != MemberQuals)
1706 MemberType = S.Context.getQualifiedType(MemberType, Combined);
/external/blktrace/btt/doc/
H A Dbtt.tex694 \item Combined data -- all read and write IOs
713 \item[c] Combined -- both read and write IOs
726 # Combined
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1855 milliseconds