HomeSort by relevance Sort by last modified time
    Searched refs:Conds (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterEmitter.cpp 613 std::vector<std::string> Conds;
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.end(); I != E; ++I
    [all...]
AsmMatcherEmitter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
SubtargetFeatureInfo.cpp 133 StringRef Conds = CondStorage;
134 std::pair<StringRef, StringRef> Comma = Conds.split(',');
AsmWriterEmitter.cpp 611 std::vector<std::string> Conds;
621 void addCond(const std::string &C) { Conds.push_back(C); }
660 if (Conds.empty()) {
668 I = Conds.begin(), E = Conds.end(); I != E; ++I) {
669 if (I != Conds.begin()) {
715 if (Conds.size() != RHS.Conds.size())
719 for (const auto &str : Conds)
720 if (str != RHS.Conds[Idx++]
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 602 std::vector<std::string> Conds;
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[Idx++]
    [all...]
AsmMatcherEmitter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
JumpThreading.cpp 547 PredValueInfoTy Conds;
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));
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclExprConstructor.h 202 template <bool Conds, size_t X , size_t Y > struct ValueCondition {
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 524 BranchVector &Conds = Loops ? LoopConds : Conditions;
528 for (BranchInst *Term : Conds) {
JumpThreading.cpp 626 PredValueInfoTy Conds;
628 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds,
630 for (auto &C : Conds) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 532 BranchVector &Conds = Loops ? LoopConds : Conditions;
536 for (BranchInst *Term : Conds) {
JumpThreading.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86SpeculativeLoadHardening.cpp 718 ArrayRef<X86::CondCode> Conds) {
740 for (X86::CondCode Cond : Conds) {
753 if (!LiveEFLAGS && Cond == Conds.back())
    [all...]

Completed in 334 milliseconds