Home
last modified time | relevance | path

Searched defs:insertPoint (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuilders.h336 void setInsertionPoint(Block *block, Block::iterator insertPoint) { in setInsertionPoint()
530 Block::iterator insertPoint; variable
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h88 Block::iterator insertPoint; member
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp199 Block *insertPoint, ArrayRef<Value> indices, in makePermutationMap()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp482 Instruction *insertPoint = Dest->getFirstNonPHI(); in UnrollAndJamLoop() local
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp482 llvm::Value *&result) mutable { in makeReductionGen()
515 llvm::Value *lhs, llvm::Value *rhs) mutable { in makeAtomicReductionGen()