Searched refs:Other (Results 126 - 150 of 276) sorted by relevance

1234567891011>>

/external/clang/lib/Basic/
H A DModule.cpp96 bool Module::isSubModuleOf(const Module *Other) const {
99 if (This == Other)
429 OS << Conflicts[I].Other->getFullModuleName();
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h105 for(int i = 0; VTs[i] != MVT::Other; ++i)
119 while (*I != MVT::Other) ++I;
309 getMinimalPhysRegClass(unsigned Reg, EVT VT = MVT::Other) const;
H A DTargetCallingConv.h143 InputArg() : VT(MVT::Other), Used(false) {}
/external/llvm/lib/Support/
H A DStringRef.cpp104 unsigned StringRef::edit_distance(llvm::StringRef Other,
109 llvm::ArrayRef<char>(Other.data(), Other.size()),
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp417 MVT::Other,
454 MVT::Other, Base, TargetConst,
475 MVT::Other, Base, TargetConst0,
522 MVT::i32, MVT::Other, Base,
527 MVT::i64, MVT::Other,
549 MVT::Other,
554 MVT::i64, MVT::Other,
633 MVT::i32, MVT::Other, Base,
653 MVT::Other, Base, TargetConst0,
720 MVT::Other, Op
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp724 EVT FromVT(MVT::Other);
745 assert(FromVT != MVT::Other);
810 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Chains);
911 SDValue Root = DAG.getNode(ISD::TokenFactor, getCurSDLoc(), MVT::Other,
941 Root = DAG.getNode(ISD::TokenFactor, getCurSDLoc(), MVT::Other,
1224 MVT::Other, Chains);
1283 assert(Chain.getNode() && Chain.getValueType() == MVT::Other &&
1576 MVT::Other, getControlRoot(),
1711 MVT::Other, getControlRoot(), Cond,
1717 BrCond = DAG.getNode(ISD::BR, dl, MVT::Other, BrCon
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DResource.js51 this._type = type || WebInspector.resourceTypes.Other;
H A DNetworkRequest.js62 this._type = WebInspector.resourceTypes.Other;
86 Other: "other",
949 var type = WebInspector.NetworkRequest.InitiatorType.Other;
/external/clang/include/clang/Driver/
H A DMultilib.h89 bool operator==(const Multilib &Other) const;
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp60 bool operator<(const MatchKey &Other) const {
62 std::tie(Other.MatcherID, Other.Node, Other.BoundNodes);
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h561 /// Take an instruction from MBB 'Other' at the position From, and insert it
565 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { argument
568 splice(Where, Other, From, std::next(From));
571 /// Take a block of instructions from MBB 'Other' in the range [From, To),
576 void splice(iterator Where, MachineBasicBlock *Other, argument
578 Insts.splice(Where.getInstrIterator(), Other->Insts,
H A DSelectionDAGNodes.h1016 : SDNode(ISD::HANDLENODE, 0, DebugLoc(), getSDVTList(MVT::Other)) {
1556 : SDNode(ISD::BasicBlock, 0, DebugLoc(), getSDVTList(MVT::Other)), MBB(mbb)
1625 : SDNode(ISD::SRCVALUE, 0, DebugLoc(), getSDVTList(MVT::Other)), V(v) {}
1640 : SDNode(ISD::MDNODE_SDNODE, 0, DebugLoc(), getSDVTList(MVT::Other)), MD(md)
1708 : SDNode(ISD::EH_LABEL, Order, dl, getSDVTList(MVT::Other)), Label(L) {
1743 : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)),
1780 : SDNode(ISD::VALUETYPE, 0, DebugLoc(), getSDVTList(MVT::Other)),
1966 size_t operator-(SDNodeIterator Other) const {
1967 assert(Node == Other.Node &&
1969 return Operand - Other
[all...]
/external/llvm/test/MC/ARM/
H A Dthumb_set.s116 @ CHECK-NEXT: Other: 0
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h91 bool operator<(const BoundNodesMap &Other) const {
92 return NodeMap < Other.NodeMap;
152 bool operator<(const BoundNodesTreeBuilder &Other) const {
153 return Bindings < Other.Bindings;
217 /// \brief Implicitly converts \c Other to a Matcher<T>.
221 Matcher(const Matcher<From> &Other, argument
224 : Implementation(new ImplicitCastMatcher<From>(Other)) {}
230 Matcher(const Matcher<TypeT> &Other, argument
234 : Implementation(new TypeToQualType<TypeT>(Other)) {}
352 /// This method verifies that the underlying matcher in \c Other ca
408 TypedMatcherStorage(const Matcher<T> &Other, bool AllowBind) argument
[all...]
/external/llvm/lib/MC/
H A DMCWin64EH.cpp129 const MCSymbol *Other) {
132 const MCSymbolRefExpr *OtherRef = MCSymbolRefExpr::Create(Other, Context);
127 EmitSymbolRefWithOfs(MCStreamer &streamer, const MCSymbol *Base, const MCSymbol *Other) argument
H A DWinCOFFObjectWriter.cpp67 COFFSymbol *Other; member in class:__anon25894::COFFSymbol
195 , Other(nullptr)
427 coff_symbol->Other = GetOrCreateCOFFSymbol(&SymRef->getSymbol());
437 coff_symbol->Other = WeakDefault;
860 if (Symbol->Other) {
865 Symbol->Aux[0].Aux.WeakExternal.TagIndex = Symbol->Other->Index;
/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp83 Value *Other = S->getOperand(2); local
84 if (!CI->isOne()) std::swap(ReplaceWith, Other);
H A DStructurizeCFG.cpp389 BasicBlock *Other = Term->getSuccessor(!i); local
390 if (Visited.count(Other) && !Loops.count(Other) &&
391 !Pred.count(Other) && !Pred.count(*PI)) {
393 Pred[Other] = BoolFalse;
/external/clang/lib/Analysis/
H A DThreadSafety.cpp144 bool operator==(const SExprNode& Other) const {
146 return (Op == Other.Op &&
147 Data == Other.Data);
150 bool operator!=(const SExprNode& Other) const {
151 return !(*this == Other);
154 bool matches(const SExprNode& Other) const {
155 return (*this == Other) ||
157 (Other.Op == EOP_Wildcard);
590 bool matches(const SExpr &Other, unsigned i = 0, unsigned j = 0) const { argument
591 if (NodeVec[i].matches(Other
[all...]
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h151 /// unlinkNode - Unlink the specified node from this chain. If Other == this,
152 /// we unlink the next pointer and return it. Otherwise we unlink Other from
154 Matcher *unlinkNode(Matcher *Other);
156 /// canMoveBefore - Return true if this matcher is the same as Other, or if
157 /// we can move this matcher past all of the nodes in-between Other and this
158 /// node. Other must be equal to or before this.
159 bool canMoveBefore(const Matcher *Other) const;
163 bool canMoveBeforeNode(const Matcher *Other) const;
167 bool isContradictory(const Matcher *Other) const {
172 if (getKind() < Other
[all...]
/external/clang/include/clang/AST/
H A DDeclTemplate.h161 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()) { }
583 bool operator==(SpecIterator Other) const {
584 return SetIter == Other.SetIter;
586 bool operator!=(SpecIterator Other) const {
587 return SetIter != Other.SetIter;
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp105 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
108 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
165 setOperationAction(ISD::VASTART, MVT::Other, Custom);
166 setOperationAction(ISD::VAARG, MVT::Other, Expand);
167 setOperationAction(ISD::VAEND, MVT::Other, Expand);
168 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
568 return DAG.getNode(Opc, dl, MVT::Other, RetOps);
659 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOpChains);
680 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
1193 // Other Lowerin
[all...]
/external/llvm/lib/IR/
H A DType.cpp95 return false; // Other types have no identity values
603 bool StructType::isLayoutIdentical(StructType *Other) const {
604 if (this == Other) return true;
606 if (isPacked() != Other->isPacked() ||
607 getNumElements() != Other->getNumElements())
610 return std::equal(element_begin(), element_end(), Other->element_begin());
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp238 return DAG.getNode(SPISD::RET_FLAG, DL, MVT::Other, RetOps);
317 return DAG.getNode(SPISD::RET_FLAG, DL, MVT::Other, RetOps);
492 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Copy, Chain);
532 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
647 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, OutChains);
879 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOpChains);
906 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
1195 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, MemOpChains);
1244 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
1444 setOperationAction(ISD::BRCOND, MVT::Other, Expan
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp40 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
41 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
352 MVT::Other, Chain,

Completed in 942 milliseconds

1234567891011>>