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

1 2

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 228 case Instruction::InsertElement: case Instruction::ExtractElement:
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 269 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i);
344 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i);
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 10 // This file implements instcombine for ExtractElement, InsertElement and
43 if (I->getOpcode() == Instruction::InsertElement && isConstant &&
86 // Otherwise, the insertelement doesn't modify the value, recurse on its
404 /// We are building a shuffle to create V, which is a sequence of insertelement,
477 // If this insertelement is a chain that comes from exactly these two
559 // If this insertelement isn't used by some other insertelement, turn it
645 case Instruction::InsertElement: {
650 // Verify that 'CI' does not occur twice in Mask. A single 'insertelement'
814 case Instruction::InsertElement:
    [all...]
InstCombineSimplifyDemanded.cpp     [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 479 case Instruction::InsertElement: {
ConstantFolding.cpp     [all...]
  /external/llvm/lib/IR/
Instruction.cpp 255 case InsertElement: return "insertelement";
ConstantsContext.h 116 /// insertelement constant exprs.
126 : ConstantExpr(C1->getType(), Instruction::InsertElement,
440 if (V.opcode == Instruction::InsertElement)
Constants.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 319 case Instruction::InsertElement:
  /external/llvm/lib/AsmParser/
LLLexer.cpp 742 INSTKEYWORD(insertelement, InsertElement);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 387 Opcode == Instruction::InsertElement &&
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 521 // InsertElement and ExtractElement have a depth factor of zero. This is
    [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 770 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 200 | InsertElement
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 438 case Instruction::InsertElement:
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 720 milliseconds

1 2