/external/tensorflow/tensorflow/core/kernels/ |
D | shape_ops.cc | 260 SizeOp<int32>); 265 SizeOp<int64>); 274 SizeOp<int32>); \ 280 SizeOp<int64>); 295 SizeOp<int32>); 302 SizeOp<int64>); 313 SizeOp<int32>); \ 319 SizeOp<int64>); 330 SizeOp<int32>); 337 SizeOp<int64>);
|
D | shape_ops.h | 113 class SizeOp : public OpKernel { 115 explicit SizeOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in SizeOp() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 343 class STORE<BPFWidthModifer SizeOp, string OpcodeStr, list<dag> Pattern> 344 : TYPE_LD_ST<BPF_MEM.Value, SizeOp.Value, 369 class LOAD<BPFWidthModifer SizeOp, string OpcodeStr, list<dag> Pattern> 370 : TYPE_LD_ST<BPF_MEM.Value, SizeOp.Value, 384 class LOADi64<BPFWidthModifer SizeOp, string OpcodeStr, PatFrag OpNode> 385 : LOAD<SizeOp, OpcodeStr, [(set i64:$dst, (OpNode ADDRri:$addr))]>; 549 class XADD<BPFWidthModifer SizeOp, string OpcodeStr, PatFrag OpNode> 550 : TYPE_LD_ST<BPF_XADD.Value, SizeOp.Value, 572 class BSWAP<bits<32> SizeOp, string OpcodeStr, BPFSrcType SrcType, list<dag> Pattern> 581 let Inst{31-0} = SizeOp; [all …]
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 297 class STORE<bits<2> SizeOp, string OpcodeStr, list<dag> Pattern> 312 let size = SizeOp; 325 class LOAD<bits<2> SizeOp, string OpcodeStr, list<dag> Pattern> 340 let size = SizeOp; 344 class LOADi64<bits<2> SizeOp, string OpcodeStr, PatFrag OpNode> 345 : LOAD<SizeOp, OpcodeStr, [(set i64:$dst, (OpNode ADDRri:$addr))]>; 473 class XADD<bits<2> SizeOp, string OpcodeStr, PatFrag OpNode> 489 let size = SizeOp; 501 class BSWAP<bits<32> SizeOp, string OpcodeStr, list<dag> Pattern> 518 let imm = SizeOp; [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | shape_op.cc | 89 class SizeOp : public XlaOpKernel { class 91 explicit SizeOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in SizeOp() function in tensorflow::__anon812f91ee0111::SizeOp 112 REGISTER_XLA_OP(Name("Size").CompilationOnly().IsMetadataOp(), SizeOp);
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_device_ops.h | 162 SizeOp<int32>); \ 168 SizeOp<int64>); \
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 65 unsigned SizeOp, bool isString);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 66 unsigned SizeOp, bool isString);
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 2186 unsigned SizeOp, in isFortifiedCallFoldable() argument 2188 if (CI->getArgOperand(ObjSizeOp) == CI->getArgOperand(SizeOp)) in isFortifiedCallFoldable() 2198 uint64_t Len = GetStringLength(CI->getArgOperand(SizeOp)); in isFortifiedCallFoldable() 2205 if (ConstantInt *SizeCI = dyn_cast<ConstantInt>(CI->getArgOperand(SizeOp))) in isFortifiedCallFoldable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 2553 unsigned SizeOp, in isFortifiedCallFoldable() argument 2555 if (CI->getArgOperand(ObjSizeOp) == CI->getArgOperand(SizeOp)) in isFortifiedCallFoldable() 2565 uint64_t Len = GetStringLength(CI->getArgOperand(SizeOp)); in isFortifiedCallFoldable() 2572 if (ConstantInt *SizeCI = dyn_cast<ConstantInt>(CI->getArgOperand(SizeOp))) in isFortifiedCallFoldable()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties_test.cc | 1069 TEST_F(GraphPropertiesTest, SizeOp) { in TEST_F() argument
|