HomeSort by relevance Sort by last modified time
    Searched refs:Other (Results 226 - 250 of 330) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 696 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);
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 131 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)
254 // Using any pair of GPRs should be the same as any other pair.
    [all...]
AMDGPUISelLowering.cpp 116 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);
    [all...]
AMDGPUISelDAGToDAG.cpp 400 CurDAG->getVTList(MVT::i32, MVT::i64, MVT::Other),
416 CurDAG->getVTList(MVT::Other),
R600ISelLowering.cpp 71 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
75 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
76 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
112 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::Other, Expand);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 11 * documentation and/or other materials provided with the distribution.
211 enum GroupKind { CaptionsAndSubtitles, Description, Chapter, Metadata, Other };
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
ConsoleModel.js 12 * in the documentation and/or other materials provided with the
397 Other: "other",
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
FileSystemWorkspaceBinding.js 12 * in the documentation and/or other materials provided with the
486 return WebInspector.resourceTypes.Other;
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 73 /// For all other kinds of operands, this field holds target-specific flags.
126 /// other def of the register. If multiple instructions in the bundle define
326 /// register. A sub-register def implicitly reads the other parts of the
528 // Other methods.
533 bool isIdenticalTo(const MachineOperand &Other) const;
  /external/llvm/include/llvm/IR/
Module.h 105 /// LLVM module. Modules are the top level container of all other LLVM
108 /// other modules) this module depends on, a symbol table, and various data
170 /// other module. If both modules specify **Override**, but the values
273 void setDataLayout(const DataLayout *Other);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 390 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);
    [all...]
LegalizeTypesGeneric.cpp 170 // Increment the pointer to the other half.
267 // Increment the pointer to the other half.
277 // other one.
278 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
494 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo, Hi);
ScheduleDAGSDNodes.cpp 211 if (Node->getOperand(NumOps-1).getValueType() == MVT::Other)
216 // Look for other loads of the same chain. Find loads that are loading from
472 bool isChain = OpVT == MVT::Other;
    [all...]
DAGCombiner.cpp 345 /// \p N needs to be a truncation and its first operand an AND. Other
728 dbgs() << " and " << NumTo-1 << " other values\n";
761 // Replace all uses. If any nodes become isomorphic to other nodes and
    [all...]
LegalizeIntegerTypes.cpp 35 /// may also have invalid operands or may have other results that need
209 SDVTList VTs = DAG.getVTList(N->getValueType(0), SVT, MVT::Other);
223 DAG.getVTList(Op2.getValueType(), N->getValueType(1), MVT::Other);
718 // The only other way for overflow to occur is if the multiplication in the
787 /// result types of the node are known to be legal, but other operands of the
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 759 setOperationAction(ISD::PREFETCH, MVT::Other, Expand);
817 setOperationAction(ISD::TRAP, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 122 if (evt == MVT::Other || !evt.isSimple())
143 // This construct looks a big awkward but it is how other ports handle this
MipsSEISelLowering.cpp 138 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom);
146 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
147 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom);
148 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
188 setOperationAction(ISD::BRCOND, MVT::Other, Legal);
417 // If there exist users other than ADDENode or ADDCNode, this function returns
489 // If there exist users other than SUBENode or SUBCNode, this function returns
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
colorSuggestionPicker.js 12 * documentation and/or other materials provided with the distribution.
64 otherColorLabel: "Other..."
116 var otherButton = createElement("button", "other-color", this._config.otherColorLabel);
149 if (selectedElement.classList.contains("other-color")) {
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 107 is some leeway so other mappings are allowed for implementations which
116 Other than those subtle issues there are no other non-standard
129 and other extensions. The clamping or lack of clamping is left
130 to the core specification and other extensions.
  /external/chromium_org/v8/test/mjsunit/es6/
iteration-semantics.js 10 // disclaimer in the documentation and/or other materials provided
218 // Other non-iterators do cause an error.
226 // It is not called at any other time.
  /external/clang/include/clang/Basic/
Diagnostic.h 621 /// \brief Note that the prior diagnostic was emitted by some other
623 void notePriorDiagnosticFrom(const DiagnosticsEngine &Other) {
624 LastDiagLevel = Other.LastDiagLevel;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 219 // Only other constraint is "TIED_TO" for now.
361 /// MVT::Other.
364 if (ImplicitDefs.empty()) return MVT::Other;
373 return MVT::Other;
528 // FIXME: What other attributes should we check here? Identical
596 // don't have any other way to specify the whole operand.
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 107 is some leeway so other mappings are allowed for implementations which
116 Other than those subtle issues there are no other non-standard
129 and other extensions. The clamping or lack of clamping is left
130 to the core specification and other extensions.
  /ndk/build/core/
build-local.mk 63 # Other APP_* used to be in Application.mk
199 # Do not define this variable for other host platforms

Completed in 3808 milliseconds

1 2 3 4 5 6 7 8 91011>>