Searched refs:Conds (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DAsmWriterEmitter.cpp613 std::vector<std::string> Conds; member in class:__anon19122::IAPrinter
622 void addCond(const std::string &C) { Conds.push_back(C); }
629 if (Conds.empty() && ReqFeatures.empty()) {
637 I = Conds.begin(), E = Conds.end(); I != E; ++I) {
638 if (I != Conds.begin()) {
660 if (Conds.size() != RHS.Conds.size())
665 I = Conds.begin(), E = Conds
[all...]
H A DAsmMatcherEmitter.cpp1838 StringRef Conds = CondStorage; local
1839 std::pair<StringRef,StringRef> Comma = Conds.split(',');
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp602 std::vector<std::string> Conds; member in class:__anon13740::IAPrinter
611 void addCond(const std::string &C) { Conds.push_back(C); }
650 if (Conds.empty()) {
658 I = Conds.begin(), E = Conds.end(); I != E; ++I) {
659 if (I != Conds.begin()) {
705 if (Conds.size() != RHS.Conds.size())
709 for (const auto &str : Conds)
710 if (str != RHS.Conds[Id
[all...]
H A DAsmMatcherEmitter.cpp2475 StringRef Conds = CondStorage;
2476 std::pair<StringRef,StringRef> Comma = Conds.split(',');
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DJumpThreading.cpp547 PredValueInfoTy Conds; local
549 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds,
551 for (unsigned i = 0, e = Conds.size(); i != e; ++i) {
552 Constant *Cond = Conds[i].first;
569 Result.push_back(std::make_pair(Val, Conds[i].second));
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclExprConstructor.h202 template <bool Conds, size_t X , size_t Y > struct ValueCondition {
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp524 BranchVector &Conds = Loops ? LoopConds : Conditions; local
528 for (BranchInst *Term : Conds) {
H A DJumpThreading.cpp626 PredValueInfoTy Conds; local
628 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds,
630 for (auto &C : Conds) {

Completed in 556 milliseconds