Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DOpToFuncCallLowering.h57 StringRef funcName = getFunctionName( in matchAndRewrite() local
/llvm-project-15.0.7/flang/runtime/
H A Dtools.cpp84 Terminator &terminator, const char *funcName, const char *toName, in CheckConformability()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp889 static StringRef sanitizeFunctionName(StringRef funcName) { in sanitizeFunctionName()
900 bool TargetLibraryInfoImpl::getLibFunc(StringRef funcName, LibFunc &F) const { in getLibFunc()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp173 std::stringstream funcName; in TEST_F() local
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp350 void PatternEmitter::emitStaticMatcher(DagNode tree, std::string funcName) { in emitStaticMatcher()
393 std::string funcName = staticMatcherHelper.getMatcherName(tree); in emitStaticMatchCall() local
423 void PatternEmitter::emitStaticVerifierCall(StringRef funcName, in emitStaticVerifierCall()
1703 std::string funcName = in populateStaticMatchers() local
/llvm-project-15.0.7/flang/lib/Parser/
H A Dparse-tree.cpp211 auto &funcName{std::get<Name>(t)}; in ConvertToAssignment() local
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp130 StringRef funcName = entryPoint.fn(); in encodeKernelName() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DFunctionImplementation.cpp319 auto funcName = in printFunctionOp() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dpointer-assignment.cpp142 std::string funcName; in Check() local
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DSerializeToHsaco.cpp202 StringRef funcName = f.getName(); in translateToLLVMIR() local
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h294 bool getLibFunc(StringRef funcName, LibFunc &F) const { in getLibFunc()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializeOps.cpp640 auto funcName = op.callee(); in processOp() local
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenACC/
H A DOpenACCToLLVMIRTranslation.cpp71 StringRef funcName = funcOp ? funcOp.getName() : "unknown"; in createSourceLocationInfo() local
/llvm-project-15.0.7/clang/test/Analysis/
H A Dplist-macros-with-expansion.cpp574 #define DECLARE_FUNC_AND_SET_TO_NULL(funcName, ptr) \ argument
/llvm-project-15.0.7/lld/wasm/
H A DWriter.cpp764 const std::string &funcName = commandExportWrapperNames.back(); in createCommandExportWrappers() local
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DMiscompilation.cpp848 GlobalVariable *funcName = new GlobalVariable( in CleanupAndPrepareModules() local
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp142 StringRef funcName, in outlineSingleBlockRegion()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp518 auto funcName = nameMap.lookup(id).str(); in getFunctionSymbol() local
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3253 StringRef funcName, in SynthesizeBlockFunc()
3345 StringRef funcName, in SynthesizeBlockHelperFuncs()
H A DRewriteModernObjC.cpp4040 StringRef funcName, in SynthesizeBlockFunc()
4136 StringRef funcName, in SynthesizeBlockHelperFuncs()