Searched refs:Other (Results 151 - 175 of 255) sorted by relevance

1234567891011

/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.cpp31 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
72 return DAG.getNode(AMDGPUISD::RET_FLAG, DL, MVT::Other, Chain);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp241 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
254 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
255 setOperationAction(ISD::VASTART, MVT::Other, Custom);
301 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
349 setOperationAction(ISD::EH_RETURN, MVT::Other, Custom);
351 setOperationAction(ISD::VAARG, MVT::Other, Expand);
352 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
353 setOperationAction(ISD::VAEND, MVT::Other, Expand);
356 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
357 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expan
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DResource.js49 this._type = type || WebInspector.resourceTypes.Other;
H A DFileSystemProjectDelegate.js376 return WebInspector.resourceTypes.Other;
/external/clang/lib/Sema/
H A DDeclSpec.cpp121 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) { argument
122 if (!Other) {
128 Range = Other.getSourceRange();
129 Builder.Adopt(Other);
H A DSemaTemplateInstantiateDecl.cpp3912 // Other is the prospective instantiation
3914 static bool isInstantiationOf(ASTContext &Ctx, NamedDecl *D, Decl *Other) { argument
3915 if (D->getKind() != Other->getKind()) {
3918 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) {
3925 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) {
3933 if (CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(Other))
3936 if (FunctionDecl *Function = dyn_cast<FunctionDecl>(Other))
3939 if (EnumDecl *Enum = dyn_cast<EnumDecl>(Other))
3942 if (VarDecl *Var = dyn_cast<VarDecl>(Other))
3946 if (ClassTemplateDecl *Temp = dyn_cast<ClassTemplateDecl>(Other))
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp96 else if (VT == MVT::Other)
H A DInstrEmitter.cpp46 if (N && Node->getValueType(N - 1) == MVT::Other)
63 if (N && Node->getOperand(N - 1).getValueType() == MVT::Other)
128 if (VT == MVT::Other || VT == MVT::Glue)
301 assert(Op.getValueType() != MVT::Other &&
416 assert(Op.getValueType() != MVT::Other &&
H A DFastISel.cpp359 if (VT == MVT::Other || !VT.isSimple())
738 if (SrcVT == MVT::Other || !SrcVT.isSimple() ||
739 DstVT == MVT::Other || !DstVT.isSimple())
782 if (SrcEVT == MVT::Other || DstEVT == MVT::Other ||
1490 if (VT == MVT::Other || !TLI.isTypeLegal(VT)) {
H A DSelectionDAGDumper.cpp253 // Other operators
337 if (getValueType(i) == MVT::Other)
607 if (N->getOperand(i).getValueType() == MVT::Other)
/external/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp111 if ((VT == MVT::Other || RC->hasType(VT)) && RC->contains(reg) &&
/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp24 /// have different associated types, return MVT::Other.
28 MVT::SimpleValueType VT = MVT::Other;
810 if (II.HasOneImplicitDefWithKnownVT(CGT) != MVT::Other)
861 if (ResultVTs[i] == MVT::Other || ResultVTs[i] == MVT::Glue) break;
935 if (II.HasOneImplicitDefWithKnownVT(CGT) != MVT::Other)
H A DCodeGenInstruction.cpp343 /// MVT::Other.
346 if (ImplicitDefs.empty()) return MVT::Other;
355 return MVT::Other;
H A DCodeGenTarget.cpp44 case MVT::Other: return "UNKNOWN";
53 case MVT::Other: return "MVT::Other";
/external/llvm/include/llvm/Target/
H A DTargetLowering.h206 /// BRCOND nodes. In the case of BRCOND the argument passed is MVT::Other
420 return (VT == MVT::Other || isTypeLegal(VT)) &&
429 return (VT == MVT::Other || isTypeLegal(VT)) &&
443 return (VT == MVT::Other || isTypeLegal(VT)) &&
567 /// will return MVT::Other for types with no EVT counterpart (e.g. structs),
713 /// does not need to be loaded. It returns EVT::Other if the type should be
721 return MVT::Other;
2111 /// Memory, Other, Unknown.
2143 CallOperandVal(0), ConstraintVT(MVT::Other) {
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp100 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
103 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
200 setOperationAction(ISD::STACKSAVE, MVT::Other, Custom);
201 setOperationAction(ISD::STACKRESTORE, MVT::Other, Custom);
241 setOperationAction(ISD::VASTART, MVT::Other, Custom);
242 setOperationAction(ISD::VACOPY, MVT::Other, Custom);
243 setOperationAction(ISD::VAEND, MVT::Other, Expand);
683 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
767 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
804 SDVTList NodeTys = DAG.getVTList(MVT::Other, MV
[all...]
/external/clang/lib/AST/
H A DType.cpp31 bool Qualifiers::isStrictSupersetOf(Qualifiers Other) const {
32 return (*this != Other) &&
34 (((Mask & CVRMask) | (Other.Mask & CVRMask)) == (Mask & CVRMask)) &&
36 ((getObjCGCAttr() == Other.getObjCGCAttr()) ||
37 (hasObjCGCAttr() && !Other.hasObjCGCAttr())) &&
39 ((getAddressSpace() == Other.getAddressSpace()) ||
40 (hasAddressSpace()&& !Other.hasAddressSpace())) &&
42 ((getObjCLifetime() == Other.getObjCLifetime()) ||
43 (hasObjCLifetime() && !Other.hasObjCLifetime()));
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1009 // Other cases are autogenerated.
1058 MVT::Other, Ops);
1093 MVT::Other, Ops);
1146 // Other cases are autogenerated.
1154 // Other cases are autogenerated.
1165 // Other cases are autogenerated.
1177 // Other cases are autogenerated.
1228 MVT::Other, Ops, 2);
1241 return CurDAG->SelectNodeTo(N, PPC::BCC, MVT::Other, Ops, 5);
1248 return CurDAG->SelectNodeTo(N, PPC::BCC, MVT::Other, Op
[all...]
/external/chromium_org/native_client_sdk/src/tools/
H A Dnacl_llvm.mk95 # $6 = Other Linker Args
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h42 Other = 0, // This is a non-standard value enumerator in enum:llvm::MVT::SimpleValueType
133 // tblgen. Other than for overloading, we treat iPTRAny the same as iPTR.
348 case Other:
349 llvm_unreachable("Value type is non-standard value, Other.");
542 /// returned as Other, otherwise they are invalid.
829 /// types are returned as Other, otherwise they are invalid.
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp233 MVT::i64, MVT::i32, MVT::Other,
389 AN->getValueType(0), MVT::Other,
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp41 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
164 return DAG.getNode(AMDGPUISD::RET_FLAG, DL, MVT::Other, Chain);
/external/clang/include/clang/Lex/
H A DMacroInfo.h152 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dabap.php632 // Other abap statements
/external/llvm/include/llvm/ADT/
H A DStringRef.h162 /// \param Other the string to compare this string against.
177 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,

Completed in 2272 milliseconds

1234567891011