/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | legalize_ophint_func_op.cc | 85 CallOp call_op, in BuildUnidirectionalSequenceRnnOp() 122 CallOp call_op, in BuildUnidirectionalSequenceLSTMOp() 196 CallOp call_op, in ConvertTfLiteFusedOpIfAvailable() 235 llvm::make_early_inc_range(builder.getBlock()->getOps<CallOp>())) { in ConvertCallOps()
|
D | trim_functions_tf.cc | 108 auto walk_result = func.walk([&](CallOp op) -> WalkResult { in Verify()
|
D | extract_ophint.cc | 541 return builder->create<CallOp>(insert_before_op->getLoc(), func_op, in BuildFusedFuncOp()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf_control_flow.cc | 97 auto result = builder.create<CallOp>(loc, func, detupled_args).getResults(); in ImportXlaRegion()
|
D | legalize_tf.cc | 3442 target.addLegalOp<CallOp, ModuleOp, FuncOp, ModuleTerminatorOp, in legalizeTF()
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 1049 NamedDecl *CallOp = Calls.front(); in getLambdaCallOperator() local 1051 dyn_cast<FunctionTemplateDecl>(CallOp)) in getLambdaCallOperator() 1054 return cast<CXXMethodDecl>(CallOp); in getLambdaCallOperator() 1093 CXXMethodDecl *CallOp = getLambdaCallOperator(); in getGenericLambdaTemplateParameterList() local 1094 if (FunctionTemplateDecl *Tmpl = CallOp->getDescribedFunctionTemplate()) in getGenericLambdaTemplateParameterList()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | functional_control_flow_to_cfg.cc | 89 return builder->create<CallOp>(loc, fn, operands).getOperation(); in CallFn()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | mlir_hlo_to_hlo.cc | 426 mlir::CallOp* call_op, xla::XlaBuilder* builder, 845 if (auto call_op = dyn_cast<mlir::CallOp>(inst)) { in Lower() 891 mlir::CallOp* call_op, xla::XlaBuilder* builder, in LowerFunctionCall()
|
D | hlo_function_importer.cc | 260 func_builder->create<mlir::CallOp>(loc, function, operands); in ImportInstruction()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function.cc | 509 class CallOp : public AsyncOpKernel { class 511 CallOp(FunctionLibraryRuntime::Handle handle, OpKernelConstruction* ctx) in CallOp() function in tensorflow::CallOp 514 ~CallOp() override { in ~CallOp() 561 TF_DISALLOW_COPY_AND_ASSIGN(CallOp); 656 *kernel = new CallOp(handle, &construction); in CreateKernel()
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 711 unsigned CallOp; in emitStackProbeCall() local 713 CallOp = IsLargeCodeModel ? X86::CALL64r : X86::CALL64pcrel32; in emitStackProbeCall() 715 CallOp = X86::CALLpcrel32; in emitStackProbeCall() 739 CI = BuildMI(MBB, MBBI, DL, TII.get(CallOp)).addReg(X86::R11); in emitStackProbeCall() 741 CI = BuildMI(MBB, MBBI, DL, TII.get(CallOp)).addExternalSymbol(Symbol); in emitStackProbeCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 772 unsigned CallOp; in emitStackProbeCall() local 774 CallOp = IsLargeCodeModel ? X86::CALL64r : X86::CALL64pcrel32; in emitStackProbeCall() 776 CallOp = X86::CALLpcrel32; in emitStackProbeCall() 790 CI = BuildMI(MBB, MBBI, DL, TII.get(CallOp)).addReg(X86::R11); in emitStackProbeCall() 792 CI = BuildMI(MBB, MBBI, DL, TII.get(CallOp)) in emitStackProbeCall()
|
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 2979 const CXXMethodDecl *CallOp = Lambda->getLambdaCallOperator(); in EmitLambdaDelegatingInvokeBody() local 2985 FunctionTemplateDecl *CallOpTemplate = CallOp->getDescribedFunctionTemplate(); in EmitLambdaDelegatingInvokeBody() 2990 CallOp = cast<CXXMethodDecl>(CorrespondingCallOpSpecialization); in EmitLambdaDelegatingInvokeBody() 2992 EmitForwardingCallToLambda(CallOp, CallArgs); in EmitLambdaDelegatingInvokeBody()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 11284 CXXMethodDecl *CallOp = Lambda->getLambdaCallOperator(); in DefineImplicitLambdaToFunctionPointerConversion() local 11295 CallOp->getDescribedFunctionTemplate(); in DefineImplicitLambdaToFunctionPointerConversion() 11303 CallOp = cast<CXXMethodDecl>(CallOpSpec); in DefineImplicitLambdaToFunctionPointerConversion() 11310 MarkFunctionReferenced(CurrentLocation, CallOp); in DefineImplicitLambdaToFunctionPointerConversion()
|