/llvm-project/mlir/lib/Conversion/GPUToLLVMSPV/ |
H A D | GPUToLLVMSPV.cpp | 86 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 D | TBAAForest.cpp | 26 llvm::StringRef funcName = func.getValue(); in buildTree() local
|
/llvm-project/mlir/lib/Conversion/GPUCommon/ |
H A D | OpToFuncCallLowering.h | 57 StringRef funcName = matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/MathToFuncs/ |
H A D | MathToFuncs.cpp | 192 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 D | SimplifyIntrinsics.cpp | 1073 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 D | AddDebugInfo.cpp | 246 mlir::StringAttr funcName = runOnOperation() local
|
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITTest.cpp | 173 std::stringstream funcName; in TEST_F() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | RewriterGen.cpp | 367 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 D | parse-tree.cpp | 211 auto &funcName{std::get<Name>(t)}; in ConvertToAssignment() local
|
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | ConvertLaunchFuncToLLVMCalls.cpp | 136 StringRef funcName = entryPoint.getFn(); in encodeKernelName() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 961 sanitizeFunctionName(StringRef funcName) sanitizeFunctionName() argument 982 getLibFunc(StringRef funcName,LibFunc & F) const getLibFunc() argument [all...] |
/llvm-project/flang/runtime/ |
H A D | tools.cpp | 86 Terminator &terminator, const char *funcName, const char *toName, in CheckConformability()
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | FunctionImplementation.cpp | 319 auto funcName = in printFunctionOp() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ |
H A D | CodegenUtils.h | 90 std::string funcName = getMangledFuncName(); in genCallOrInline() local
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 242 StringRef funcName = funcOp.getSymName(); in create() local
|
/llvm-project/mlir/lib/Target/LLVM/ROCDL/ |
H A D | Target.cpp | 218 StringRef funcName = f.getName(); handleModulePreLink() local
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | DebugImporter.cpp | 41 StringAttr funcName = StringAttr::get(context, subprogram->getName()); in translateFuncLocation() local
|
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/ |
H A D | TransformationalTest.cpp | 148 mlir::Type eleTy2, llvm::StringRef funcName) { in testGenMatmul()
|
/llvm-project/flang/lib/Semantics/ |
H A D | pointer-assignment.cpp | 243 std::string funcName; Check() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 348 getLibFunc(StringRef funcName,LibFunc & F) getLibFunc() argument
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenACC/ |
H A D | OpenACCToLLVMIRTranslation.cpp | 54 StringRef funcName = funcOp ? funcOp.getName() : "unknown"; in createSourceLocationInfo() local
|
/llvm-project/clang/test/Analysis/ |
H A D | plist-macros-with-expansion.cpp | 574 #define DECLARE_FUNC_AND_SET_TO_NULL(funcName, ptr) \ argument
|
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | SerializeOps.cpp | 675 auto funcName = op.getCallee(); in processOp() local
|
/llvm-project/lld/wasm/ |
H A D | Writer.cpp | 897 auto func = make<SyntheticFunction>(*f->getSignature(), funcName); in createCommandExportWrappers() local
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 848 GlobalVariable *funcName = new GlobalVariable( in CleanupAndPrepareModules() local
|