Home
last modified time | relevance | path

Searched refs:InsertElement (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h54 ->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getScalarizationOverhead()
76 ->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getAltShuffleOverhead()
556 Instruction::InsertElement, SubVT, i); in getInterleavedMemoryOpCost()
577 ->getVectorInstrCost(Instruction::InsertElement, VT, i); in getInterleavedMemoryOpCost()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp46 if (I->getOpcode() == Instruction::InsertElement && isConstant && in cheapToScalarize()
597 case Instruction::InsertElement: { in CanEvaluateShuffled()
767 case Instruction::InsertElement: { in EvaluateInDifferentElementOrder()
DInstCombineSimplifyDemanded.cpp958 case Instruction::InsertElement: { in SimplifyDemandedVectorElts()
/external/llvm/lib/IR/
DConstantsContext.h124 : ConstantExpr(C1->getType(), Instruction::InsertElement, in InsertElementConstantExpr()
525 case Instruction::InsertElement:
DInstruction.cpp264 case InsertElement: return "insertelement"; in getOpcodeName()
DConstants.cpp1205 case Instruction::InsertElement: in getWithOperands()
2097 const ConstantExprKeyType Key(Instruction::InsertElement, ArgVec); in getInsertElement()
3001 case Instruction::InsertElement: in getAsInstruction()
DInstructions.cpp1661 : Instruction(Vec->getType(), InsertElement, in InsertElementInst()
1675 : Instruction(Vec->getType(), InsertElement, in InsertElementInst()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp248 Opcode == Instruction::InsertElement && in getVectorInstrCost()
253 if ((Opcode == Instruction::InsertElement || in getVectorInstrCost()
/external/llvm/include/llvm/IR/
DInstruction.def192 HANDLE_OTHER_INST(60, InsertElement, InsertElementInst) // insert into vector
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp324 case Instruction::InsertElement: in remapConstantExpr()
/external/llvm/lib/Analysis/
DCostModel.cpp475 case Instruction::InsertElement: { in getInstructionCost()
DObjCARCInstKind.cpp296 case Instruction::InsertElement: in GetARCInstKind()
DConstantFolding.cpp1087 case Instruction::InsertElement: in ConstantFoldInstOperands()
/external/llvm/lib/AsmParser/
DLLLexer.cpp760 INSTKEYWORD(insertelement, InsertElement); in LexIdentifier()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2124 Instruction::InsertElement, VTy, 0); in findBestDAGFor()
2126 Instruction::InsertElement, VTy, 1); in findBestDAGFor()
2131 Instruction::InsertElement, Ty2, 0); in findBestDAGFor()
2138 Instruction::InsertElement, Ty1, 0); in findBestDAGFor()
DLoopVectorize.cpp3068 Cost += TTI.getVectorInstrCost(Instruction::InsertElement, Ty, i); in getScalarizationOverhead()
5501 Instruction::InsertElement, in getInstructionCost()
5582 unsigned InsCost = TTI.getVectorInstrCost(Instruction::InsertElement, in getInstructionCost()
DSLPVectorizer.cpp1820 Cost += TTI->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getGatherCost()
/external/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_basic.ll580 define <4 x i32> @InsertElement(<4 x i32> %vec, i32 %idx, i32 %x) sanitize_memory {
585 ; CHECK-LABEL: @InsertElement
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp926 case Instruction::InsertElement: Out << "getInsertElement("; break; in printConstant()
1499 case Instruction::InsertElement: { in printInstruction()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp943 Cost += getVectorInstrCost(Instruction::InsertElement, Ty, i); in getScalarizationOverhead()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1689 case Instruction::InsertElement: in WriteConstants()
1874 case Instruction::InsertElement: in WriteInstruction()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1601 case InsertElement: return ISD::INSERT_VECTOR_ELT; in InstructionOpcodeToISD()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml207 | InsertElement Constructor
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp447 case Instruction::InsertElement: in lookup_or_add()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1140 case Instruction::InsertElement: NumFastIselFailInsertElement++; return; in collectFailStats()

12