HomeSort by relevance Sort by last modified time
    Searched refs:ExtractElement (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/Analysis/
CostModel.cpp 164 case Instruction::ExtractElement: {
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 215 case Instruction::InsertElement: case Instruction::ExtractElement:
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 178 Cost += TopTTI->getVectorInstrCost(Instruction::ExtractElement, Ty, i);
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 92 /// extractelement constant exprs.
103 Instruction::ExtractElement, &Op<0>(), 2) {
446 if (V.opcode == Instruction::ExtractElement)
Instruction.cpp 249 case ExtractElement: return "extractelement";
Constants.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 40 static ConstantInt *ExtractElement(Constant *V, Constant *Idx) {
64 if (HasAddOverflow(ExtractElement(Result, Idx),
65 ExtractElement(In1, Idx),
66 ExtractElement(In2, Idx),
99 if (HasSubOverflow(ExtractElement(Result, Idx),
100 ExtractElement(In1, Idx),
101 ExtractElement(In2, Idx),
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 679 INSTKEYWORD(extractelement, ExtractElement);
LLParser.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/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
BBVectorize.cpp 510 // InsertElement and ExtractElement have a depth factor of zero. This is
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 195 | ExtractElement
    [all...]
llvm.mli 245 | ExtractElement
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 133 STATISTIC(NumFastIselFailExtractElement,"Fast isel fails on ExtractElement");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 433 case Instruction::ExtractElement:
    [all...]

Completed in 753 milliseconds