Searched refs:emitCall (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/ |
D | ConvertVectorToLLVM.cpp | 1384 emitCall(rewriter, op->getLoc(), getPrintNewline(op)); in matchAndRewrite() 1415 emitCall(rewriter, loc, printer, value); in emitRanks() 1419 emitCall(rewriter, loc, getPrintOpen(op)); in emitRanks() 1432 emitCall(rewriter, loc, printComma); in emitRanks() 1434 emitCall(rewriter, loc, getPrintClose(op)); in emitRanks() 1438 static void emitCall(ConversionPatternRewriter &rewriter, Location loc, in emitCall() function in __anon6691a0670211::VectorPrintOpConversion
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 357 void emitCall(CodeGenFunction &CGF, SourceLocation Loc,
|
D | CGOpenMPRuntimeGPU.cpp | 1139 emitCall(CGF, WST.Loc, WST.WorkerFn); in emitNonSPMDEntryHeader() 1404 emitCall(CGF, WST.Loc, W, in emitWorkerLoop() 1424 emitCall(CGF, WST.Loc, {ParallelFnTy, WorkFnCast}, in emitWorkerLoop()
|
D | CGOpenMPRuntime.cpp | 11759 void CGOpenMPRuntime::emitCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCall() function in CGOpenMPRuntime 11777 emitCall(CGF, Loc, OutlinedFn, Args); in emitOutlinedFunctionCall()
|