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

1 2 3 4 5 6 78 91011>>

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 107 /// should always go at the beginning of the function regardless of other code
334 assert((!N.getNode() || N.getValueType() == MVT::Other) &&
487 return getNode(ISD::CopyToReg, dl, MVT::Other, Chain,
496 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
505 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
512 SDVTList VTs = getVTList(VT, MVT::Other);
522 SDVTList VTs = getVTList(VT, MVT::Other, MVT::Glue);
598 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
608 SDVTList NodeTys = getVTList(MVT::Other, MVT::Glue);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 256 // cache values defined by Instructions across blocks, and other values
363 if (VT == MVT::Other || !VT.isSimple())
732 // here but it has no other uses, then we have a problem. E.g.,
842 if (SrcVT == MVT::Other || !SrcVT.isSimple() ||
843 DstVT == MVT::Other || !DstVT.isSimple())
    [all...]
SelectionDAGPrinter.cpp 97 else if (VT == MVT::Other)
InstrEmitter.cpp 48 if (N && Node->getValueType(N - 1) == MVT::Other)
65 if (N && Node->getOperand(N - 1).getValueType() == MVT::Other)
128 if (VT == MVT::Other || VT == MVT::Glue)
313 assert(Op.getValueType() != MVT::Other &&
428 assert(Op.getValueType() != MVT::Other &&
661 // It's possible we replaced this SDNode with other(s) and therefore
    [all...]
SelectionDAGISel.cpp 128 // Other instructions...
625 if (N->getOperand(i).getValueType() == MVT::Other)
    [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 128 case MVT::Other: return "ch";
246 /// as Other, otherwise they are invalid.
250 if (HandleUnknown) return MVT(MVT::Other);
274 /// are returned as Other, otherwise they are invalid.
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 351 VT, MVT::i16, MVT::Other,
371 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0);
417 // Other cases are autogenerated.
430 // Other cases are autogenerated.
439 // Other cases are autogenerated.
452 // Other cases are autogenerated.
465 // Other cases are autogenerated.
478 // Other cases are autogenerated.
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 31 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
72 return DAG.getNode(AMDGPUISD::RET_FLAG, DL, MVT::Other, Chain);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
Resource.js 12 * documentation and/or other materials provided with the distribution.
51 this._type = type || WebInspector.resourceTypes.Other;
  /external/clang/include/clang/Lex/
MacroInfo.h 119 /// This restores this MacroInfo to a state where it can be reused for other
155 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
271 /// In other words, that we are not currently in an expansion of this macro.
480 /// other macro definitions.
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 60 bool operator<(const MatchKey &Other) const {
62 std::tie(Other.MatcherID, Other.Node, Other.BoundNodes);
125 // FIXME: Add other base types after adding tests.
352 // E are aliases, even though neither is a typedef of the other.
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 65 bool operator<(const ArgKind &Other) const {
66 if (K == AK_Matcher && Other.K == AK_Matcher)
67 return MatcherKind < Other.MatcherKind;
68 return K < Other.K;
122 /// arguments, and various other methods for type introspection.
140 // function based on the types of other matcher arguments.
  /external/clang/lib/Sema/
DeclSpec.cpp 122 void CXXScopeSpec::Adopt(NestedNameSpecifierLoc Other) {
123 if (!Other) {
129 Range = Other.getSourceRange();
130 Builder.Adopt(Other);
649 // Unlike the other cases, we don't assert that we actually get a decl.
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 46 /// \brief Contains version information and potentially other metadata,
524 enum { Other, ControlBlock, ASTBlock } State = Other;
534 // In the 'other' state, just skip the record. We don't care.
535 if (State == Other) {
568 State = Other;
771 // Coordinate building the global index file with other processes that might
  /external/llvm/include/llvm/ADT/
Twine.h 187 Twine &operator=(const Twine &Other) LLVM_DELETED_FUNCTION;
478 // Concatenation with empty yields the other side.
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 119 if ((VT == MVT::Other || RC->hasType(VT)) && RC->contains(reg) &&
214 // It is very common that one register class is a sub-register of the other.
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 24 /// have different associated types, return MVT::Other.
28 MVT::SimpleValueType VT = MVT::Other;
277 // Remember this ComplexPattern so that we can emit it after all the other
401 // intrinsic, has multiple operands, or has other inputs like chain or
596 // version of the immediate so that it doesn't get selected due to some other
    [all...]
  /frameworks/rs/
rsAllocation.h 172 bool hasSameDims(const Allocation *Other) const;
  /external/llvm/include/llvm/Target/
TargetLowering.h 18 /// In addition it has a few other components, like information about FP
87 Expand, // Try to expand this to other ops, otherwise use a libcall.
194 // The default action for other vectors is to promote
267 /// BRCOND nodes. In the case of BRCOND the argument passed is MVT::Other
268 /// since there are no other operands to get a type hint from.
475 /// be promoted to a larger size, needs to be expanded to some other code
490 return (VT == MVT::Other || isTypeLegal(VT)) &&
499 return (VT == MVT::Other || isTypeLegal(VT)) &&
513 return (VT == MVT::Other || isTypeLegal(VT)) &&
518 /// needs to be promoted to a larger size, needs to be expanded to some other
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 128 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
141 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
199 setOperationAction(ISD::VASTART, MVT::Other, Custom);
200 setOperationAction(ISD::VAARG, MVT::Other, Custom);
201 setOperationAction(ISD::VACOPY, MVT::Other, Custom);
202 setOperationAction(ISD::VAEND, MVT::Other, Expand);
205 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
206 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
293 setOperationAction(ISD::PREFETCH, MVT::Other, Custom);
337 setOperationAction(ISD::TRAP, MVT::Other, Legal)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 248 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
250 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
270 // other SjLj exception interfaces are implemented and please don't build
274 setOperationAction(ISD::EH_SJLJ_LONGJMP, MVT::Other, Custom);
290 setOperationAction(ISD::TRAP, MVT::Other, Legal);
293 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom);
294 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
297 setOperationAction(ISD::VASTART , MVT::Other, Custom);
310 setOperationAction(ISD::VAARG, MVT::Other, Expand);
313 setOperationAction(ISD::VAARG, MVT::Other, Custom)
    [all...]
  /external/clang/lib/AST/
Type.cpp 31 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()));
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 481 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops);
510 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops);
564 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops);
616 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 138 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
141 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
239 setOperationAction(ISD::STACKSAVE, MVT::Other, Custom);
240 setOperationAction(ISD::STACKRESTORE, MVT::Other, Custom);
243 setOperationAction(ISD::PREFETCH, MVT::Other, Custom);
254 // We can use the extended form of FI for other rounding operations.
292 setOperationAction(ISD::VASTART, MVT::Other, Custom);
293 setOperationAction(ISD::VACOPY, MVT::Other, Custom);
294 setOperationAction(ISD::VAEND, MVT::Other, Expand);
776 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other,
    [all...]

Completed in 1145 milliseconds

1 2 3 4 5 6 78 91011>>