Home
last modified time | relevance | path

Searched defs:funcName (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project/mlir/lib/Conversion/GPUToLLVMSPV/
H A DGPUToLLVMSPV.cpp86 constexpr StringLiteral funcName = "_Z7barrierj"; matchAndRewrite() local
146 StringRef funcName; global() member
262 std::string funcName = getFuncName(op); matchAndRewrite() local
[all...]
/llvm-project/flang/lib/Optimizer/Analysis/
H A DTBAAForest.cpp26 llvm::StringRef funcName = func.getValue(); in buildTree() local
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DOpToFuncCallLowering.h57 StringRef funcName = matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/MathToFuncs/
H A DMathToFuncs.cpp192 std::string funcName("__mlir_math_ipowi"); in createElementIPowIFunc() local
419 std::string funcName("__mlir_math_fpowi"); in createElementFPowIFunc() local
665 std::string funcName("__mlir_math_ctlz"); in createCtlzFunc() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DSimplifyIntrinsics.cpp1073 std::string funcName = simplifyIntOrFloatReduction() local
1112 std::string funcName = simplifyLogicalDim0Reduction() local
1148 std::string funcName = simplifyLogicalDim1Reduction() local
1210 std::string funcName = simplifyMinMaxlocReduction() local
1246 simplifyReductionBody(fir::CallOp call,const fir::KindMapping & kindMap,GenReductionBodyTy genBodyFunc,fir::FirOpBuilder & builder,const mlir::StringRef & funcName,mlir::Type elementType) simplifyReductionBody() argument
1280 mlir::StringRef funcName = callee.getLeafReference().getValue(); runOnOperation() local
[all...]
H A DAddDebugInfo.cpp246 mlir::StringAttr funcName = runOnOperation() local
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp173 std::stringstream funcName; in TEST_F() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp367 void PatternEmitter::emitStaticMatcher(DagNode tree, std::string funcName) { in emitStaticMatcher() argument
410 std::string funcName = staticMatcherHelper.getMatcherName(tree); in emitStaticMatchCall() local
440 void PatternEmitter::emitStaticVerifierCall(StringRef funcName, in emitStaticVerifierCall() argument
1902 std::string funcName = in populateStaticMatchers() local
[all...]
/llvm-project/flang/lib/Parser/
H A Dparse-tree.cpp211 auto &funcName{std::get<Name>(t)}; in ConvertToAssignment() local
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp136 StringRef funcName = entryPoint.getFn(); in encodeKernelName() local
/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp961 sanitizeFunctionName(StringRef funcName) sanitizeFunctionName() argument
982 getLibFunc(StringRef funcName,LibFunc & F) const getLibFunc() argument
[all...]
/llvm-project/flang/runtime/
H A Dtools.cpp86 Terminator &terminator, const char *funcName, const char *toName, in CheckConformability()
/llvm-project/mlir/lib/Interfaces/
H A DFunctionImplementation.cpp319 auto funcName = in printFunctionOp() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DCodegenUtils.h90 std::string funcName = getMangledFuncName(); in genCallOrInline() local
/llvm-project/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp242 StringRef funcName = funcOp.getSymName(); in create() local
/llvm-project/mlir/lib/Target/LLVM/ROCDL/
H A DTarget.cpp218 StringRef funcName = f.getName(); handleModulePreLink() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DDebugImporter.cpp41 StringAttr funcName = StringAttr::get(context, subprogram->getName()); in translateFuncLocation() local
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DTransformationalTest.cpp148 mlir::Type eleTy2, llvm::StringRef funcName) { in testGenMatmul()
/llvm-project/flang/lib/Semantics/
H A Dpointer-assignment.cpp243 std::string funcName; Check() local
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h348 getLibFunc(StringRef funcName,LibFunc & F) getLibFunc() argument
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenACC/
H A DOpenACCToLLVMIRTranslation.cpp54 StringRef funcName = funcOp ? funcOp.getName() : "unknown"; in createSourceLocationInfo() local
/llvm-project/clang/test/Analysis/
H A Dplist-macros-with-expansion.cpp574 #define DECLARE_FUNC_AND_SET_TO_NULL(funcName, ptr) \ argument
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializeOps.cpp675 auto funcName = op.getCallee(); in processOp() local
/llvm-project/lld/wasm/
H A DWriter.cpp897 auto func = make<SyntheticFunction>(*f->getSignature(), funcName); in createCommandExportWrappers() local
/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp848 GlobalVariable *funcName = new GlobalVariable( in CleanupAndPrepareModules() local

12