Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp199 static SetVector<MachineInstr *> CurrentPredicates; member in __anonc75ae5220111::VPTState
204 assert((CurrentPredicates.size() || MI->getParent()->isLiveIn(ARM::VPR)) in CreateVPTBlock()
211 MI, std::make_unique<PredicatedMI>(MI, CurrentPredicates)); in CreateVPTBlock()
217 CurrentPredicates.clear(); in reset()
223 MI, std::make_unique<PredicatedMI>(MI, CurrentPredicates)); in addInst()
228 CurrentPredicates.insert(MI); in addPredicate()
233 CurrentPredicates.clear(); in resetPredicate()
234 CurrentPredicates.insert(MI); in resetPredicate()
539 SetVector<MachineInstr *> VPTState::CurrentPredicates; member in VPTState