Home
last modified time | relevance | path

Searched refs:emitCall (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp1102 emitCall(rewriter, printOp->getLoc(), in matchAndRewrite()
1137 emitCall(rewriter, loc, printer, value); in emitRanks()
1141 emitCall(rewriter, loc, in emitRanks()
1156 emitCall(rewriter, loc, printComma); in emitRanks()
1158 emitCall( in emitRanks()
1173 emitCall(rewriter, loc, printComma); in emitRanks()
1175 emitCall(rewriter, loc, in emitRanks()
1180 static void emitCall(ConversionPatternRewriter &rewriter, Location loc, in emitCall() function in __anon9084af800111::VectorPrintOpConversion
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h388 void emitCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.cpp12078 void CGOpenMPRuntime::emitCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCall() function in CGOpenMPRuntime
12096 emitCall(CGF, Loc, OutlinedFn, Args); in emitOutlinedFunctionCall()