Searched refs:Other (Results 201 - 225 of 276) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp449 setOperationAction(ISD::BR_JT , MVT::Other, Expand);
450 setOperationAction(ISD::BRCOND , MVT::Other, Custom);
560 setOperationAction(ISD::EH_RETURN , MVT::Other, Custom);
568 setOperationAction(ISD::EH_SJLJ_LONGJMP, MVT::Other, Custom);
597 setOperationAction(ISD::PREFETCH , MVT::Other, Legal);
599 setOperationAction(ISD::ATOMIC_FENCE , MVT::Other, Custom);
616 setOperationAction(ISD::EH_LABEL, MVT::Other, Expand);
629 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom);
630 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
632 setOperationAction(ISD::TRAP, MVT::Other, Lega
[all...]
H A DX86ISelDAGToDAG.cpp386 CurDAG->getNode(ISD::TokenFactor, SDLoc(Load), MVT::Other, Ops);
1583 MVT::i32, MVT::i32, MVT::Other, Ops);
1851 Ret = SDValue(CurDAG->getMachineNode(Opc, dl, MVT::Other, Ops), 0);
1854 Ret = SDValue(CurDAG->getMachineNode(Opc, dl, MVT::Other, Ops), 0);
2001 MVT::Other, ChainOps);
2041 MVT::Other);
2049 // Node has 2 outputs: VDst and MVT::Other.
2050 // ResNode has 3 outputs: VDst, VMask_wb, and MVT::Other.
2051 // We replace VDst of Node with VDst of ResNode, and Other of Node with Other
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1501 MVT::i32, MVT::Other, Ops);
1508 MVT::i32, MVT::Other, Ops);
1557 MVT::Other, Ops);
1821 ResTys.push_back(MVT::Other);
1862 ResTy, AddrTy, MVT::Other, OpsA);
1947 ResTys.push_back(MVT::Other);
2026 MVT::Other, OpsA);
2111 ResTys.push_back(MVT::Other);
2235 ResTys.push_back(MVT::Other);
2436 // Other case
[all...]
H A DARMISelLowering.cpp696 setOperationAction(ISD::TRAP, MVT::Other, Legal);
699 setOperationAction(ISD::VASTART, MVT::Other, Custom);
700 setOperationAction(ISD::VAARG, MVT::Other, Expand);
701 setOperationAction(ISD::VACOPY, MVT::Other, Expand);
702 setOperationAction(ISD::VAEND, MVT::Other, Expand);
703 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
704 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
723 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
734 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other,
756 setOperationAction(ISD::PREFETCH, MVT::Other, Custo
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp415 bool operator==(const RetainSummary &Other) const {
416 return Args == Other.Args && DefaultArgEffect == Other.DefaultArgEffect &&
417 Receiver == Other.Receiver && Ret == Other.Ret;
/external/llvm/include/llvm/Target/
H A DTargetLowering.h267 /// BRCOND nodes. In the case of BRCOND the argument passed is MVT::Other
490 return (VT == MVT::Other || isTypeLegal(VT)) &&
499 return (VT == MVT::Other || isTypeLegal(VT)) &&
513 return (VT == MVT::Other || isTypeLegal(VT)) &&
636 /// will return MVT::Other for types with no EVT counterpart (e.g. structs),
796 /// does not need to be loaded. It returns EVT::Other if the type should be
804 return MVT::Other;
2457 /// Memory, Other, Unknown.
2480 CallOperandVal(nullptr), ConstraintVT(MVT::Other) {
/external/clang/include/clang/AST/
H A DType.h438 bool isStrictSupersetOf(Qualifiers Other) const;
440 bool operator==(Qualifiers Other) const { return Mask == Other.Mask; }
441 bool operator!=(Qualifiers Other) const { return Mask != Other.Mask; }
804 bool isMoreQualifiedThan(QualType Other) const;
808 bool isAtLeastAsQualifiedAs(QualType Other) const;
2727 bool operator==(ExtInfo Other) const {
2728 return Bits == Other.Bits;
2730 bool operator!=(ExtInfo Other) cons
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp933 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)),
1407 AddNodeIDNode(ID, ISD::BasicBlock, getVTList(MVT::Other), None);
1657 AddNodeIDNode(ID, ISD::EH_LABEL, getVTList(MVT::Other), Ops);
1698 AddNodeIDNode(ID, ISD::SRCVALUE, getVTList(MVT::Other), None);
1714 AddNodeIDNode(ID, ISD::MDNODE_SDNODE, getVTList(MVT::Other), None);
3074 assert(VT == MVT::Other && N1.getValueType() == MVT::Other &&
3075 N2.getValueType() == MVT::Other && "Invalid token factor!");
3676 return getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, ArgChains);
3802 if (VT == MVT::Other) {
[all...]
H A DLegalizeDAG.cpp390 SDValue Result = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores);
423 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2);
507 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores);
568 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
701 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo, Hi);
837 SDValue Result = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo, Hi);
1018 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
1048 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
1181 Action = TLI.getOperationAction(Node->getOpcode(), MVT::Other);
1187 Action = TLI.getOperationAction(Node->getOpcode(), MVT::Other);
[all...]
H A DLegalizeTypesGeneric.cpp278 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
494 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo, Hi);
H A DScheduleDAGSDNodes.cpp211 if (Node->getOperand(NumOps-1).getValueType() == MVT::Other)
472 bool isChain = OpVT == MVT::Other;
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp970 MVT::Other, Ops);
1002 ResTys.push_back(MVT::Other);
1028 ResTys.push_back(MVT::Other);
1074 ResTys.push_back(MVT::Other); // Type for the Chain
1141 ResTys.push_back(MVT::Other);
1187 ResTys.push_back(MVT::Other);
1250 SDNode *St = CurDAG->getMachineNode(Opc, dl, MVT::Other, Ops);
1277 ResTys.push_back(MVT::Other);
2169 MVT::Other, MemAddr, Chain);
2194 SDNode *St = CurDAG->getMachineNode(Op, DL, MVT::i32, MVT::Other, Op
[all...]
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp131 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::Other, Custom);
133 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
138 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
139 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
244 if (!VT.isSimple() || VT == MVT::Other)
881 // Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
1008 Chain = DAG.getNode(AMDGPUISD::REGISTER_STORE, DL, MVT::Other,
H A DAMDGPUISelLowering.cpp116 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
117 setOperationAction(ISD::BRIND, MVT::Other, Expand);
120 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
495 return DAG.getNode(AMDGPUISD::RET_FLAG, DL, MVT::Other, Chain);
632 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains);
656 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains);
1033 DAG.getNode(ISD::TokenFactor, SL, MVT::Other, Chains)
1120 return DAG.getNode(ISD::TokenFactor, SL, MVT::Other, Chains);
1273 return DAG.getNode(AMDGPUISD::REGISTER_STORE, DL, MVT::Other,
H A DAMDGPUISelDAGToDAG.cpp400 CurDAG->getVTList(MVT::i32, MVT::i64, MVT::Other),
416 CurDAG->getVTList(MVT::Other),
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.h211 enum GroupKind { CaptionsAndSubtitles, Description, Chapter, Metadata, Other }; enumerator in enum:blink::HTMLMediaElement::TrackGroup::GroupKind
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DConsoleModel.js397 Other: "other",
/external/llvm/include/llvm/ADT/
H A DStringRef.h168 /// \param Other the string to compare this string against.
183 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h528 // Other methods.
533 bool isIdenticalTo(const MachineOperand &Other) const;
/external/llvm/include/llvm/IR/
H A DModule.h273 void setDataLayout(const DataLayout *Other);
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp759 setOperationAction(ISD::PREFETCH, MVT::Other, Expand);
817 setOperationAction(ISD::TRAP, MVT::Other, Expand);
822 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Expand);
1154 TransformToType[i] = MVT::Other;
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp122 if (evt == MVT::Other || !evt.isSimple())
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec116 Other than those subtle issues there are no other non-standard
/external/clang/include/clang/Basic/
H A DDiagnostic.h623 void notePriorDiagnosticFrom(const DiagnosticsEngine &Other) { argument
624 LastDiagLevel = Other.LastDiagLevel;
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp361 /// MVT::Other.
364 if (ImplicitDefs.empty()) return MVT::Other;
373 return MVT::Other;

Completed in 1483 milliseconds

1234567891011>>