/llvm-project/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 59 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 D | MeshOps.h | 42 isReductionLoop(utils::IteratorType iType) isReductionLoop() argument
|
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/ |
H A D | NumericTest.cpp | 87 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 D | TranslateToCpp.cpp | 1240 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 D | GPUToLLVMConversion.cpp | 1202 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 D | ShardingInterface.cpp | 416 utils::IteratorType iType = std::get<0>(it); getShardingAttribute() local
|
/llvm-project/mlir/unittests/Interfaces/ |
H A D | DataLayoutInterfacesTest.cpp | 263 if (auto iType = dyn_cast<IntegerType>(type)) { getTypeSizeInBits() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | PPCIntrinsicCall.cpp | 988 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 D | fold-logical.cpp | 443 DynamicType iType{TypeCategory::Integer, iKind}; IntTransferMold() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 2527 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
|