/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | AsmWriterEmitter.cpp | 613 std::vector<std::string> Conds; member in __anon94c4c78a0111::IAPrinter 622 void addCond(const std::string &C) { Conds.push_back(C); } in addCond() 629 if (Conds.empty() && ReqFeatures.empty()) { in print() 637 I = Conds.begin(), E = Conds.end(); I != E; ++I) { in print() 638 if (I != Conds.begin()) { in print() 660 if (Conds.size() != RHS.Conds.size()) in operator ==() 665 I = Conds.begin(), E = Conds.end(); I != E; ++I) in operator ==() 666 if (*I != RHS.Conds[Idx++]) in operator ==() 673 if (Conds.size() < RHS.Conds.size()) in operator ()() 678 I = Conds.begin(), E = Conds.end(); I != E; ++I) in operator ()() [all …]
|
D | AsmMatcherEmitter.cpp | 1838 StringRef Conds = CondStorage; in EmitComputeAvailableFeatures() local 1839 std::pair<StringRef,StringRef> Comma = Conds.split(','); in EmitComputeAvailableFeatures()
|
/external/llvm/utils/TableGen/ |
D | AsmWriterEmitter.cpp | 602 std::vector<std::string> Conds; member in __anon729894de0411::IAPrinter 611 void addCond(const std::string &C) { Conds.push_back(C); } in addCond() 650 if (Conds.empty()) { in print() 658 I = Conds.begin(), E = Conds.end(); I != E; ++I) { in print() 659 if (I != Conds.begin()) { in print() 705 if (Conds.size() != RHS.Conds.size()) in operator ==() 709 for (const auto &str : Conds) in operator ==() 710 if (str != RHS.Conds[Idx++]) in operator ==()
|
D | AsmMatcherEmitter.cpp | 2475 StringRef Conds = CondStorage; in emitComputeAvailableFeatures() local 2476 std::pair<StringRef,StringRef> Comma = Conds.split(','); in emitComputeAvailableFeatures()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | AsmWriterEmitter.cpp | 611 std::vector<std::string> Conds; member in __anonfd1139360411::IAPrinter 621 void addCond(const std::string &C) { Conds.push_back(C); } in addCond() 660 if (Conds.empty()) { in print() 668 I = Conds.begin(), E = Conds.end(); I != E; ++I) { in print() 669 if (I != Conds.begin()) { in print() 715 if (Conds.size() != RHS.Conds.size()) in operator ==() 719 for (const auto &str : Conds) in operator ==() 720 if (str != RHS.Conds[Idx++]) in operator ==()
|
D | SubtargetFeatureInfo.cpp | 133 StringRef Conds = CondStorage; in emitComputeAssemblerAvailableFeatures() local 134 std::pair<StringRef, StringRef> Comma = Conds.split(','); in emitComputeAssemblerAvailableFeatures()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 547 PredValueInfoTy Conds; in ComputeValueKnownInPredecessors() local 549 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds, in ComputeValueKnownInPredecessors() 551 for (unsigned i = 0, e = Conds.size(); i != e; ++i) { in ComputeValueKnownInPredecessors() 552 Constant *Cond = Conds[i].first; in ComputeValueKnownInPredecessors() 569 Result.push_back(std::make_pair(Val, Conds[i].second)); in ComputeValueKnownInPredecessors()
|
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 524 BranchVector &Conds = Loops ? LoopConds : Conditions; in insertConditions() local 528 for (BranchInst *Term : Conds) { in insertConditions()
|
D | JumpThreading.cpp | 626 PredValueInfoTy Conds; in ComputeValueKnownInPredecessors() local 628 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds, in ComputeValueKnownInPredecessors() 630 for (auto &C : Conds) { in ComputeValueKnownInPredecessors()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 532 BranchVector &Conds = Loops ? LoopConds : Conditions; in insertConditions() local 536 for (BranchInst *Term : Conds) { in insertConditions()
|
D | JumpThreading.cpp | 896 PredValueInfoTy Conds; in ComputeValueKnownInPredecessors() local 898 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds, in ComputeValueKnownInPredecessors() 900 for (auto &C : Conds) { in ComputeValueKnownInPredecessors()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorSyclExprConstructor.h | 202 template <bool Conds, size_t X , size_t Y > struct ValueCondition {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86SpeculativeLoadHardening.cpp | 718 ArrayRef<X86::CondCode> Conds) { in tracePredStateThroughCFG() argument 740 for (X86::CondCode Cond : Conds) { in tracePredStateThroughCFG() 753 if (!LiveEFLAGS && Cond == Conds.back()) in tracePredStateThroughCFG()
|