Home
last modified time | relevance | path

Searched refs:CondVal (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/dports/lang/gawk/gawk-5.1.1/vms/
H A Dvms_gawk.c86 if (CondVal(sts) == CondVal(CLI$_SYNTAX)) { in vms_gawk()
99 else if (CondVal(sts) == CondVal(CLI$_INSFPRM)) in vms_gawk()
103 else if (CondVal(sts) == CondVal(CLI$_CONFLICT)) in vms_gawk()
106 else if (CondVal(sts) == CondVal(CLI$_RUNUSED)) in vms_gawk()
131 if (CondVal(Cli_Present("TRADITIONAL")) != CondVal(CLI$_NEGATED)) in vms_gawk()
133 if (CondVal(Cli_Present("STRICT")) != CondVal(CLI$_NEGATED)) in vms_gawk()
/dports/japanese/gawk/gawk-3.0.6/vms/
H A Dvms_gawk.c71 if (CondVal(sts) == CondVal(CLI$_SYNTAX)) { in vms_gawk()
82 else if (CondVal(sts) == CondVal(CLI$_INSFPRM)) in vms_gawk()
84 else if (CondVal(sts) == CondVal(CLI$_CONFLICT)) in vms_gawk()
86 else if (CondVal(sts) == CondVal(CLI$_RUNUSED)) in vms_gawk()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/4.0/
H A DInstCombineSelect.cpp896 Value *CondVal = SI.getCondition(); in foldAddSubSelect() local
1025 Value *CondVal = SI.getCondition(); in canonicalizeSelectToShuffle() local
1027 if (!CondVal->getType()->isVectorTy() || !match(CondVal, m_Constant(CondC))) in canonicalizeSelectToShuffle()
1106 Value *CondVal = SI.getCondition(); in visitSelectInst() local
1126 Value *NotCond = Builder->CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
1135 Value *NotCond = Builder->CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
1141 if (CondVal == TrueVal) in visitSelectInst()
1143 if (CondVal == FalseVal) in visitSelectInst()
1171 Value *NotCond = Builder->CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
1177 Value *NotCond = Builder->CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineSelect.cpp1193 Value* CondVal = SI.getCondition(); in foldAddSubSelect() local
1330 Value* CondVal = SI.getCondition(); in canonicalizeSelectToShuffle() local
1332 if (!CondVal->getType()->isVectorTy() || !match(CondVal, m_Constant(CondC))) in canonicalizeSelectToShuffle()
1550 Value* CondVal = SI.getCondition(); in visitSelectInst() local
1603 Value* NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
1612 Value* NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
1618 if (CondVal == TrueVal) in visitSelectInst()
1620 if (CondVal == FalseVal) in visitSelectInst()
1649 Value* NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
1655 Value* NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1163 Value *CondVal = SI.getCondition();
1295 Value *CondVal = SI.getCondition();
1297 if (!CondVal->getType()->isVectorTy() || !match(CondVal, m_Constant(CondC)))
1507 Value *CondVal = SI.getCondition();
1560 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName());
1569 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName());
1575 if (CondVal == TrueVal)
1577 if (CondVal == FalseVal)
1606 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName());
1612 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName());
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1213 Value *CondVal = SI.getCondition(); in foldAddSubSelect() local
1345 Value *CondVal = SI.getCondition(); in canonicalizeSelectToShuffle() local
1347 if (!CondVal->getType()->isVectorTy() || !match(CondVal, m_Constant(CondC))) in canonicalizeSelectToShuffle()
1611 Value *CondVal = SI.getCondition(); in visitSelectInst() local
1647 CmpInst *Cond = cast<CmpInst>(CondVal); in visitSelectInst()
1664 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
1673 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
1679 if (CondVal == TrueVal) in visitSelectInst()
1681 if (CondVal == FalseVal) in visitSelectInst()
1710 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp737 auto *CondVal = SI.getCondition(); in foldSelectZeroOrMul() local
1782 Value *CondVal = SI.getCondition(); in foldAddSubSelect() local
1857 Value *CondVal = SI.getCondition(); in foldOverflowingAddSubSelect() local
2034 Value *CondVal = SI.getCondition(); in canonicalizeSelectToShuffle() local
2646 Value *CondVal = SI.getCondition(); in foldAndOrOfSelectUsingImpliedCond() local
2743 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
2748 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
2753 if (CondVal == TrueVal) in visitSelectInst()
2756 if (CondVal == FalseVal) in visitSelectInst()
2893 Value *NotCond = Builder.CreateNot(CondVal, "not." + CondVal->getName()); in visitSelectInst()
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/
H A Doauth2.go128 "redirect_uri": internal.CondVal(c.RedirectURL),
129 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
130 "state": internal.CondVal(state),
160 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
178 "redirect_uri": internal.CondVal(c.RedirectURL),
179 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/golang.org/x/oauth2/
H A Doauth2.go128 "redirect_uri": internal.CondVal(c.RedirectURL),
129 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
130 "state": internal.CondVal(state),
160 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
178 "redirect_uri": internal.CondVal(c.RedirectURL),
179 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/golang.org/x/oauth2/
H A Doauth2.go128 "redirect_uri": internal.CondVal(c.RedirectURL),
129 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
130 "state": internal.CondVal(state),
160 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
178 "redirect_uri": internal.CondVal(c.RedirectURL),
179 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/
H A Doauth2.go128 "redirect_uri": internal.CondVal(c.RedirectURL),
129 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
130 "state": internal.CondVal(state),
160 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
178 "redirect_uri": internal.CondVal(c.RedirectURL),
179 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/
H A Doauth2.go128 "redirect_uri": internal.CondVal(c.RedirectURL),
129 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
130 "state": internal.CondVal(state),
160 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
178 "redirect_uri": internal.CondVal(c.RedirectURL),
179 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/net/drive/drive-0.4.0/drive-gen/Godeps/_workspace/src/golang.org/x/oauth2/
H A Doauth2.go116 "redirect_uri": internal.CondVal(c.RedirectURL),
117 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
118 "state": internal.CondVal(state),
148 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
166 "redirect_uri": internal.CondVal(c.RedirectURL),
167 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/
H A Doauth2.go128 "redirect_uri": internal.CondVal(c.RedirectURL),
129 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
130 "state": internal.CondVal(state),
160 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
178 "redirect_uri": internal.CondVal(c.RedirectURL),
179 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/oauth2/
H A Doauth2.go132 "redirect_uri": internal.CondVal(c.RedirectURL),
133 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
134 "state": internal.CondVal(state),
164 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
182 "redirect_uri": internal.CondVal(c.RedirectURL),
183 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/
H A Doauth2.go128 "redirect_uri": internal.CondVal(c.RedirectURL),
129 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
130 "state": internal.CondVal(state),
160 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
178 "redirect_uri": internal.CondVal(c.RedirectURL),
179 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/golang.org/x/oauth2/
H A Doauth2.go128 "redirect_uri": internal.CondVal(c.RedirectURL),
129 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
130 "state": internal.CondVal(state),
160 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
178 "redirect_uri": internal.CondVal(c.RedirectURL),
179 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/oauth2/
H A Doauth2.go132 "redirect_uri": internal.CondVal(c.RedirectURL),
133 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
134 "state": internal.CondVal(state),
164 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
182 "redirect_uri": internal.CondVal(c.RedirectURL),
183 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/oauth2/
H A Doauth2.go132 "redirect_uri": internal.CondVal(c.RedirectURL),
133 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
134 "state": internal.CondVal(state),
164 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
182 "redirect_uri": internal.CondVal(c.RedirectURL),
183 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/oauth2/
H A Doauth2.go132 "redirect_uri": internal.CondVal(c.RedirectURL),
133 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
134 "state": internal.CondVal(state),
164 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
182 "redirect_uri": internal.CondVal(c.RedirectURL),
183 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/golang.org/x/oauth2/
H A Doauth2.go132 "redirect_uri": internal.CondVal(c.RedirectURL),
133 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
134 "state": internal.CondVal(state),
164 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
182 "redirect_uri": internal.CondVal(c.RedirectURL),
183 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/
H A Doauth2.go128 "redirect_uri": internal.CondVal(c.RedirectURL),
129 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
130 "state": internal.CondVal(state),
160 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
178 "redirect_uri": internal.CondVal(c.RedirectURL),
179 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/
H A Doauth2.go128 "redirect_uri": internal.CondVal(c.RedirectURL),
129 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
130 "state": internal.CondVal(state),
160 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
178 "redirect_uri": internal.CondVal(c.RedirectURL),
179 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/
H A Doauth2.go128 "redirect_uri": internal.CondVal(c.RedirectURL),
129 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
130 "state": internal.CondVal(state),
160 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
178 "redirect_uri": internal.CondVal(c.RedirectURL),
179 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/golang.org/x/oauth2/
H A Doauth2.go128 "redirect_uri": internal.CondVal(c.RedirectURL),
129 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
130 "state": internal.CondVal(state),
160 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),
178 "redirect_uri": internal.CondVal(c.RedirectURL),
179 "scope": internal.CondVal(strings.Join(c.Scopes, " ")),

12345678910>>...14