Home
last modified time | relevance | path

Searched defs:argIdx (Results 1 – 11 of 11) sorted by relevance

/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DLLVMTranslationInterface.h67 convertParameterAttr(LLVM::LLVMFuncOp function, int argIdx, in convertParameterAttr()
108 convertParameterAttr(LLVM::LLVMFuncOp function, int argIdx, in convertParameterAttr()
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseSpaceCollapse.cpp145 unsigned shift = 0, argIdx = 1; in collapseSparseSpace() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/NVVM/
H A DNVVMToLLVMIRTranslation.cpp205 convertParameterAttr(LLVMFuncOp funcOp,int argIdx,NamedAttribute attribute,LLVM::ModuleTranslation & moduleTranslation) const convertParameterAttr() argument
/llvm-project/mlir/lib/AsmParser/
H A DAsmParserState.cpp310 unsigned argIdx = blockArg.getArgNumber(); in addDefinition() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DDataSharingProcessor.cpp510 __anon85718bcc1402(unsigned argIdx, bool force = false) doPrivatize() argument
/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h531 isRequiredArg(unsigned argIdx) isRequiredArg() argument
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp1410 for (size_t argIdx = 0; argIdx < payloads.size(); argIdx++) in apply() local
1417 for (size_t argIdx = 1; !withZipShortest && argIdx < payloads.size(); in apply() local
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1431 convertParameterAttrs(LLVMFuncOp func,int argIdx,DictionaryAttr paramAttrs) convertParameterAttrs() argument
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1120 for (size_t argIdx = privateArgBeginIdx; argIdx < privateArgEndIdx; OmpParallelOpConversionManager() local
1129 for (size_t argIdx = privateArgBeginIdx; argIdx < privateArgEndIdx; ~OmpParallelOpConversionManager() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp3259 verifyRegionArgAttribute(Operation * op,unsigned regionIdx,unsigned argIdx,NamedAttribute argAttr) verifyRegionArgAttribute() argument
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp423 for (unsigned argIdx = 0, e = chunk.Fun.NumParams; argIdx != e; CheckExtraCXXDefaultArguments() local