HomeSort by relevance Sort by last modified time
    Searched refs:Other (Results 251 - 275 of 330) sorted by null

<<11121314

  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 17 // available on the target, and it performs a variety of other optimizations
33 // the value of the induction variable after the increment. The other common
380 /// On the other hand, 1*reg should be canonicalized into reg.
399 /// In other words, this method morphes reg1 + 1*reg2 into reg1 + reg2.
441 /// which are used by uses other than the use with the given index.
804 // Fow now, consider any other type of expression (div/mul/min/max) high cost.
845 /// In other words, if \p F has several base registers, this function may
874 bool operator<(const Cost &Other) const;
    [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h 26 // Keys and values are not stored next to each other in a std::pair, so we don't
120 // The provided implementation works for closed integer intervals, other keys
221 /// @param Other Node elements are copied from.
222 /// @param i Beginning of the source range in other.
226 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
231 first[j] = Other.first[i];
232 second[j] = Other.second[i];
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 88 // anything other than to convey comment
257 /// impossible to compile. Other errors should have been handled much
440 /// through to the next instruction or may transfer control flow to some other
448 /// transfers control flow to some other block. The
456 /// controls execution. It may be set to 'always', or may be set to other
502 /// memory operands in other instructions. The most common use for this
650 bool isIdenticalTo(const MachineInstr *Other,
663 /// If the instruction is part of a bundle, the other instructions in the
676 /// If the instruction is part of a bundle, the other instructions in the
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 280 // PowerPC does not use [US]DIVREM or other library calls for
340 if (VTy == MVT::Other)
643 // any other instructions that might clobber the ctr register.
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 131 /// EnforceSmallerThan - 'this' must be a smaller VT than Other. Update
132 /// this an other based on this information.
133 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
229 /// MVT::SimpleValueType. Otherwise, return MVT::Other.
534 /// or other non-fatal errors
  /external/chromium_org/third_party/WebKit/Source/web/resources/
suggestionPicker.js 12 * documentation and/or other materials provided with the distribution.
182 // Add "Other..." entry
  /external/chromium_org/v8/test/mjsunit/
array-sort.js 10 // disclaimer in the documentation and/or other materials provided
62 // One string is a prefix of the other.
73 // Other cases are tested implicitly in TestSmiLexicographicCompare.
  /external/clang/include/clang/Sema/
DeclSpec.h 155 void Adopt(NestedNameSpecifierLoc Other);
831 UnqualifiedId(const UnqualifiedId &Other) LLVM_DELETED_FUNCTION;
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 44 bool Status::equivalent(const Status &Other) const {
45 return getUniqueID() == Other.getUniqueID();
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 129 * This function is aimed at interoperability with other libraries.
133 * This function is aimed at interoperability with other libraries.
138 * This function is aimed at interoperability with other libraries.
142 * This function is aimed at interoperability with other libraries.
147 * This function is aimed at interoperability with other libraries.
151 * This function is aimed at interoperability with other libraries.
156 * This function is aimed at interoperability with other libraries.
160 * This function is aimed at interoperability with other libraries.
644 /** Constructs a sparse matrix from the sparse expression \a other */
646 inline SparseMatrix(const SparseMatrixBase<OtherDerived>& other)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 387 // of elements. We want the other way around, the same number of elements,
575 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains);
631 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores);
741 // lanes into the appropriate locations, with other lanes left undef.
803 // Shuffle the incoming lanes into the correct position, and pull all other
    [all...]
ScheduleDAGRRList.cpp 141 /// that are "live". These nodes must be scheduled before any other nodes that
438 if (N->getOperand(i).getValueType() == MVT::Other) {
498 if (N->getOperand(i).getValueType() == MVT::Other) {
549 // these nodes, to prevent other calls from being interscheduled with them.
636 // Bump CurCycle to account for latency. We assume the latency of other
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 139 Communicating with Other Fragments
172 "How to build a user experience that leverages other apps available
175 >Interacting with Other Apps</a>
187 Allowing Other Apps to Start Your Activity
207 information with other apps, receive information back, and provide a simple and
214 Sending Simple Data to Other Apps
219 Receiving Simple Data from Other Apps
563 and other network transactions."
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 79 uint8_t other, uint32_t shndx, bool Reserved);
357 uint64_t size, uint8_t other,
378 write(*SymtabF, other); // st_other
387 write(*SymtabF, other); // st_other
602 // Other and Visibility share the same byte with Visibility using the lower
605 uint8_t Other = MCELF::getOther(OrigData) << (ELF_STO_Shift - ELF_STV_Shift);
606 Other |= Visibility;
623 Writer.writeSymbol(MSD.StringIndex, Info, Value, Size, Other,
716 // These VariantKind cause the relocation to refer to something other than
    [all...]
  /external/bison/doc/
refcard.tex 390 /* Other C code. */
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 81 // Only process files that look like extensions. Other files should
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 78 * expressions are evaluated. Other than for the local context,
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDebuggerAgent.cpp 13 * documentation and/or other materials provided with the distribution.
146 // FIXME: make breakReason optional so that there was no need to init it with "other".
    [all...]
InspectorPageAgent.cpp 12 * in the documentation and/or other materials provided with the
364 return TypeBuilder::Page::ResourceType::Other;
366 return TypeBuilder::Page::ResourceType::Other;
639 // All other Resource types download immediately.
    [all...]
  /external/chromium_org/third_party/jstemplate/
jsevalcontext.js 80 * expressions are evaluated. Other than for the local context,
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
id3_parser.js 477 * other languages), translation exists at least for 10% and most time
493 'Other',
  /external/clang/include/clang/AST/
ASTContext.h 276 /// merged with other declarations to the canonical declaration that they were
543 /// If getRaw() != 0, it is a comment propagated from other
654 import_iterator Other(*this);
656 return Other;
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 196 bool operator ==(const SimpleKey &Other) {
197 return Tok == Other.Tok;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 263 class Other:
266 def __eq__(self, other):
282 other = Other() variable in class:ABCTestCase.validate_comparison.Other
283 op(instance, other)
284 self.assertTrue(other.right_side,'Right side not called for %s.%s'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 263 class Other:
266 def __eq__(self, other):
282 other = Other() variable in class:ABCTestCase.validate_comparison.Other
283 op(instance, other)
284 self.assertTrue(other.right_side,'Right side not called for %s.%s'
    [all...]

Completed in 2693 milliseconds

<<11121314