Searched refs:Other (Results 251 - 275 of 276) sorted by relevance

<<1112

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp945 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
1406 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Lo, Hi);
2248 NewChain = DAG.getNode(ISD::TokenFactor, SDLoc(LD), MVT::Other, LdChain);
2597 return DAG.getNode(ISD::TokenFactor, SDLoc(ST), MVT::Other, StChain);
H A DScheduleDAGFast.cpp227 else if (VT == MVT::Other)
H A DTargetLowering.cpp387 // Other users may use these bits.
2256 OpInfo.ConstraintVT = MVT::Other;
2514 /// Other -> immediates and magic values
/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp130 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h131 /// EnforceSmallerThan - 'this' must be a smaller VT than Other. Update
133 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
229 /// MVT::SimpleValueType. Otherwise, return MVT::Other.
H A DIntrinsicEmitter.cpp284 case MVT::Other: return Sig.push_back(IIT_EMPTYSTRUCT);
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h498 #pragma mark - Other Packet Format Structures
2360 #pragma mark - Other utility functions and macros
/external/clang/lib/Sema/
H A DSemaChecking.cpp5343 Expr *Constant, Expr *Other,
5352 QualType OtherT = Other->getType();
5356 bool OtherIsBooleanType = Other->isKnownToHaveBooleanValue();
5449 // Other isKnownToHaveBooleanValue
5342 DiagnoseOutOfRangeComparison(Sema &S, BinaryOperator *E, Expr *Constant, Expr *Other, llvm::APSInt Value, bool RhsConstant) argument
H A DSemaDeclCXX.cpp2765 // Other initializers are fine.
9644 ParmVarDecl *Other = CopyAssignOperator->getParamDecl(0); local
9645 Qualifiers OtherQuals = Other->getType().getQualifiers();
9646 QualType OtherRefType = Other->getType();
9659 RefBuilder OtherRef(Other, OtherRefType);
10054 ParmVarDecl *Other = MoveAssignOperator->getParamDecl(0); local
10055 QualType OtherRefType = Other->getType()->
10066 RefBuilder OtherRef(Other, OtherRefType);
H A DSemaExpr.cpp7754 Expr *Other; local
7757 Other = RHS.get();
7760 Other = LHS.get();
7764 Other = Other->IgnoreParenCasts();
7765 if (Other->isNullPointerConstant(S.getASTContext(),
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DNetworkPanel.js2788 cell.setTextAndTitle(WebInspector.UIString("Other"));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml190 (* Other Operators *)
H A Dllvm.mli246 (* Other Operators *)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp2866 TrackGroup otherTracks(TrackGroup::Other);
/external/clang/lib/Lex/
H A DModuleMap.cpp857 Conflict.Other = OtherMod;
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp418 if (evt == MVT::Other || !evt.isSimple())
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp259 if (Evt == MVT::Other || !Evt.isSimple()) return false;
/external/clang/lib/Serialization/
H A DASTReader.cpp3391 if (Mod->Conflicts[I].Other->NameVisibility >= NameVisibility) {
3394 << Mod->Conflicts[I].Other->getFullModuleName()
3551 Conflict.Other = ResolvedMod;
H A DASTWriter.cpp2333 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Other module
2468 unsigned OtherID = getSubmoduleID(Mod->Conflicts[I].Other);
3916 // Only store offsets new to this AST file. Other identifier names are looked
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4757 VT, MVT::Other, AddrOps);
4773 if (VT != MVT::Other && i >= (unsigned)MCID.getNumDefs())
4801 dl, MVT::Other, AddrOps);
H A DX86FastISel.cpp338 if (evt == MVT::Other || !evt.isSimple())
/external/clang/include/clang/Sema/
H A DSema.h2939 FullExprArg(const FullExprArg& Other) : E(Other.E) {} argument
5489 /// template<template<int Value> class Other> struct X;
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp733 if (evt == MVT::Other || !evt.isSimple()) return false;
/external/iproute2/doc/
H A Dip-cref.tex541 These error names are pure Ethernetisms. Other devices
1223 \verb|ip| assumes type \verb|unicast|. Other values of \verb|TYPE|
/external/bison/build-aux/
H A Dtexinfo.tex2925 % Other special characters: @questiondown @exclamdown @ordf @ordm

Completed in 1678 milliseconds

<<1112