Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp602 std::vector<std::string> Conds; member in __anone1425a3c0411::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 ==()
DAsmMatcherEmitter.cpp2475 StringRef Conds = CondStorage; in emitComputeAvailableFeatures() local
2476 std::pair<StringRef,StringRef> Comma = Conds.split(','); in emitComputeAvailableFeatures()
/external/llvm-project/llvm/utils/TableGen/
DAsmWriterEmitter.cpp674 std::vector<std::string> Conds; member in __anone4d2dcea0411::IAPrinter
685 void addCond(std::string C) { Conds.push_back(std::move(C)); } in addCond()
686 ArrayRef<std::string> getConds() const { return Conds; } in getConds()
687 size_t getCondCount() const { return Conds.size(); } in getCondCount()
768 if (Conds.size() != RHS.Conds.size()) in operator ==()
772 for (const auto &str : Conds) in operator ==()
773 if (str != RHS.Conds[Idx++]) in operator ==()
1060 std::string Conds; in EmitPrintAliasInstruction() local
1061 raw_string_ostream CondO(Conds); in EmitPrintAliasInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInstPrinter.cpp125 ArrayRef<AliasPatternCond> Conds = in matchAliasPatterns() local
128 if (llvm::all_of(Conds, [&](const AliasPatternCond &C) { in matchAliasPatterns()
/external/llvm-project/llvm/lib/MC/
DMCInstPrinter.cpp145 ArrayRef<AliasPatternCond> Conds = in matchAliasPatterns() local
149 if (llvm::all_of(Conds, [&](const AliasPatternCond &C) { in matchAliasPatterns()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp539 BranchVector &Conds = Loops ? LoopConds : Conditions; in insertConditions() local
543 for (BranchInst *Term : Conds) { in insertConditions()
DJumpThreading.cpp916 PredValueInfoTy Conds; in ComputeValueKnownInPredecessorsImpl() local
918 ComputeValueKnownInPredecessorsImpl(SI->getCondition(), BB, Conds, in ComputeValueKnownInPredecessorsImpl()
920 for (auto &C : Conds) { in ComputeValueKnownInPredecessorsImpl()
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp524 BranchVector &Conds = Loops ? LoopConds : Conditions; in insertConditions() local
528 for (BranchInst *Term : Conds) { in insertConditions()
DJumpThreading.cpp626 PredValueInfoTy Conds; in ComputeValueKnownInPredecessors() local
628 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds, in ComputeValueKnownInPredecessors()
630 for (auto &C : Conds) { in ComputeValueKnownInPredecessors()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp545 BranchVector &Conds = Loops ? LoopConds : Conditions; in insertConditions() local
549 for (BranchInst *Term : Conds) { in insertConditions()
DJumpThreading.cpp942 PredValueInfoTy Conds; in computeValueKnownInPredecessorsImpl() local
944 computeValueKnownInPredecessorsImpl(SI->getCondition(), BB, Conds, in computeValueKnownInPredecessorsImpl()
946 for (auto &C : Conds) { in computeValueKnownInPredecessorsImpl()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorSyclExprConstructor.h202 template <bool Conds, size_t X , size_t Y > struct ValueCondition {
/external/llvm-project/llvm/lib/Target/X86/
DX86SpeculativeLoadHardening.cpp728 ArrayRef<X86::CondCode> Conds) { in tracePredStateThroughCFG() argument
750 for (X86::CondCode Cond : Conds) { in tracePredStateThroughCFG()
764 if (!LiveEFLAGS && Cond == Conds.back()) in tracePredStateThroughCFG()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SpeculativeLoadHardening.cpp727 ArrayRef<X86::CondCode> Conds) { in tracePredStateThroughCFG() argument
749 for (X86::CondCode Cond : Conds) { in tracePredStateThroughCFG()
763 if (!LiveEFLAGS && Cond == Conds.back()) in tracePredStateThroughCFG()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h4678 struct Conds {
4682 Conds(StringRef Arch, ArrayRef<StringRef> Feats)
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenAsmWriter.inc8165 static const AliasPatternCond Conds[] = {
8997 makeArrayRef(Conds),
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenAsmWriter.inc12209 static const AliasPatternCond Conds[] = {
12611 makeArrayRef(Conds),
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenAsmWriter.inc7764 static const AliasPatternCond Conds[] = {
9851 makeArrayRef(Conds),
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmWriter.inc17243 static const AliasPatternCond Conds[] = {
22858 makeArrayRef(Conds),
DAArch64GenAsmWriter1.inc17964 static const AliasPatternCond Conds[] = {
23579 makeArrayRef(Conds),
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenAsmWriter1.inc33195 static const AliasPatternCond Conds[] = {
33225 makeArrayRef(Conds),
DX86GenAsmWriter.inc48872 static const AliasPatternCond Conds[] = {
48902 makeArrayRef(Conds),