Home
last modified time | relevance | path

Searched defs:iType (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h59 UnaryInstruction(Type * Ty,unsigned iType,Value * V,BasicBlock::iterator IB) UnaryInstruction() argument
68 UnaryInstruction(Type * Ty,unsigned iType,Value * V,BasicBlock * IAE) UnaryInstruction() argument
/llvm-project/mlir/include/mlir/Dialect/Mesh/IR/
H A DMeshOps.h42 isReductionLoop(utils::IteratorType iType) isReductionLoop() argument
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DNumericTest.cpp87 testGenXI(fir::FirOpBuilder & builder,mlir::Type xType,mlir::Type iType,mlir::Value (* genFct)(fir::FirOpBuilder &,Location,mlir::Value,mlir::Value),llvm::StringRef fctName) testGenXI() argument
/llvm-project/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp1240 if (auto iType = dyn_cast<IntegerType>(iAttr.getType())) { emitAttribute() local
1244 if (auto iType = dyn_cast<IndexType>(iAttr.getType())) { emitAttribute() local
1250 if (auto iType = dyn_cast<IntegerType>( emitAttribute() local
1259 if (auto iType = dyn_cast<IndexType>( emitAttribute() local
1549 if (auto iType = dyn_cast<IntegerType>(type)) { emitType() local
1575 if (auto iType = dyn_cast<IndexType>(type)) emitType() local
[all...]
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp1202 Type iType = matchAndRewrite() local
1229 Type iType = llvm::cast<MemRefType>(op.getIdxs().getType()).getElementType(); matchAndRewrite() local
1260 Type iType = matchAndRewrite() local
1673 Type iType = matchAndRewrite() local
1706 Type iType = matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/Mesh/Interfaces/
H A DShardingInterface.cpp416 utils::IteratorType iType = std::get<0>(it); getShardingAttribute() local
/llvm-project/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp263 if (auto iType = dyn_cast<IntegerType>(type)) { getTypeSizeInBits() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DPPCIntrinsicCall.cpp988 auto iType{mlir::IntegerType::get(context, intBitSize)}; in genMmaVpFuncType() local
1024 auto iType{mlir::IntegerType::get(context, intBitSize)}; in genMmaVqFuncType() local
/llvm-project/flang/lib/Evaluate/
H A Dfold-logical.cpp443 DynamicType iType{TypeCategory::Integer, iKind}; IntTransferMold() local
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2527 UnaryOperator(UnaryOps iType,Value * S,Type * Ty,const Twine & Name,InsertPosition InsertBefore) UnaryOperator() argument
2561 BinaryOperator(BinaryOps iType,Value * S1,Value * S2,Type * Ty,const Twine & Name,InsertPosition InsertBefore) BinaryOperator() argument