Home
last modified time | relevance | path

Searched defs:binOp (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/compiler/translator/
DValidateLimitations.cpp275 TIntermBinary *binOp = cond->getAsBinaryNode(); in validateForLoopCond() local
338 TIntermBinary *binOp = unOp ? nullptr : expr->getAsBinaryNode(); in validateForLoopExpr() local
/external/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp294 TIntermBinary* binOp = cond->getAsBinaryNode(); in validateForLoopCond() local
355 TIntermBinary* binOp = unOp ? nullptr : expr->getAsBinaryNode(); in validateForLoopExpr() local
/external/llvm-project/mlir/examples/toy/Ch4/include/toy/
DParser.h256 int binOp = lexer.getCurToken(); in parseBinOpRHS() local
/external/llvm-project/mlir/examples/toy/Ch2/include/toy/
DParser.h256 int binOp = lexer.getCurToken(); in parseBinOpRHS() local
/external/llvm-project/mlir/examples/toy/Ch5/include/toy/
DParser.h256 int binOp = lexer.getCurToken(); in parseBinOpRHS() local
/external/llvm-project/mlir/examples/toy/Ch6/include/toy/
DParser.h256 int binOp = lexer.getCurToken(); in parseBinOpRHS() local
/external/llvm-project/mlir/examples/toy/Ch1/include/toy/
DParser.h256 int binOp = lexer.getCurToken(); in parseBinOpRHS() local
/external/llvm-project/mlir/examples/toy/Ch3/include/toy/
DParser.h256 int binOp = lexer.getCurToken(); in parseBinOpRHS() local
/external/llvm-project/mlir/lib/Dialect/Linalg/EDSC/
DBuilders.cpp159 BinaryPointwiseOpBuilder binOp( in linalg_generic_pointwise_add() local
167 BinaryPointwiseOpBuilder binOp([](Value a, Value b) -> Value { in linalg_generic_pointwise_max() local
/external/llvm-project/mlir/examples/toy/Ch7/include/toy/
DParser.h324 int binOp = lexer.getCurToken(); in parseBinOpRHS() local
/external/llvm-project/mlir/lib/IR/
DAffineExpr.cpp84 auto binOp = cast<AffineBinaryOpExpr>(); in replaceDimsAndSymbols() local
117 auto binOp = cast<AffineBinaryOpExpr>(); in replace() local
DAsmPrinter.cpp2024 auto binOp = expr.cast<AffineBinaryOpExpr>(); in printAffineExprInternal() local
/external/javassist/src/main/javassist/compiler/
DCodeGen.java986 static final int[] binOp = { field in CodeGen
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2486 glslang::TOperator binOp = glslang::EOpNull; in visitAggregate() local
5599 spv::Op binOp = spv::OpNop; in createBinaryOperation() local
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp2674 glslang::TOperator binOp = glslang::EOpNull; in visitAggregate() local
5935 spv::Op binOp = spv::OpNop; in createBinaryOperation() local