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

1 2

  /external/llvm/lib/Analysis/
CodeMetrics.cpp 64 if (isa<ExtractElementInst>(II) || II->getType()->isVectorTy())
CostModel.cpp 187 const ExtractElementInst * EEI = cast<ExtractElementInst>(I);
Lint.cpp 94 void visitExtractElementInst(ExtractElementInst &I);
559 void Lint::visitExtractElementInst(ExtractElementInst &I) {
MemoryBuiltins.cpp 516 ObjectSizeOffsetVisitor::visitExtractElementInst(ExtractElementInst&) {
705 ObjectSizeOffsetEvaluator::visitExtractElementInst(ExtractElementInst&) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 111 Instruction *InstCombiner::scalarizePHI(ExtractElementInst &EI, PHINode *PN) {
148 ExtractElementInst::Create(B0->getOperand(opId), Elt,
156 Instruction *newEI = ExtractElementInst::Create(PHIInVal, Elt, "");
175 Instruction *InstCombiner::visitExtractElementInst(ExtractElementInst &EI) {
272 return ExtractElementInst::Create(Src,
335 } else if (ExtractElementInst *EI = dyn_cast<ExtractElementInst>(ScalarOp)){
394 if (ExtractElementInst *EI = dyn_cast<ExtractElementInst>(ScalarOp)) {
453 if (ExtractElementInst *EI = dyn_cast<ExtractElementInst>(ScalarOp))
    [all...]
InstCombine.h 203 Instruction *visitExtractElementInst(ExtractElementInst &EI);
236 Instruction *scalarizePHI(ExtractElementInst &EI, PHINode *PN);
InstCombineSimplifyDemanded.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 193 SizeOffsetType visitExtractElementInst(ExtractElementInst &I);
256 SizeOffsetEvalType visitExtractElementInst(ExtractElementInst &I);
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 181 void visitExtractElementInst(ExtractElementInst &I);
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 518 if (isa<InsertElementInst>(V) || isa<ExtractElementInst>(V))
    [all...]
SLPVectorizer.cpp 194 ExtractElementInst *E0 = cast<ExtractElementInst>(VL0);
209 ExtractElementInst *E = cast<ExtractElementInst>(VL[i]);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 67 isa<SelectInst>(Inst) || isa<ExtractElementInst>(Inst) ||
137 isa<ExtractElementInst>(Inst) || isa<InsertElementInst>(Inst) ||
LICM.cpp 445 !isa<InsertElementInst>(I) && !isa<ExtractElementInst>(I) &&
    [all...]
SCCP.cpp 474 void visitExtractElementInst(ExtractElementInst &I);
    [all...]
  /external/llvm/include/llvm/
InstVisitor.h 196 RetTy visitExtractElementInst(ExtractElementInst &I) { DELEGATE(Instruction);}
  /external/llvm/include/llvm/Support/
NoFolder.h 272 return ExtractElementInst::Create(Vec, Idx);
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 286 void visitExtractElementInst(ExtractElementInst &EI);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 36 class ExtractElementInst;
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 814 if (isa<ExtractElementInst>(I) || I->getType()->isVectorTy())
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 421 Value *V = ExtractElementInst::Create(Val0,
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 1090 macro(ExtractElementInst) \
    [all...]

Completed in 600 milliseconds

1 2