Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DConstantsContext.h124 : ConstantExpr(C1->getType(), Instruction::InsertElement, in InsertElementConstantExpr()
491 case Instruction::InsertElement:
DInstruction.cpp249 case InsertElement: return "insertelement"; in getOpcodeName()
DConstants.cpp1241 case Instruction::InsertElement: in getWithOperands()
2134 const ConstantExprKeyType Key(Instruction::InsertElement, ArgVec); in getInsertElement()
2996 case Instruction::InsertElement: in getAsInstruction()
DInstructions.cpp1392 : Instruction(Vec->getType(), InsertElement, in InsertElementInst()
1406 : Instruction(Vec->getType(), InsertElement, in InsertElementInst()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp253 Opcode == Instruction::InsertElement && in getVectorInstrCost()
260 if ((Opcode == Instruction::InsertElement || in getVectorInstrCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h54 ->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getScalarizationOverhead()
76 ->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getAltShuffleOverhead()
/external/llvm/include/llvm/IR/
DInstruction.def171 HANDLE_OTHER_INST(55, InsertElement, InsertElementInst) // insert into vector
DInstructions.h1796 return I->getOpcode() == Instruction::InsertElement;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp44 if (I->getOpcode() == Instruction::InsertElement && isConstant && in CheapToScalarize()
646 case Instruction::InsertElement: { in CanEvaluateShuffled()
816 case Instruction::InsertElement: { in EvaluateInDifferentElementOrder()
DInstCombineSimplifyDemanded.cpp1042 case Instruction::InsertElement: { in SimplifyDemandedVectorElts()
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp327 case Instruction::InsertElement: in remapConstantExpr()
/external/llvm/lib/Analysis/
DCostModel.cpp480 case Instruction::InsertElement: { in getInstructionCost()
DConstantFolding.cpp1085 case Instruction::InsertElement: in ConstantFoldInstOperands()
/external/llvm/lib/Transforms/ObjCARC/
DARCInstKind.cpp294 case Instruction::InsertElement: in GetARCInstKind()
/external/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_basic.ll515 define <4 x i32> @InsertElement(<4 x i32> %vec, i32 %idx, i32 %x) sanitize_memory {
520 ; CHECK: @InsertElement
/external/llvm/lib/AsmParser/
DLLLexer.cpp744 INSTKEYWORD(insertelement, InsertElement); in LexIdentifier()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2110 Instruction::InsertElement, VTy, 0); in findBestDAGFor()
2112 Instruction::InsertElement, VTy, 1); in findBestDAGFor()
2117 Instruction::InsertElement, Ty2, 0); in findBestDAGFor()
2124 Instruction::InsertElement, Ty1, 0); in findBestDAGFor()
DLoopVectorize.cpp2651 Cost += TTI.getVectorInstrCost(Instruction::InsertElement, Ty, i); in getScalarizationOverhead()
5129 Instruction::InsertElement, in getInstructionCost()
5190 unsigned InsCost = TTI.getVectorInstrCost(Instruction::InsertElement, in getInstructionCost()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp927 case Instruction::InsertElement: Out << "getInsertElement("; break; in printConstant()
1505 case Instruction::InsertElement: { in printInstruction()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp762 Cost += getVectorInstrCost(Instruction::InsertElement, Ty, i); in getScalarizationOverhead()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1553 case Instruction::InsertElement: in WriteConstants()
1721 case Instruction::InsertElement: in WriteInstruction()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1575 case InsertElement: return ISD::INSERT_VECTOR_ELT; in InstructionOpcodeToISD()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml207 | InsertElement Constructor
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp442 case Instruction::InsertElement: in lookup_or_add()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1145 case Instruction::InsertElement: NumFastIselFailInsertElement++; return; in collectFailStats()

12