Home
last modified time | relevance | path

Searched defs:Eval (Results 1 – 25 of 218) sorted by relevance

123456789

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp672 bool Eval = MCE.evaluate(UseR, Cells.get(UseR.Reg), SrcC); in visitPHI() local
690 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch() local
834 bool Eval = MCE.evaluate(MI, Cells, Targets, DoNext); in computeBlockSuccessors() local
1090 bool Eval = evaluate(R, L, RC); in getCell() local
1393 bool Eval = constToInt(LS2.Values[i], A) && in evaluateANDrr() local
1422 bool Eval = constToInt(LS1.Values[i], A) && in evaluateANDri() local
1460 bool Eval = constToInt(LS2.Values[i], A) && in evaluateORrr() local
1489 bool Eval = constToInt(LS1.Values[i], A) && in evaluateORri() local
1525 bool Eval = constToInt(LS2.Values[i], A) && in evaluateXORrr() local
1551 bool Eval = constToInt(LS1.Values[i], A) && in evaluateXORri() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp671 bool Eval = MCE.evaluate(UseR, Cells.get(UseR.Reg), SrcC); in visitPHI() local
689 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch() local
839 bool Eval = MCE.evaluate(MI, Cells, Targets, DoNext); in computeBlockSuccessors() local
1089 bool Eval = evaluate(R, L, RC); in getCell() local
1392 bool Eval = constToInt(LS2.Values[i], A) && in evaluateANDrr() local
1421 bool Eval = constToInt(LS1.Values[i], A) && in evaluateANDri() local
1459 bool Eval = constToInt(LS2.Values[i], A) && in evaluateORrr() local
1488 bool Eval = constToInt(LS1.Values[i], A) && in evaluateORri() local
1524 bool Eval = constToInt(LS2.Values[i], A) && in evaluateXORrr() local
1550 bool Eval = constToInt(LS1.Values[i], A) && in evaluateXORri() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/script/
Dconds.go77 func (c *funcCond) Eval(s *State, suffix string) (bool, error) { func
96 func (c *prefixCond) Eval(s *State, suffix string) (bool, error) { func
113 func (b *boolCond) Eval(s *State, suffix string) (bool, error) { func
139 func (l *onceCond) Eval(s *State, suffix string) (bool, error) { func
165 func (c *cachedCond) Eval(_ *State, suffix string) (bool, error) { func
/aosp_15_r20/build/blueprint/parser/
H A Dast.go154 Eval(scope *Scope) (Expression, error) methodSpec
280 func (x *Operator) Eval(scope *Scope) (Expression, error) { func
411 func (x *Variable) Eval(scope *Scope) (Expression, error) { func
457 func (x *Map) Eval(scope *Scope) (Expression, error) { func
579 func (x *List) Eval(scope *Scope) (Expression, error) { func
634 func (x *String) Eval(scope *Scope) (Expression, error) { func
681 func (x *Int64) Eval(scope *Scope) (Expression, error) { func
714 func (x *Bool) Eval(scope *Scope) (Expression, error) { func
872 func (s *Select) Eval(scope *Scope) (Expression, error) { func
965 func (n *UnsetProperty) Eval(scope *Scope) (Expression, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/build/constraint/
Dexpr.go33 Eval(ok func(tag string) bool) bool methodSpec
47 func (x *TagExpr) Eval(ok func(tag string) bool) bool { func
64 func (x *NotExpr) Eval(ok func(tag string) bool) bool { func
86 func (x *AndExpr) Eval(ok func(tag string) bool) bool { func
116 func (x *OrExpr) Eval(ok func(tag string) bool) bool { func
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/semantics/
H A Dcomposer.cc84 StatusOr<const SemanticValue*> SemanticComposer::Eval( in Eval() function in libtextclassifier3::grammar::SemanticComposer
98 StatusOr<const SemanticValue*> SemanticComposer::Eval( in Eval() function in libtextclassifier3::grammar::SemanticComposer
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dconv3d_transpose.cc254 TfLiteStatus Eval(KernelType kernel_type, TfLiteContext* context, in Eval() function
299 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval() function
H A Dconv3d.cc284 TfLiteStatus Eval(KernelType kernel_type, TfLiteContext* context, in Eval() function
324 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval() function
H A Drank.cc64 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval() function
H A Dneg.cc48 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval() function
H A Dceil.cc45 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval() function
H A Dzeros_like.cc46 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval() function
H A Dround.cc46 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval() function
H A Dassign_variable.cc46 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval() function
/aosp_15_r20/build/soong/android/
H A Dsingleton.go63 Eval(pctx PackageContext, ninjaStr string) (string, error) methodSpec
194 func (s *singletonContextAdaptor) Eval(pctx PackageContext, ninjaStr string) (string, error) { func
H A Dmakevars.go123 Eval(ninjaStr string) (string, error) methodSpec
579 func (c *makeVarsContext) Eval(ninjaStr string) (string, error) { func
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/
H A DEval.java19 public interface Eval { interface
/aosp_15_r20/build/blueprint/
H A Dsingleton_ctx.go97 Eval(pctx PackageContext, ninjaStr string) (string, error) methodSpec
290 func (s *singletonContext) Eval(pctx PackageContext, str string) (string, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue5125.dir/
Dbug.go8 Eval(s *Scene) methodSpec
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Deval.go24 func Eval(fset *token.FileSet, pkg *Package, pos token.Pos, expr string) (_ TypeAndValue, err error… func
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DEmbeddingLookup.cpp35 bool EmbeddingLookup::Eval() { in Eval() function in android::nn::EmbeddingLookup
DHashtableLookup.cpp45 bool HashtableLookup::Eval() { in Eval() function in android::nn::HashtableLookup
/aosp_15_r20/external/icing/icing/query/advanced_query_parser/
H A Dfunction.cc57 libtextclassifier3::StatusOr<PendingValue> Function::Eval( in Eval() function in icing::lib::Function
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/semantics/evaluators/
H A Darithmetic-eval_test.cc40 T Eval(const ArithmeticExpression_::Operator op) { in Eval() function in libtextclassifier3::grammar::__anond1cac1e00111::ArithmeticExpressionEvaluatorTest
/aosp_15_r20/external/clang/lib/AST/
H A DDecl.cpp2082 if (auto *Eval = Init.dyn_cast<EvaluatedStmt *>()) { in setInit() local
2121 auto *Eval = Init.dyn_cast<EvaluatedStmt *>(); in ensureEvaluatedStmt() local
2148 EvaluatedStmt *Eval = ensureEvaluatedStmt(); in evaluateValue() local
2193 if (EvaluatedStmt *Eval = Init.dyn_cast<EvaluatedStmt *>()) in getEvaluatedValue() local
2201 if (EvaluatedStmt *Eval = Init.dyn_cast<EvaluatedStmt *>()) in isInitKnownICE() local
2218 EvaluatedStmt *Eval = ensureEvaluatedStmt(); in checkInitIsICE() local

123456789