Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp228 case Instruction::InsertElement: case Instruction::ExtractElement: in GetInstructionClass()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp271 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getScalarizationOverhead()
347 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getAltShuffleOverhead()
H A DTargetLoweringBase.cpp1437 case InsertElement: return ISD::INSERT_VECTOR_ELT; in InstructionOpcodeToISD()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h124 : ConstantExpr(C1->getType(), Instruction::InsertElement, in InsertElementConstantExpr()
491 case Instruction::InsertElement:
H A DInstruction.cpp249 case InsertElement: return "insertelement"; in getOpcodeName()
H A DConstants.cpp1239 case Instruction::InsertElement: in getWithOperands()
2129 const ConstantExprKeyType Key(Instruction::InsertElement, ArgVec); in getInsertElement()
2945 case Instruction::InsertElement: in getAsInstruction()
H A DInstructions.cpp1495 : Instruction(Vec->getType(), InsertElement, in InsertElementInst()
1509 : Instruction(Vec->getType(), InsertElement, in InsertElementInst()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp43 if (I->getOpcode() == Instruction::InsertElement && isConstant && in CheapToScalarize()
645 case Instruction::InsertElement: { in CanEvaluateShuffled()
814 case Instruction::InsertElement: { in EvaluateInDifferentElementOrder()
H A DInstCombineSimplifyDemanded.cpp1046 case Instruction::InsertElement: { in SimplifyDemandedVectorElts()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.def171 HANDLE_OTHER_INST(55, InsertElement, InsertElementInst) // insert into vector
H A DInstructions.h1751 return I->getOpcode() == Instruction::InsertElement;
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp388 Opcode == Instruction::InsertElement && in getVectorInstrCost()
395 if ((Opcode == Instruction::InsertElement || in getVectorInstrCost()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp327 case Instruction::InsertElement: in remapConstantExpr()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DCostModel.cpp479 case Instruction::InsertElement: { in getInstructionCost()
H A DConstantFolding.cpp1097 case Instruction::InsertElement: in ConstantFoldInstOperands()
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp735 INSTKEYWORD(insertelement, InsertElement); in LexIdentifier()
/minix3/external/bsd/llvm/dist/llvm/test/Instrumentation/MemorySanitizer/
H A Dmsan_basic.ll515 define <4 x i32> @InsertElement(<4 x i32> %vec, i32 %idx, i32 %x) sanitize_memory {
520 ; CHECK: @InsertElement
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2114 Instruction::InsertElement, VTy, 0); in findBestDAGFor()
2116 Instruction::InsertElement, VTy, 1); in findBestDAGFor()
2121 Instruction::InsertElement, Ty2, 0); in findBestDAGFor()
2128 Instruction::InsertElement, Ty1, 0); in findBestDAGFor()
H A DLoopVectorize.cpp6071 Instruction::InsertElement, in getInstructionCost()
6130 unsigned InsCost = TTI.getVectorInstrCost(Instruction::InsertElement, in getInstructionCost()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp924 case Instruction::InsertElement: Out << "getInsertElement("; break; in printConstant()
1502 case Instruction::InsertElement: { in printInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1187 case Instruction::InsertElement: in WriteConstants()
1354 case Instruction::InsertElement: in WriteInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp866 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getScalarizationOverhead()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml207 | InsertElement Constructor
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp441 case Instruction::InsertElement: in lookup_or_add()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1044 case Instruction::InsertElement: NumFastIselFailInsertElement++; return; in collectFailStats()

12