Home
last modified time | relevance | path

Searched defs:argTy (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/flang/lib/Lower/
DCharacterRuntime.cpp51 inline int64_t getLength(mlir::Type argTy) { in getLength()
DOpenMP.cpp138 llvm::ArrayRef<mlir::Type> argTy; in genOMP() local
DOpenACC.cpp94 llvm::ArrayRef<mlir::Type> argTy; in createRegionOp() local
115 llvm::ArrayRef<mlir::Type> argTy; in createSimpleOp() local
DIO.cpp112 inline int64_t getLength(mlir::Type argTy) { in getLength()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp916 auto argTy = mlirArg.getType().dyn_cast<LLVM::LLVMType>(); in convertOneFunction() local
928 auto argTy = mlirArg.getType().dyn_cast<LLVM::LLVMType>(); in convertOneFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp976 const Type* argTy = static_cast<const Type*>(*PI); in getOrInsertFunction() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp975 const Type* argTy = static_cast<const Type*>(*PI); in getOrInsertFunction() local
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp1377 auto argTy = memrefOrTensor().getType(); in fold() local
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp1457 Type argTy = std::get<1>(it); in matchAndRewrite() local