| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 93 Cost += thisT()->getVectorInstrCost(Instruction::InsertElement, VTy, i); in getBroadcastShuffleOverhead() 110 Cost += thisT()->getVectorInstrCost(Instruction::InsertElement, VTy, i); in getPermuteShuffleOverhead() 136 thisT()->getVectorInstrCost(Instruction::InsertElement, SubVTy, i); in getExtractSubvectorOverhead() 160 Cost += thisT()->getVectorInstrCost(Instruction::InsertElement, VTy, in getInsertSubvectorOverhead() 676 Cost += thisT()->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getScalarizationOverhead() 1221 thisT()->getVectorInstrCost(Instruction::InsertElement, SubVT, i); 1242 ->getVectorInstrCost(Instruction::InsertElement, VT, i); 1268 thisT()->getVectorInstrCost(Instruction::InsertElement, MaskVT, i);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 84 case Instruction::InsertElement: in isCompatibleReplacement()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 158 : ConstantExpr(C1->getType(), Instruction::InsertElement, in InsertElementConstantExpr() 174 return CE->getOpcode() == Instruction::InsertElement; in classof() 624 case Instruction::InsertElement:
|
| H A D | Instruction.cpp | 390 case InsertElement: return "insertelement"; in getOpcodeName()
|
| H A D | Constants.cpp | 1551 case Instruction::InsertElement: in getWithOperands() 1715 if (IElt && IElt->getOpcode() == Instruction::InsertElement && in getSplatValue() 2579 const ConstantExprKeyType Key(Instruction::InsertElement, ArgVec); in getInsertElement() 3505 case Instruction::InsertElement: in getAsInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 251 case Instruction::InsertElement: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 483 case Instruction::InsertElement: in lookupOrAdd()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 269 case Instruction::InsertElement: in remapConstantExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | PoisonChecking.cpp | 212 case Instruction::InsertElement: { in generateCreationChecks()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 310 if (Opcode == Instruction::InsertElement) { in getVectorInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 215 HANDLE_OTHER_INST(62, InsertElement, InsertElementInst) // insert into vector
|
| H A D | PatternMatch.h | 1493 inline ThreeOps_match<Val_t, Elt_t, Idx_t, Instruction::InsertElement> 1495 return ThreeOps_match<Val_t, Elt_t, Idx_t, Instruction::InsertElement>( in m_InsertElt()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 331 case Instruction::InsertElement: { in visitImpl()
|
| H A D | InstCombineVectorOps.cpp | 1531 case Instruction::InsertElement: { in canEvaluateShuffled() 1700 case Instruction::InsertElement: { in evaluateInDifferentElementOrder()
|
| H A D | InstCombineSimplifyDemanded.cpp | 1209 case Instruction::InsertElement: { in SimplifyDemandedVectorElts()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | DemandedBits.cpp | 311 case Instruction::InsertElement: in determineLiveOperandBits()
|
| H A D | CFLGraph.h | 555 case Instruction::InsertElement: in visitConstantExpr()
|
| H A D | ObjCARCInstKind.cpp | 281 case Instruction::InsertElement: in GetARCInstKind()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 886 case Instruction::InsertElement: { in getVectorInstrCost() 1338 case Instruction::InsertElement: { in getVectorInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 804 if (ST->hasSlowLoadDSubregister() && Opcode == Instruction::InsertElement && in getVectorInstrCost() 808 if (ST->hasNEON() && (Opcode == Instruction::InsertElement || in getVectorInstrCost() 823 if (ST->hasMVEIntegerOps() && (Opcode == Instruction::InsertElement || in getVectorInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 633 TTI.getVectorInstrCost(Instruction::InsertElement, VecTy, Index); in scalarizeBinopOrCmp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 909 INSTKEYWORD(insertelement, InsertElement); in LexIdentifier()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1059 case Instruction::InsertElement: { in getUserCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 961 if (Opcode == Instruction::InsertElement && Val->isIntOrIntVectorTy(64)) in getVectorInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 3115 Opcode == Instruction::InsertElement)) { in getVectorInstrCost() 3135 RegisterFileMoveCost += (Opcode == Instruction::InsertElement ? 2 : 1); in getVectorInstrCost() 3166 Opcode == Instruction::InsertElement) in getVectorInstrCost() 3176 if (Opcode == Instruction::InsertElement) { in getVectorInstrCost() 4403 getVectorInstrCost(Instruction::InsertElement, SrcVTy, i); in getGSScalarCost()
|