Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h94 Instruction::InsertElement, Ty, i); in getBroadcastShuffleOverhead()
113 ->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getPermuteShuffleOverhead()
137 Instruction::InsertElement, SubTy, i); in getExtractSubvectorOverhead()
159 Instruction::InsertElement, Ty, i + Index); in getInsertSubvectorOverhead()
576 ->getVectorInstrCost(Instruction::InsertElement, Ty, i); in getScalarizationOverhead()
1009 Instruction::InsertElement, SubVT, i);
1030 ->getVectorInstrCost(Instruction::InsertElement, VT, i);
1056 Instruction::InsertElement, MaskVT, i);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstrumentation.cpp87 case Inst::InsertElement: in instrumentInst()
DIceInst.cpp95 X(InsertElement, "insertelement"); in getInstName()
376 : InstHighLevel(Func, Inst::InsertElement, 3, Dest) { in InstInsertElement()
DIceInst.h58 InsertElement, enumerator
607 return Instr->getKind() == InsertElement; in classof()
DIceTargetLowering.cpp400 case Inst::InsertElement: in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp84 case Instruction::InsertElement: in isCompatibleReplacement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp555 case Instruction::InsertElement: { in getVectorInstrCost()
773 case Instruction::InsertElement: { in getUserCost()
950 case Instruction::InsertElement: { in getVectorInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantsContext.h128 : ConstantExpr(C1->getType(), Instruction::InsertElement, in InsertElementConstantExpr()
546 case Instruction::InsertElement:
DInstruction.cpp365 case InsertElement: return "insertelement"; in getOpcodeName()
DConstants.cpp1314 case Instruction::InsertElement: in getWithOperands()
2222 const ConstantExprKeyType Key(Instruction::InsertElement, ArgVec); in getInsertElement()
3075 case Instruction::InsertElement: in getAsInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp269 case Instruction::InsertElement: in remapConstantExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp208 case Instruction::InsertElement: { in generatePoisonChecks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp270 if (Opcode == Instruction::InsertElement) { in getVectorInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp415 if (ST->hasSlowLoadDSubregister() && Opcode == Instruction::InsertElement && in getVectorInstrCost()
419 if (ST->hasNEON() && (Opcode == Instruction::InsertElement || in getVectorInstrCost()
433 if (ST->hasMVEIntegerOps() && (Opcode == Instruction::InsertElement || in getVectorInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def192 HANDLE_OTHER_INST(60, InsertElement, InsertElementInst) // insert into vector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.def215 HANDLE_OTHER_INST(62, InsertElement, InsertElementInst) // insert into vector
DPatternMatch.h1266 inline ThreeOps_match<Val_t, Elt_t, Idx_t, Instruction::InsertElement>
1268 return ThreeOps_match<Val_t, Elt_t, Idx_t, Instruction::InsertElement>( in m_InsertElement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDemandedBits.cpp288 case Instruction::InsertElement: in determineLiveOperandBits()
DObjCARCInstKind.cpp281 case Instruction::InsertElement: in GetARCInstKind()
DCFLGraph.h548 case Instruction::InsertElement: in visitConstantExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp480 case Instruction::InsertElement: in lookupOrAdd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp887 INSTKEYWORD(insertelement, InsertElement); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp891 if (Opcode == Instruction::InsertElement && Val->isIntOrIntVectorTy(64)) in getVectorInstrCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1190 case Instruction::InsertElement: { in canEvaluateShuffled()
1365 case Instruction::InsertElement: { in evaluateInDifferentElementOrder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp561 Cost += getArithmeticInstrCost(Instruction::InsertElement, Ty, Opd1Info, in getArithmeticInstrCost()

12