Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h59 template <typename T> T *tryInsertInstruction(T *R) { in tryInsertInstruction() function
68 return tryInsertInstruction(new VPInstruction(Opcode, Operands, DL, Name));
169 return tryInsertInstruction(
178 return tryInsertInstruction(
187 return tryInsertInstruction(
207 return tryInsertInstruction(new VPInstruction(
215 return tryInsertInstruction(
228 return tryInsertInstruction(Select);
238 return tryInsertInstruction(
249 return tryInsertInstruction(
[all …]