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

1 2

  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 115 InsertElementInst *Def = cast<InsertElementInst>(Arg);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 198 } else if (InsertElementInst *IE = dyn_cast<InsertElementInst>(I)) {
305 if (InsertElementInst *IEI = dyn_cast<InsertElementInst>(V)) {
383 if (InsertElementInst *IEI = dyn_cast<InsertElementInst>(V)) {
480 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) {
513 if (!IE.hasOneUse() || !isa<InsertElementInst>(IE.user_back())) {
788 return InsertElementInst::Create(V, I->getOperand(1),
    [all...]
InstCombineInternal.h 325 Instruction *visitInsertElementInst(InsertElementInst &IE);
InstCombineCasts.cpp     [all...]
InstCombineSimplifyDemanded.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 536 if (isa<InsertElementInst>(V) || isa<ExtractElementInst>(V))
711 bool isPureIEChain(InsertElementInst *IE) {
712 InsertElementInst *IENext = IE;
715 !isa<InsertElementInst>(IENext->getOperand(0))) {
719 dyn_cast<InsertElementInst>(IENext->getOperand(0))));
    [all...]
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 377 if (InsertElementInst *III = dyn_cast<InsertElementInst>(V)) {
434 dyn_cast<InsertElementInst>(ShuffleInst->getOperand(0));
CostModel.cpp 476 const InsertElementInst * IE = cast<InsertElementInst>(I);
CFLAliasAnalysis.cpp 415 void visitInsertElementInst(InsertElementInst &Inst) {
487 Value *visitInsertElementInst(InsertElementInst &Inst) {
    [all...]
Lint.cpp 99 void visitInsertElementInst(InsertElementInst &I);
596 void Lint::visitInsertElementInst(InsertElementInst &I) {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 183 void visitInsertElementInst(InsertElementInst &I);
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 394 if (isa<InsertElementInst>(I))
580 !isa<ExtractElementInst>(V) && !isa<InsertElementInst>(V) &&
750 isa<ExtractElementInst>(BDV) || isa<InsertElementInst>(BDV);
790 } else if (auto *IE = dyn_cast<InsertElementInst>(Current)) {
    [all...]
EarlyCSE.cpp 72 isa<InsertElementInst>(Inst) || isa<ShuffleVectorInst>(Inst) ||
137 isa<ExtractElementInst>(Inst) || isa<InsertElementInst>(Inst) ||
    [all...]
Scalarizer.cpp 223 InsertElementInst *Insert = dyn_cast<InsertElementInst>(V);
SCCP.cpp 478 void visitInsertElementInst(InsertElementInst &I);
    [all...]
LICM.cpp 508 !isa<InsertElementInst>(I) && !isa<ExtractElementInst>(I) &&
    [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 201 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
Instructions.h     [all...]
NoFolder.h 278 return InsertElementInst::Create(Vec, NewElt, Idx);
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 55 class InsertElementInst;
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 474 Value *V = InsertElementInst::Create(Val0, Val1,
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 346 void visitInsertElementInst(InsertElementInst &I);
    [all...]

Completed in 835 milliseconds

1 2