/external/arm-optimized-routines/math/test/rtest/ |
D | main.c | 97 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() function 215 get_operand(r, f, &ops[0], &ops[1]); in dofile() 218 get_operand(r, f, &ops[2], &ops[3]); in dofile() 221 get_operand(r, f, &ops[4], &ops[5]); in dofile() 224 get_operand(r, f, &ops[6], &ops[7]); in dofile() 227 get_operand(r, f, &result[0], &result[1]); in dofile() 230 get_operand(r, f, &result[4], &result[5]); in dofile() 233 get_operand(r, f, &result[2], &result[3]); in dofile()
|
/external/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
D | main.c | 98 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() function 216 get_operand(r, f, &ops[0], &ops[1]); in dofile() 219 get_operand(r, f, &ops[2], &ops[3]); in dofile() 222 get_operand(r, f, &ops[4], &ops[5]); in dofile() 225 get_operand(r, f, &ops[6], &ops[7]); in dofile() 228 get_operand(r, f, &result[0], &result[1]); in dofile() 231 get_operand(r, f, &result[4], &result[5]); in dofile() 234 get_operand(r, f, &result[2], &result[3]); in dofile()
|
/external/deqp/modules/gles31/scripts/ |
D | gen-implicit-conversions.py | 371 expr = ["in0", self.op, str(self.get_operand())] 378 def get_operand(self): member in ArithmeticCase 395 y = self.get_operand() 432 y = self.get_operand() 459 b, c = self.get_operand(0), self.get_operand(1) 470 "in0" if self.input_in_parens else self.get_operand(0), 472 self.get_operand(1) 477 "in0" if not self.input_in_parens else self.get_operand(0), 487 def get_operand(self, ndx=0): member in ParenthesizedCase 711 "OPERAND": str(self.get_operand()), [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | functional_control_flow_to_cfg.cc | 157 auto get_operand = [&](int i) { return op_inst->getOperand(i + 1); }; in LowerIfOp() local 161 Operation* call_op = CallFn(loc, get_operand, op.then_function(), &builder); in LowerIfOp() 168 call_op = CallFn(loc, get_operand, op.else_function(), &builder); in LowerIfOp() 234 auto get_operand = [&](int i) { return op_inst->getOperand(i); }; in LowerWhileOp() local 239 JumpToBlock(loc, get_operand, cond_block, &builder); in LowerWhileOp()
|
/external/llvm-project/mlir/test/Conversion/PDLToPDLInterp/ |
D | pdl-to-pdl-interp-matcher.mlir | 64 // CHECK-DAG: %[[INPUT:.*]] = pdl_interp.get_operand 0 of %[[ROOT]] 65 // CHECK-DAG: %[[INPUT1:.*]] = pdl_interp.get_operand 1 of %[[ROOT]] 87 // CHECK-DAG: %[[INPUT:.*]] = pdl_interp.get_operand 0 of %[[ROOT]] 93 // CHECK-DAG: %[[INPUT1:.*]] = pdl_interp.get_operand 1 of %[[ROOT]]
|
/external/llvm-project/mlir/test/Rewrite/ |
D | pdl-bytecode.mlir | 60 %operand = pdl_interp.get_operand 0 of %root 429 %operand0 = pdl_interp.get_operand 0 of %root 430 %operand4 = pdl_interp.get_operand 4 of %root 587 %operand = pdl_interp.get_operand 0 of %root
|
/external/llvm/bindings/python/llvm/tests/ |
D | test_core.py | 129 o = inst.get_operand(op)
|
/external/llvm-project/llvm/bindings/python/llvm/tests/ |
D | test_core.py | 131 o = inst.get_operand(op)
|
/external/llvm/bindings/python/llvm/ |
D | core.py | 184 def get_operand(self, i): member in Value 360 def get_operand(self, i): member in BasicBlock
|
/external/llvm-project/llvm/bindings/python/llvm/ |
D | core.py | 186 def get_operand(self, i): member in Value 368 def get_operand(self, i): member in BasicBlock
|
/external/llvm-project/mlir/include/mlir/Dialect/PDLInterp/IR/ |
D | PDLInterpOps.td | 575 def PDLInterp_GetOperandOp : PDLInterp_Op<"get_operand", [NoSideEffect]> { 578 `pdl_interp.get_operand` operations try to get a specific operand from an 585 %operand = pdl_interp.get_operand 1 of %op
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | memory_space_assignment.cc | 2778 auto get_operand = [&]() { in ReplaceTupleWith() local 2791 ReplaceTupleWith(new_instruction, get_operand(), in ReplaceTupleWith() 2814 tuple_args[i] = get_operand(); in ReplaceTupleWith()
|