Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h50 VPInstruction *tryInsertInstruction(VPInstruction *VPI) { in tryInsertInstruction() function
59 return tryInsertInstruction(new VPInstruction(Opcode, Operands, DL, Name));
161 return tryInsertInstruction(
177 return tryInsertInstruction(new VPInstruction(
184 return tryInsertInstruction(
196 return tryInsertInstruction(Select);
H A DLoopVectorize.cpp6778 return tryInsertInstruction( in createICmp()