Home
last modified time | relevance | path

Searched refs:Inserts (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransformActions.cpp108 InsertsMap Inserts; member in __anoned3b1f850111::TransformActionsImpl
516 Inserts[FullSourceLoc(loc, SM)].push_back(text); in addInsertion()
524 Inserts.erase(Inserts.upper_bound(newRange.Begin), in addRemoval()
525 Inserts.lower_bound(newRange.End)); in addRemoval()
559 for (InsertsMap::iterator I = Inserts.begin(), E = Inserts.end(); I!=E; ++I) { in applyRewrites()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dvec_ins_extract-1.ll5 ; Inserts and extracts with variable indices must be lowered
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DFunctionInterfaces.td298 /// Inserts arguments with the listed types, attributes, and locations at the
319 /// Inserts results with the listed types at the listed indices.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorOps.td178 string summary = "Inserts a value into given sparse tensor in lexicographical index order";
180 Inserts the given value at given indices into the underlying sparse
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8831 SmallVector<Instruction *> Inserts; in vectorizeTree() local
8837 Inserts.push_back(cast<Instruction>(II)); in vectorizeTree()
8840 for (Instruction *II : reverse(Inserts)) { in vectorizeTree()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/IR/
H A DVectorOps.td773 Inserts a N-D vector and within a larger vector starting at id. The new
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_sve.td199 def IsInsertOp1SVALL : FlagType<0x04000000>; // Inserts SV_ALL as the second operand.
/llvm-project-15.0.7/llvm/docs/
H A DProgrammersManual.rst2840 pb->getInstList().insert(pi, newInst); // Inserts newInst before pi in pb