Home
last modified time | relevance | path

Searched refs:CallOp (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_ophint_func_op.cc85 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()
Dtrim_functions_tf.cc108 auto walk_result = func.walk([&](CallOp op) -> WalkResult { in Verify()
Dextract_ophint.cc541 return builder->create<CallOp>(insert_before_op->getLoc(), func_op, in BuildFusedFuncOp()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_control_flow.cc97 auto result = builder.create<CallOp>(loc, func, detupled_args).getResults(); in ImportXlaRegion()
Dlegalize_tf.cc3442 target.addLegalOp<CallOp, ModuleOp, FuncOp, ModuleTerminatorOp, in legalizeTF()
/external/clang/lib/AST/
DDeclCXX.cpp1049 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/
Dfunctional_control_flow_to_cfg.cc89 return builder->create<CallOp>(loc, fn, operands).getOperation(); in CallFn()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc426 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()
Dhlo_function_importer.cc260 func_builder->create<mlir::CallOp>(loc, function, operands); in ImportInstruction()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc509 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/
DX86FrameLowering.cpp711 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/
DX86FrameLowering.cpp772 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/
DCGClass.cpp2979 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/
DSemaDeclCXX.cpp11284 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()