/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 100 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, MVT::Glue) [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 321 // 64-bit FILD followed by conditional FADD for other targets. 324 // FILD for other targets. 432 setOperationAction(ISD::BR_JT , MVT::Other, Expand); 433 setOperationAction(ISD::BRCOND , MVT::Other, Custom); 441 setOperationAction(ISD::SELECT_CC , MVT::Other, Expand); 527 setOperationAction(ISD::EH_RETURN , MVT::Other, Custom); 531 // other SjLj exception interfaces are implemented and please don't build 535 setOperationAction(ISD::EH_SJLJ_LONGJMP, MVT::Other, Custom); 564 setOperationAction(ISD::PREFETCH , MVT::Other, Legal); 566 setOperationAction(ISD::ATOMIC_FENCE , MVT::Other, Custom) [all...] |
X86ISelDAGToDAG.cpp | 323 // If the other operand is a 8-bit immediate we should fold the immediate 337 // If the other operand is a TLS address, we should fold it instead. 377 MVT::Other, &Ops[0], Ops.size()); 520 // FPStack has extload and truncstore. SSE can fold direct loads into other 542 // anything below the conversion could be folded into other existing nodes. 646 // FIXME: This can be improved for kernel and other models? 742 // TODO: Which other code models can use this? [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/CodeGen/SelectionDAG/ |
FastISel.cpp | 252 // cache values defined by Instructions across blocks, and other values 359 if (VT == MVT::Other || !VT.isSimple()) 627 // here but it has no other uses, then we have a problem. E.g., 738 if (SrcVT == MVT::Other || !SrcVT.isSimple() || 739 DstVT == MVT::Other || !DstVT.isSimple()) 779 // Bitcasts of other values become reg-reg copies or BITCAST operators. 782 if (SrcEVT == MVT::Other || DstEVT == MVT::Other || [all...] |
SelectionDAGDumper.cpp | 253 // Other operators 337 if (getValueType(i) == MVT::Other) 607 if (N->getOperand(i).getValueType() == MVT::Other)
|
SelectionDAG.cpp | 713 // recursive merging of other unrelated nodes down the line. 873 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)), [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | [all...] |
/external/chromium_org/native_client_sdk/src/tools/ |
nacl_llvm.mk | 96 # $6 = Other Linker Args
|
/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-restart-frame.js | 10 // disclaimer in the documentation and/or other materials provided 118 print("Other: " + event);
|
md5.js | 10 // disclaimer in the documentation and/or other materials provided 31 // Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
|
/external/chromium_org/v8/test/webkit/fast/js/ |
regexp-unicode-handling.js | 11 // documentation and/or other materials provided with the distribution. 33 // Other RegExs from Gmail source
|
/external/llvm/include/llvm/CodeGen/ |
ValueTypes.h | 42 Other = 0, // This is a non-standard value 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/ |
AArch64ISelDAGToDAG.cpp | 233 MVT::i64, MVT::i32, MVT::Other, 389 AN->getValueType(0), MVT::Other,
|
/external/llvm/lib/Target/R600/ |
AMDGPUISelLowering.cpp | 41 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); 164 return DAG.getNode(AMDGPUISD::RET_FLAG, DL, MVT::Other, Chain);
|
/external/llvm/utils/TableGen/ |
CodeGenInstruction.cpp | 218 // Only other constraint is "TIED_TO" for now. 343 /// MVT::Other. 346 if (ImplicitDefs.empty()) return MVT::Other; 355 return MVT::Other; 506 // FIXME: What other attributes should we check here? Identical 553 // don't have any other way to specify the whole operand.
|
CodeGenTarget.cpp | 44 case MVT::Other: return "UNKNOWN"; 53 case MVT::Other: return "MVT::Other";
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/ |
background.js | 10 'Other Bookmarks': '2' 36 * A CallbackChain can be used to wrap other callbacks and perform a list of 261 this._root.appendChild(new Node(this._nodesMap, '2', 'Other Bookmarks'));
|
/external/llvm/include/llvm/ADT/ |
StringRef.h | 38 /// situations where the character data resides in some other buffer, whose 162 /// \param Other the string to compare this string against. 175 /// transform one of the given strings into the other. If zero, 177 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
|
/external/llvm/lib/Target/ARM/ |
ARMISelDAGToDAG.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopStrengthReduce.cpp | 17 // available on the target, and it performs a variety of other optimizations 33 // the value of the induction variable after the increment. The other common 380 /// which are used by uses other than the use with the given index. 744 // Fow now, consider any other type of expression (div/mul/min/max) high cost. 805 bool operator<(const Cost &Other) const; [all...] |
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | 125 RedeclarableResult(const RedeclarableResult &Other) 126 : Reader(Other.Reader), FirstID(Other.FirstID), Owning(Other.Owning) , 127 DeclKind(Other.DeclKind) 129 Other.Owning = false; 168 FindExistingResult(const FindExistingResult &Other) 169 : Reader(Other.Reader), New(Other.New), Existing(Other.Existing), [all...] |
/external/llvm/lib/CodeGen/ |
AggressiveAntiDepBreaker.cpp | 90 unsigned Other = (Parent == Group1) ? Group2 : Group1; 91 GroupNodes.at(Other) = Parent; 98 // stay as is because there could be other GroupNodes referring to 286 // other types of edges. 593 // registers are available for the other group subregisters, then we 600 TRI->getMinimalPhysRegClass(SuperReg, MVT::Other); 829 // If the SUnit has other dependencies on the SUnit that 832 // units from being scheduled past each other 835 // Also, if there are dependencies on other SUnits with the 857 DEBUG(dbgs() << " (other dependency)\n") [all...] |
/external/llvm/lib/Target/Mips/ |
MipsSEISelLowering.cpp | 110 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); 197 // If there exist users other than ADDENode or ADDCNode, this function returns 273 // If there exist users other than SUBENode or SUBCNode, this function returns 621 bool HasChainIn = Op->getOperand(0).getValueType() == MVT::Other; 662 assert(Val->getValueType(1) == MVT::Other);
|
/external/clang/include/clang/AST/ |
Type.h | 360 // If the other set doesn't have any non-boolean qualifiers, just 377 // If the other set doesn't have any non-boolean qualifiers, just 405 /// Generally this answers the question of whether an object with the other 407 bool compatiblyIncludes(Qualifiers other) const { 410 getAddressSpace() == other.getAddressSpace() && 413 (getObjCGCAttr() == other.getObjCGCAttr() || 414 !hasObjCGCAttr() || !other.hasObjCGCAttr()) && 416 getObjCLifetime() == other.getObjCLifetime() && 418 (((Mask & CVRMask) | (other.Mask & CVRMask)) == (Mask & CVRMask)); 424 /// One set of Objective-C lifetime qualifiers compatibly includes the other [all...] |