/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 94 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/ |
D | IceInstrumentation.cpp | 87 case Inst::InsertElement: in instrumentInst()
|
D | IceInst.cpp | 95 X(InsertElement, "insertelement"); in getInstName() 376 : InstHighLevel(Func, Inst::InsertElement, 3, Dest) { in InstInsertElement()
|
D | IceInst.h | 58 InsertElement, enumerator 607 return Instr->getKind() == InsertElement; in classof()
|
D | IceTargetLowering.cpp | 400 case Inst::InsertElement: in lower()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | RandomIRBuilder.cpp | 84 case Instruction::InsertElement: in isCompatibleReplacement()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 555 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/ |
D | ConstantsContext.h | 128 : ConstantExpr(C1->getType(), Instruction::InsertElement, in InsertElementConstantExpr() 546 case Instruction::InsertElement:
|
D | Instruction.cpp | 365 case InsertElement: return "insertelement"; in getOpcodeName()
|
D | Constants.cpp | 1314 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/ |
D | NVPTXGenericToNVVM.cpp | 269 case Instruction::InsertElement: in remapConstantExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PoisonChecking.cpp | 208 case Instruction::InsertElement: { in generatePoisonChecks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 270 if (Opcode == Instruction::InsertElement) { in getVectorInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 415 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/ |
D | Instruction.def | 192 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/ |
D | Instruction.def | 215 HANDLE_OTHER_INST(62, InsertElement, InsertElementInst) // insert into vector
|
D | PatternMatch.h | 1266 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/ |
D | DemandedBits.cpp | 288 case Instruction::InsertElement: in determineLiveOperandBits()
|
D | ObjCARCInstKind.cpp | 281 case Instruction::InsertElement: in GetARCInstKind()
|
D | CFLGraph.h | 548 case Instruction::InsertElement: in visitConstantExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVNSink.cpp | 480 case Instruction::InsertElement: in lookupOrAdd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 887 INSTKEYWORD(insertelement, InsertElement); in LexIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 891 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/ |
D | InstCombineVectorOps.cpp | 1190 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/ |
D | AArch64TargetTransformInfo.cpp | 561 Cost += getArithmeticInstrCost(Instruction::InsertElement, Ty, Opd1Info, in getArithmeticInstrCost()
|