HomeSort by relevance Sort by last modified time
    Searched refs:InsertElementInst (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 71 if (InsertElementInst *III = dyn_cast<InsertElementInst>(V)) {
243 } else if (InsertElementInst *IE = dyn_cast<InsertElementInst>(I)) {
317 if (InsertElementInst *IEI = dyn_cast<InsertElementInst>(V)) {
388 if (InsertElementInst *IEI = dyn_cast<InsertElementInst>(V)) {
442 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) {
474 if (!IE.hasOneUse() || !isa<InsertElementInst>(IE.use_back()))
    [all...]
InstCombine.h 202 Instruction *visitInsertElementInst(InsertElementInst &IE);
InstCombineCasts.cpp     [all...]
InstCombineSimplifyDemanded.cpp     [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 196 const InsertElementInst * IE = cast<InsertElementInst>(I);
Lint.cpp 95 void visitInsertElementInst(InsertElementInst &I);
567 void Lint::visitInsertElementInst(InsertElementInst &I) {
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 518 if (isa<InsertElementInst>(V) || isa<ExtractElementInst>(V))
674 bool isPureIEChain(InsertElementInst *IE) {
675 InsertElementInst *IENext = IE;
678 !isa<InsertElementInst>(IENext->getOperand(0))) {
682 dyn_cast<InsertElementInst>(IENext->getOperand(0))));
    [all...]
SLPVectorizer.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 68 isa<InsertElementInst>(Inst) || isa<ShuffleVectorInst>(Inst) ||
137 isa<ExtractElementInst>(Inst) || isa<InsertElementInst>(Inst) ||
LICM.cpp 445 !isa<InsertElementInst>(I) && !isa<ExtractElementInst>(I) &&
    [all...]
SCCP.cpp 475 void visitInsertElementInst(InsertElementInst &I);
    [all...]
  /external/llvm/include/llvm/
InstVisitor.h 197 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
  /external/llvm/include/llvm/Support/
NoFolder.h 277 return InsertElementInst::Create(Vec, NewElt, Idx);
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 287 void visitInsertElementInst(InsertElementInst &EI);
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 51 class InsertElementInst;
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 464 Value *V = InsertElementInst::Create(Val0, Val1,
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 1092 macro(InsertElementInst) \
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 1742 milliseconds

1 2