/llvm-project/mlir/lib/Conversion/LinalgToStandard/ |
H A D | LinalgToStandard.cpp | 58 auto fnName = linalgOp.getLibraryCallName(); in getLibraryCallSymbolRef() local
|
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | Serializer.h | 93 uint32_t getFunctionID(StringRef fnName) const { in getFunctionID()
|
H A D | Serializer.cpp | 161 uint32_t Serializer::getOrCreateFunctionID(StringRef fnName) { in getOrCreateFunctionID() argument
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/ROCDL/ |
H A D | ROCDLToLLVMIRTranslation.cpp | 47 createDeviceFunctionCall(llvm::IRBuilderBase & builder,StringRef fnName,int parameter) createDeviceFunctionCall() argument
|
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/ |
H A D | CPPGen.cpp | 122 auto checkRegisterNativeFn = [&](StringRef fnName, StringRef fnType) { in generate()
|
/llvm-project/mlir/lib/Dialect/Func/IR/ |
H A D | FuncOps.cpp | 127 StringRef fnName = getValue(); in verify() local
|
/llvm-project/mlir/lib/Conversion/GPUToVulkan/ |
H A D | ConvertLaunchFuncToVulkanCalls.cpp |
|
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | DeserializeOps.cpp | 346 auto fnName = decodeStringLiteral(words, wordIndex); processOp() local
|
H A D | Deserializer.cpp | 454 std::string fnName = getFunctionSymbol(fnID); processFunction() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | ControlFlowOps.cpp | 155 auto fnName = getCalleeAttr(); in verify() local
|
/llvm-project/mlir/lib/Dialect/Shape/Transforms/ |
H A D | OutlineShapeComputation.cpp | 66 Value shape, StringRef fnName, Location loc) { in createFuncFromCluster() argument
|
/llvm-project/mlir/tools/mlir-linalg-ods-gen/ |
H A D | mlir-linalg-ods-yaml-gen.cpp | 102 std::optional<std::string> fnName; global() member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 316 emitAtomicLibcall(CodeGenFunction & CGF,StringRef fnName,QualType resultType,CallArgList & args) emitAtomicLibcall() argument
|
H A D | CGObjC.cpp | 2248 emitObjCValueOperation(CodeGenFunction & CGF,llvm::Value * value,llvm::Type * returnType,llvm::FunctionCallee & fn,StringRef fnName) emitObjCValueOperation() argument
|