Home
last modified time | relevance | path

Searched refs:WSE (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp1017 WSI = PTI->WriteSequences.begin(), WSE = PTI->WriteSequences.end(); in hasVariant() local
1018 WSI != WSE; ++WSI) { in hasVariant()
1252 WSI = Trans.WriteSequences.begin(), WSE = Trans.WriteSequences.end(); in substituteVariants() local
1253 WSI != WSE; ++WSI) { in substituteVariants()
1284 WSI = I->WriteSequences.begin(), WSE = I->WriteSequences.end(); in inferFromTransitions() local
1285 WSI != WSE; ++WSI) { in inferFromTransitions()
1761 WSI = TI->WriteSequences.begin(), WSE = TI->WriteSequences.end(); in dump() local
1762 WSI != WSE; ++WSI) { in dump()
DSubtargetEmitter.cpp926 for (IdxIter WSI = WriteSeq.begin(), WSE = WriteSeq.end(); in GenSchedClassTables() local
927 WSI != WSE; ++WSI) { in GenSchedClassTables()