/external/llvm/include/llvm/Target/ |
TargetRegisterInfo.h | 105 for(int i = 0; VTs[i] != MVT::Other; ++i) 119 while (*I != MVT::Other) ++I; 175 /// class of at least one other TargetRegisterClass. 190 /// other criteria. 309 getMinimalPhysRegClass(unsigned Reg, EVT VT = MVT::Other) const; 323 /// of other registers in its class. 377 /// On the other hand, the ARM NEON lanes fully cover their registers: The 393 /// other. The registers may be virtual register. 668 /// allocation hint of the other half of the pair should be changed to point 733 /// reference would be better served by a base register other than F [all...] |
/external/llvm/include/llvm/Analysis/ |
Dominators.h | 33 /// DominatorBase - Base class that other, more interesting dominator analyses 104 bool compare(const DomTreeNodeBase<NodeT> *Other) const { 105 if (getNumChildren() != Other->getNumChildren()) 109 for (const_iterator I = Other->begin(), E = Other->end(); I != E; ++I) { 143 // Return true if this node is dominated by other. Use this only if DFS info 145 bool DominatedBy(const DomTreeNodeBase<NodeT> *other) const { 146 return this->DFSNumIn >= other->DFSNumIn && 147 this->DFSNumOut <= other->DFSNumOut; 291 // If NewBB strictly dominates other blocks, then it is now the immediat [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineBasicBlock.h | 404 /// ends with an unconditional branch to some other block. 482 /// If the instruction is part of a bundle, the other instructions in the 488 /// If the instruction is part of a bundle, the other instructions in the 527 /// If the instruction is part of a bundle, the other instructions in the 535 /// Take an instruction from MBB 'Other' at the position From, and insert it 539 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { 542 splice(Where, Other, From, llvm::next(From)); 545 /// Take a block of instructions from MBB 'Other' in the range [From, To), 550 void splice(iterator Where, MachineBasicBlock *Other, 552 Insts.splice(Where.getInstrIterator(), Other->Insts [all...] |
/external/llvm/unittests/Support/ |
ArrayRecyclerTest.cpp | 21 Object *Other;
|
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 230 return DAG.getNode(SPISD::RET_FLAG, DL, MVT::Other, 308 return DAG.getNode(SPISD::RET_FLAG, DL, MVT::Other, 481 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Copy, Chain); 521 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, 637 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, 781 // Increment the pointer to the other half. [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
Android.mk | 48 # Other builds are device-specific and will provide their own
|
/external/chromium_org/content/test/data/indexeddb/ |
cursor_prefetch.js | 188 // Schedule some other request. 193 debug("Other request fired before continue, as expected."); 195 debug("Other request fired out-of-order!"); 212 debug("Other request fired right after continue as expected."); 214 debug("Other request didn't fire right after continue as expected.");
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 212 setOperationAction(ISD::SUBC, MVT::Other, Expand); 213 setOperationAction(ISD::ADDE, MVT::Other, Expand); 214 setOperationAction(ISD::ADDC, MVT::Other, Expand); 215 setOperationAction(ISD::BRCOND, MVT::Other, Custom); 216 setOperationAction(ISD::BR_JT, MVT::Other, Expand); 217 setOperationAction(ISD::BRIND, MVT::Other, Expand); 218 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::Other, Expand); 220 setOperationAction(ISD::BUILD_VECTOR, MVT::Other, Custom); 313 // Other Lowering Hooks
|
/external/clang/include/clang/Basic/ |
Module.h | 227 Module *Other; 274 /// \brief Determine whether this module is a submodule of the given other 276 bool isSubModuleOf(Module *Other) const;
|
/external/eigen/Eigen/src/SparseCore/ |
SparseUtil.h | 23 EIGEN_STRONG_INLINE Derived& operator Op(const Eigen::SparseMatrixBase<OtherDerived>& other) \ 25 return Base::operator Op(other.derived()); \ 27 EIGEN_STRONG_INLINE Derived& operator Op(const Derived& other) \ 29 return Base::operator Op(other); \ 33 template<typename Other> \ 34 EIGEN_STRONG_INLINE Derived& operator Op(const Other& scalar) \
|
/external/llvm/lib/IR/ |
BasicBlock.cpp | 67 // nodes. There are no other possible uses at this point. 241 BasicBlock *Other = APN->getIncomingBlock(APN->getIncomingBlock(0) == Pred); 244 if (this == Other) max_idx = 3;
|
/external/llvm/lib/Transforms/Scalar/ |
CorrelatedValuePropagation.cpp | 82 Value *Other = S->getOperand(2); 83 if (!CI->isOne()) std::swap(ReplaceWith, Other); 106 // the incoming value with the other value of the select. This often allows 238 // If this was the first edge to be visited, record that all other edges
|
/external/llvm/test/MC/ARM/ |
eh-directive-section-multiple-func.s | 116 @ CHECK: Other: 0 125 @ CHECK: Other: 0
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 212 setOperationAction(ISD::SUBC, MVT::Other, Expand); 213 setOperationAction(ISD::ADDE, MVT::Other, Expand); 214 setOperationAction(ISD::ADDC, MVT::Other, Expand); 215 setOperationAction(ISD::BRCOND, MVT::Other, Custom); 216 setOperationAction(ISD::BR_JT, MVT::Other, Expand); 217 setOperationAction(ISD::BRIND, MVT::Other, Expand); 218 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::Other, Expand); 220 setOperationAction(ISD::BUILD_VECTOR, MVT::Other, Custom); 313 // Other Lowering Hooks
|
/hardware/libhardware/modules/audio/ |
Android.mk | 17 # The default audio HAL module, which is a stub, that is loaded if no other 22 # required type is 'primary'. Other possibilites are 'a2dp', 'usb', etc.
|
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | 337 return DAG.getNode(HexagonISD::RET_FLAG, dl, MVT::Other, 508 // nodes are independent of each other. 510 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &MemOpChains[0], 568 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue); 619 // TODO: Put this function along with the other isS* functions in 761 return DAG.getNode(HexagonISD::BR_JT, dl, MVT::Other, Chain, LoadTarget); [all...] |
HexagonISelDAGToDAG.cpp | 416 MVT::Other, 453 MVT::Other, Base, TargetConst, 474 MVT::Other, Base, TargetConst0, 521 MVT::i32, MVT::Other, Base, 526 MVT::i64, MVT::Other, 548 MVT::Other, 553 MVT::i64, MVT::Other, 632 MVT::i32, MVT::Other, Base, 652 MVT::Other, Base, TargetConst0, 719 MVT::Other, Ops) [all...] |
/external/llvm/lib/Target/R600/ |
AMDILISelLowering.cpp | 195 setOperationAction(ISD::SUBC, MVT::Other, Expand); 196 setOperationAction(ISD::ADDE, MVT::Other, Expand); 197 setOperationAction(ISD::ADDC, MVT::Other, Expand); 198 setOperationAction(ISD::BRCOND, MVT::Other, Custom); 199 setOperationAction(ISD::BR_JT, MVT::Other, Expand); 200 setOperationAction(ISD::BRIND, MVT::Other, Expand); 201 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::Other, Expand); 287 // Other Lowering Hooks
|
/external/llvm/utils/TableGen/ |
DAGISelMatcher.h | 147 /// unlinkNode - Unlink the specified node from this chain. If Other == this, 148 /// we unlink the next pointer and return it. Otherwise we unlink Other from 150 Matcher *unlinkNode(Matcher *Other); 152 /// canMoveBefore - Return true if this matcher is the same as Other, or if 153 /// we can move this matcher past all of the nodes in-between Other and this 154 /// node. Other must be equal to or before this. 155 bool canMoveBefore(const Matcher *Other) const; 159 bool canMoveBeforeNode(const Matcher *Other) const; 163 bool isContradictory(const Matcher *Other) const { 167 // the CheckOpcode method, not the other way around [all...] |
/external/clang/include/clang/AST/ |
TemplateBase.h | 133 /// value as Other but a different type. 134 TemplateArgument(const TemplateArgument &Other, QualType Type) 136 Integer = Other.Integer; 332 bool structurallyEquals(const TemplateArgument &Other) const;
|
/external/clang/lib/Basic/ |
Module.cpp | 86 bool Module::isSubModuleOf(Module *Other) const { 89 if (This == Other) 387 OS << Conflicts[I].Other->getFullModuleName();
|
/external/llvm/lib/Support/ |
StringRef.cpp | 86 unsigned StringRef::edit_distance(llvm::StringRef Other, 91 llvm::ArrayRef<char>(Other.data(), Other.size()),
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ConsoleModel.js | 12 * in the documentation and/or other materials provided with the 245 Other: "other",
|
/external/clang/lib/Serialization/ |
GlobalModuleIndex.cpp | 45 /// \brief Contains version information and potentially other metadata, 497 enum { Other, ControlBlock, ASTBlock } State = Other; 507 // In the 'other' state, just skip the record. We don't care. 508 if (State == Other) { 541 State = Other; 737 // Coordinate building the global index file with other processes that might
|
/external/llvm/include/llvm/ |
DebugInfo.h | 106 bool operator==(DIDescriptor Other) const { 107 return DbgNode == Other.DbgNode; 109 bool operator!=(DIDescriptor Other) const { 110 return !operator==(Other); 313 /// other types, like a function or struct.
|