Searched defs:insertPoint (Results 1 – 7 of 7) sorted by relevance
/llvm-project/mlir/include/mlir/IR/ |
H A D | Builders.h | 400 setInsertionPoint(Block * block,Block::iterator insertPoint) setInsertionPoint() argument 616 Block::iterator insertPoint; global() variable [all...] |
/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/ |
H A D | Utils.h | 272 Block::iterator insertPoint; member
|
/llvm-project/mlir/lib/Dialect/Vector/Utils/ |
H A D | VectorUtils.cpp | 184 Block *insertPoint, ArrayRef<Value> indices, in makePermutationMap() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 476 BasicBlock::iterator insertPoint = Dest->getFirstNonPHIIt(); UnrollAndJamLoop() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseBufferRewriting.cpp | 79 OpBuilder &builder, func::FuncOp insertPoint, TypeRange resultTypes, in getMangledSortHelperFunc() argument 1237 if (!insertPoint) in matchAndRewriteSortOp() local
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/ |
H A D | OpenMPToLLVMIRTranslation.cpp | 445 __anonf04bb8b10802(llvm::OpenMPIRBuilder::InsertPointTy insertPoint, llvm::Value *lhs, llvm::Value *rhs, llvm::Value *&result) makeReductionGen() argument 478 __anonf04bb8b10902(llvm::OpenMPIRBuilder::InsertPointTy insertPoint, llvm::Type *, llvm::Value *lhs, llvm::Value *rhs) makeAtomicReductionGen() argument
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | FIRBuilder.cpp | 376 InsertPoint insertPoint = saveInsertionPoint(); createTypeInfoOp() local
|