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

1 2 3 4 5

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 92 if (InsertElementInst *III = dyn_cast<InsertElementInst>(V)) {
200 } else if (InsertElementInst *IE = dyn_cast<InsertElementInst>(I)) {
274 if (InsertElementInst *IEI = dyn_cast<InsertElementInst>(V)) {
341 } else if (InsertElementInst *IEI = dyn_cast<InsertElementInst>(V)) {
391 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) {
423 if (!IE.hasOneUse() || !isa<InsertElementInst>(IE.use_back()))
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 118 InsertElementInst *Def = cast<InsertElementInst>(Arg);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 214 } else if (InsertElementInst *IE = dyn_cast<InsertElementInst>(I)) {
321 if (InsertElementInst *IEI = dyn_cast<InsertElementInst>(V)) {
374 static void replaceExtractElements(InsertElementInst *InsElt,
468 if (InsertElementInst *IEI = dyn_cast<InsertElementInst>(V)) {
569 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) {
602 if (!IE.hasOneUse() || !isa<InsertElementInst>(IE.user_back())) {
    [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 244 if (InsertElementInst *III = dyn_cast<InsertElementInst>(V)) {
301 dyn_cast<InsertElementInst>(ShuffleInst->getOperand(0));
CostModel.cpp 476 const InsertElementInst * IE = cast<InsertElementInst>(I);
  /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...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp 65 isa<InsertElementInst>(Inst) || isa<ShuffleVectorInst>(Inst) ||
114 isa<InsertElementInst>(Inst) || isa<ShuffleVectorInst>(Inst)) &&
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 183 void visitInsertElementInst(InsertElementInst &I);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 194 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction); }
NoFolder.h 265 return InsertElementInst::Create(Vec, NewElt, Idx);
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 354 if (isa<InsertElementInst>(I))
528 !isa<ExtractElementInst>(V) && !isa<InsertElementInst>(V) &&
679 isa<ExtractElementInst>(BDV) || isa<InsertElementInst>(BDV);
719 } else if (auto *IE = dyn_cast<InsertElementInst>(Current)) {
784 auto *IE = cast<InsertElementInst>(BDV);
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVToOCL20.cpp 292 InsertElementInst::Create(UndefValue::get(CI->getType()), getImageSize,
324 InsertElementInst::Create(getImageSize, getImageArraySize,
  /external/llvm/include/llvm/IR/
InstVisitor.h 201 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 204 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}

Completed in 836 milliseconds

1 2 3 4 5