HomeSort by relevance Sort by last modified time
    Searched refs:Other (Results 126 - 150 of 308) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 126 InputArg() : VT(MVT::Other), Used(false) {}
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ConsoleMessage.cpp 14 * documentation and/or other materials provided with the distribution.
154 case OtherMessageSource: return TypeBuilder::Console::ConsoleMessage::Source::Other;
157 return TypeBuilder::Console::ConsoleMessage::Source::Other;
  /external/chromium_org/v8/test/webkit/
gmail-re-re.js 11 // documentation and/or other materials provided with the distribution.
30 // Other RegExs from Gmail source
  /external/eigen/Eigen/src/Core/
Transpositions.h 61 /** Copies the \a other transpositions into \c *this */
63 Derived& operator=(const TranspositionsBase<OtherDerived>& other)
65 indices() = other.indices();
73 Derived& operator=(const TranspositionsBase& other)
75 indices() = other.indices();
169 inline Transpositions(const TranspositionsBase<OtherDerived>& other)
170 : m_indices(other.indices()) {}
174 * from hiding the other templated constructor */
175 inline Transpositions(const Transpositions& other) : m_indices(other.indices()) {
    [all...]
  /external/llvm/include/llvm/ADT/
ValueMap.h 11 // to an arbitrary other type. It provides the DenseMap interface but updates
67 /// and onDelete) and not inside other ValueMap methods. NULL means that no
336 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other)
337 : I(Other.base()) {}
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 69 /// should always go at the beginning of the function regardless of other code
293 assert((!N.getNode() || N.getValueType() == MVT::Other) &&
442 return getNode(ISD::CopyToReg, dl, MVT::Other, Chain,
451 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
459 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
465 SDVTList VTs = getVTList(VT, MVT::Other);
475 SDVTList VTs = getVTList(VT, MVT::Other, MVT::Glue);
518 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
528 SDVTList NodeTys = getVTList(MVT::Other, MVT::Glue);
    [all...]
SelectionDAGNodes.h 504 /// indicated value. This method ignores uses of other values defined by this
509 /// value. This method ignores uses of other values defined by this operation.
796 /// be used by the DAGBuilder, the other to be used by others.
948 : SDNode(ISD::HANDLENODE, 0, DebugLoc(), getSDVTList(MVT::Other)) {
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 67 COFFSymbol *Other;
209 , Other(NULL)
429 coff_symbol->Other = GetOrCreateCOFFSymbol(&SymRef->getSymbol());
439 coff_symbol->Other = WeakDefault;
701 // FIXME: Can anyone explain what this does other than adjust for the size
755 if (coff_symbol->Other != NULL) {
761 coff_symbol->Aux[0].Aux.WeakExternal.TagIndex = coff_symbol->Other->Index;
  /external/clang/lib/Analysis/
ThreadSafety.cpp 140 bool operator==(const SExprNode& Other) const {
142 return (Op == Other.Op &&
143 Data == Other.Data);
146 bool operator!=(const SExprNode& Other) const {
147 return !(*this == Other);
150 bool matches(const SExprNode& Other) const {
151 return (*this == Other) ||
153 (Other.Op == EOP_Wildcard);
481 // Ignore other string literals for now.
588 bool operator==(const SExpr &other) const
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 735 EVT FromVT(MVT::Other);
756 assert(FromVT != MVT::Other);
    [all...]
SelectionDAGISel.cpp 128 // Other instructions...
552 if (N->getOperand(i).getValueType() == MVT::Other)
818 /// do other setup for EH landing-pad blocks.
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 212 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
214 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
234 // other SjLj exception interfaces are implemented and please don't build
238 setOperationAction(ISD::EH_SJLJ_LONGJMP, MVT::Other, Custom);
254 setOperationAction(ISD::TRAP, MVT::Other, Legal);
257 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom);
258 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
261 setOperationAction(ISD::VASTART , MVT::Other, Custom);
274 setOperationAction(ISD::VAARG, MVT::Other, Expand);
277 setOperationAction(ISD::VAARG, MVT::Other, Custom)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 280 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops);
309 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops);
363 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops);
415 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops);
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 161 TemplateArgumentList(const TemplateArgumentList &Other) LLVM_DELETED_FUNCTION;
162 void operator=(const TemplateArgumentList &Other) LLVM_DELETED_FUNCTION;
193 explicit TemplateArgumentList(const TemplateArgumentList *Other)
194 : Arguments(Other->data(), false), NumArguments(Other->size()) { }
582 bool operator==(SpecIterator Other) const {
583 return SetIter == Other.SetIter;
585 bool operator!=(SpecIterator Other) const {
586 return SetIter != Other.SetIter;
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 108 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
111 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
168 setOperationAction(ISD::VASTART, MVT::Other, Custom);
169 setOperationAction(ISD::VAARG, MVT::Other, Expand);
170 setOperationAction(ISD::VAEND, MVT::Other, Expand);
171 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
454 return DAG.getNode(Opc, dl, MVT::Other, &RetOps[0], RetOps.size());
544 // independent of each other.
546 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
568 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue)
    [all...]
  /external/llvm/lib/IR/
Type.cpp 95 return false; // Other types have no identity values
574 // other way.
606 bool StructType::isLayoutIdentical(StructType *Other) const {
607 if (this == Other) return true;
609 if (isPacked() != Other->isPacked() ||
610 getNumElements() != Other->getNumElements())
613 return std::equal(element_begin(), element_end(), Other->element_begin());
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 382 BasicBlock *Other = Term->getSuccessor(!i);
383 if (Visited.count(Other) && !Loops.count(Other) &&
384 !Pred.count(Other) && !Pred.count(*PI)) {
386 Pred[Other] = BoolFalse;
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 88 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
89 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
112 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
119 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
123 setOperationAction(ISD::VASTART, MVT::Other, Custom);
124 setOperationAction(ISD::VACOPY, MVT::Other, Custom);
125 setOperationAction(ISD::VAEND, MVT::Other, Expand);
126 setOperationAction(ISD::VAARG, MVT::Other, Expand);
391 // Operand order needs to go the other way for NAND.
    [all...]
  /art/test/046-reflect/src/
Main.java 81 Class target = otherpackage.Other.class;
82 Object instance = new otherpackage.Other();
96 instance = otherpackage.Other.getInnerClassInstance();
213 System.out.println(" got the other expected access exc");
  /dalvik/tests/046-reflect/src/
Main.java 67 Class target = otherpackage.Other.class;
68 Object instance = new otherpackage.Other();
82 instance = otherpackage.Other.getInnerClassInstance();
199 System.out.println(" got the other expected access exc");
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkRequest.js 12 * in the documentation and/or other materials provided with the
56 this._type = WebInspector.resourceTypes.Other;
73 Other: "other",
880 var type = WebInspector.NetworkRequest.InitiatorType.Other;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 40 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
41 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
352 MVT::Other, Chain,
419 // I don't think there will be any other type pairings.
SIISelLowering.cpp 49 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
59 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
327 MVT::Other, Chain,
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 40 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
41 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
352 MVT::Other, Chain,
419 // I don't think there will be any other type pairings.
SIISelLowering.cpp 49 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
59 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
327 MVT::Other, Chain,

Completed in 2716 milliseconds

1 2 3 4 56 7 8 91011>>