Home
last modified time | relevance | path

Searched defs:Seq (Results 1 – 22 of 22) sorted by relevance

/external/llvm/utils/TableGen/
DSequenceToOffsetTable.h69 void add(const SeqT &Seq) { in add()
100 unsigned get(const SeqT &Seq) const { in get()
DCodeGenSchedule.cpp190 RecVec Seq = RWDef->getValueAsListOfDefs("Writes"); in scanSchedRW() local
334 std::string CodeGenSchedModels::genRWName(const IdxVec& Seq, bool IsRead) { in genRWName()
465 unsigned CodeGenSchedModels::findRWForSequence(const IdxVec &Seq, in findRWForSequence()
479 unsigned CodeGenSchedModels::findOrInsertRW(ArrayRef<unsigned> Seq, in findOrInsertRW()
1199 SmallVectorImpl<unsigned> &Seq = RWSequences.back(); in pushVariant() local
1353 SmallVectorImpl<unsigned> &Seq = LastTransitions[0].WriteSequences[Idx]; in inferFromRW() local
1364 SmallVectorImpl<unsigned> &Seq = LastTransitions[0].ReadSequences[Idx]; in inferFromRW() local
/external/chromium_org/v8/src/
Deffects.h48 static Effect Seq(Effect e1, Effect e2, Zone* zone) { in Seq() function
96 void Seq(Var var, Effect effect) { in Seq() function
104 void Seq(Effects that) { in Seq() function
/external/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.cpp85 void MipsAnalyzeImmediate::ReplaceADDiuSLLWithLUi(InstSeq &Seq) { in ReplaceADDiuSLLWithLUi()
DMipsSEInstrInfo.cpp392 const MipsAnalyzeImmediate::InstSeq &Seq = in loadImmediate() local
DMipsSEISelDAGToDAG.cpp692 const MipsAnalyzeImmediate::InstSeq &Seq = in selectNode() local
/external/llvm/utils/lit/lit/
DShCommands.py65 class Seq: class
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp433 unsigned char Seq : 8; member in __anon7892a6a40411::PtrState
899 Value *Ptr, Sequence Seq) { in GenerateARCBBEntranceAnnotation()
942 Value *Ptr, Sequence Seq) { in GenerateARCBBTerminatorAnnotation()
1631 const Sequence Seq = I->second.GetSeq(); in CheckForCFGHazards() local
1836 Sequence Seq = S.GetSeq(); in VisitInstructionBottomUp() local
2069 Sequence Seq = S.GetSeq(); in VisitInstructionTopDown() local
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc770 ExprEffect Seq(clang::Stmt* parent, in Seq() function in __anon34989fd00111::FunctionAnalyzer
952 void Seq(clang::Stmt* a, clang::Stmt* b, clang::Stmt* c) { in Seq() function in __anon34989fd00111::FunctionAnalyzer::Block
959 void Seq(clang::Stmt* a, clang::Stmt* b) { in Seq() function in __anon34989fd00111::FunctionAnalyzer::Block
/external/chromium_org/mojo/system/
Dlocal_data_pipe_unittest.cc875 void Seq(int32_t start, size_t count, int32_t* out) { in Seq() function
/external/chromium_org/third_party/cython/src/Cython/Plex/
DRegexps.py289 class Seq(RE): class
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsnamed.c720 cmsSEQ* Seq; in cmsAllocProfileSequenceDescription() local
Dcmsvirt.c67 cmsSEQ* Seq = cmsAllocProfileSequenceDescription(ContextID, 1); in SetSeqDescTag() local
Dcmstypes.c3308 cmsSEQ* Seq = (cmsSEQ*) Ptr; in Type_ProfileSequenceDesc_Write() local
3422 cmsSEQ* Seq = (cmsSEQ*) Cargo; in WriteSeqID() local
3437 cmsSEQ* Seq = (cmsSEQ*) Ptr; in Type_ProfileSequenceId_Write() local
/external/opencv/cvaux/src/
Dcvlee.cpp1450 CvSeq* Seq; in cvReleaseVoronoiStorage() local
4449 T _cvSeqPush(CvSeq* Seq, T pElem) in _cvSeqPush()
4457 T _cvSeqPushFront(CvSeq* Seq, T pElem) in _cvSeqPushFront()
/external/clang/lib/Sema/
DSemaInit.cpp953 InitializationSequence Seq(SemaRef, Entity, Kind, expr); in CheckSubElementType() local
7192 InitializationSequence Seq(*this, Entity, Kind, InitE); in CanPerformCopyInitialization() local
7214 InitializationSequence Seq(*this, Entity, Kind, InitE, TopLevelOfInitList); in PerformCopyInitialization() local
DSemaChecking.cpp6427 class Seq { class in __anon74e15dea0911::SequenceChecker::SequenceTree
6428 explicit Seq(unsigned N) : Index(N) {} in Seq() function in __anon74e15dea0911::SequenceChecker::SequenceTree::Seq
6432 Seq() : Index(0) {} in Seq() function in __anon74e15dea0911::SequenceChecker::SequenceTree::Seq
6496 SequenceTree::Seq Seq; member
DSemaExprObjC.cpp350 InitializationSequence Seq(S, Entity, Kind, Element); in CheckObjCCollectionLiteralElement() local
DSemaStmt.cpp2527 InitializationSequence Seq(*this, Entity, Kind, InitExpr); in PerformMoveOrCopyInitialization() local
DSemaDeclCXX.cpp2446 InitializationSequence Seq(*this, Entity, Kind, InitExpr); in ActOnFinishCXXInClassMemberInitializer() local
/external/llvm/unittests/Support/
DYAMLIOTest.cpp1638 OptionalTestSeq Seq; in TEST() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9069 unsigned Seq = 0; in MergeConsecutiveStores() local