| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCUtil.cpp | 228 case Instruction::InsertElement: case Instruction::ExtractElement: in GetInstructionClass()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | BasicTargetTransformInfo.cpp | 271 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getScalarizationOverhead() 347 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getAltShuffleOverhead()
|
| H A D | TargetLoweringBase.cpp | 1437 case InsertElement: return ISD::INSERT_VECTOR_ELT; in InstructionOpcodeToISD()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 124 : ConstantExpr(C1->getType(), Instruction::InsertElement, in InsertElementConstantExpr() 491 case Instruction::InsertElement:
|
| H A D | Instruction.cpp | 249 case InsertElement: return "insertelement"; in getOpcodeName()
|
| H A D | Constants.cpp | 1239 case Instruction::InsertElement: in getWithOperands() 2129 const ConstantExprKeyType Key(Instruction::InsertElement, ArgVec); in getInsertElement() 2945 case Instruction::InsertElement: in getAsInstruction()
|
| H A D | Instructions.cpp | 1495 : Instruction(Vec->getType(), InsertElement, in InsertElementInst() 1509 : Instruction(Vec->getType(), InsertElement, in InsertElementInst()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 43 if (I->getOpcode() == Instruction::InsertElement && isConstant && in CheapToScalarize() 645 case Instruction::InsertElement: { in CanEvaluateShuffled() 814 case Instruction::InsertElement: { in EvaluateInDifferentElementOrder()
|
| H A D | InstCombineSimplifyDemanded.cpp | 1046 case Instruction::InsertElement: { in SimplifyDemandedVectorElts()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 171 HANDLE_OTHER_INST(55, InsertElement, InsertElementInst) // insert into vector
|
| H A D | Instructions.h | 1751 return I->getOpcode() == Instruction::InsertElement;
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 388 Opcode == Instruction::InsertElement && in getVectorInstrCost() 395 if ((Opcode == Instruction::InsertElement || in getVectorInstrCost()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 327 case Instruction::InsertElement: in remapConstantExpr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | CostModel.cpp | 479 case Instruction::InsertElement: { in getInstructionCost()
|
| H A D | ConstantFolding.cpp | 1097 case Instruction::InsertElement: in ConstantFoldInstOperands()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 735 INSTKEYWORD(insertelement, InsertElement); in LexIdentifier()
|
| /minix3/external/bsd/llvm/dist/llvm/test/Instrumentation/MemorySanitizer/ |
| H A D | msan_basic.ll | 515 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 D | BBVectorize.cpp | 2114 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 D | LoopVectorize.cpp | 6071 Instruction::InsertElement, in getInstructionCost() 6130 unsigned InsCost = TTI.getVectorInstrCost(Instruction::InsertElement, in getInstructionCost()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/ |
| H A D | CPPBackend.cpp | 924 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 D | BitcodeWriter.cpp | 1187 case Instruction::InsertElement: in WriteConstants() 1354 case Instruction::InsertElement: in WriteInstruction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 866 Cost += TopTTI->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getScalarizationOverhead()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 207 | InsertElement Constructor
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 441 case Instruction::InsertElement: in lookup_or_add()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 1044 case Instruction::InsertElement: NumFastIselFailInsertElement++; return; in collectFailStats()
|