HomeSort by relevance Sort by last modified time
    Searched refs:InsertElement (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
RandomIRBuilder.cpp 84 case Instruction::InsertElement:
  /external/swiftshader/third_party/subzero/src/
IceInstrumentation.cpp 87 case Inst::InsertElement:
IceInst.cpp 103 X(InsertElement, "insertelement");
386 : InstHighLevel(Func, Inst::InsertElement, 3, Dest) {
841 Str << " = insertelement ";
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 54 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
76 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
645 Instruction::InsertElement, SubVT, i);
666 ->getVectorInstrCost(Instruction::InsertElement, VT, i);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 219 case Instruction::InsertElement:
  /external/llvm/lib/IR/
ConstantsContext.h 112 /// insertelement constant exprs.
122 : ConstantExpr(C1->getType(), Instruction::InsertElement,
517 case Instruction::InsertElement:
Instruction.cpp 327 case InsertElement: return "insertelement";
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 107 /// insertelement constant exprs.
116 : ConstantExpr(C1->getType(), Instruction::InsertElement,
423 if (V.opcode == Instruction::InsertElement)
Instruction.cpp 161 case InsertElement: return "insertelement";
Constants.cpp 822 case Instruction::InsertElement:
887 case Instruction::InsertElement:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantsContext.h 125 /// insertelement constant exprs.
129 : ConstantExpr(C1->getType(), Instruction::InsertElement,
543 case Instruction::InsertElement:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 493 case Instruction::InsertElement: {
710 case Instruction::InsertElement: {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 97 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
453 ->getVectorInstrCost(Instruction::InsertElement, Ty, i);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 254 if (Opcode == Instruction::InsertElement) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 270 case Instruction::InsertElement:
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 10 // This file implements instcombine for ExtractElement, InsertElement and
46 if (I->getOpcode() == Instruction::InsertElement && isConstant &&
408 // insertelement instruction. This allows the insertelement to then be
409 // replaced by a shufflevector. If the insertelement is not replaced, we can
440 /// We are building a shuffle to create V, which is a sequence of insertelement,
518 // If this insertelement is a chain that comes from exactly these two
600 // If this insertelement isn't used by some other insertelement, turn it
686 case Instruction::InsertElement:
    [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 475 case Instruction::InsertElement: {
ObjCARCInstKind.cpp 300 case Instruction::InsertElement:
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 320 case Instruction::InsertElement:
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 273 if (ST->hasSlowLoadDSubregister() && Opcode == Instruction::InsertElement &&
277 if ((Opcode == Instruction::InsertElement ||
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 334 if (ST->hasSlowLoadDSubregister() && Opcode == Instruction::InsertElement &&
338 if ((Opcode == Instruction::InsertElement ||
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 10 // This file implements instcombine for ExtractElement, InsertElement and
69 if (I->getOpcode() == Instruction::InsertElement && isConstant &&
401 // insertelement instruction. This allows the insertelement to then be
402 // replaced by a shufflevector. If the insertelement is not replaced, we can
441 /// We are building a shuffle to create V, which is a sequence of insertelement,
519 // If this insertelement is a chain that comes from exactly these two
621 // for the root insertelement instruction, which can be re-used, if it
652 /// If we have an insertelement instruction feeding into another insertelement
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 10 // This file implements instcombine for ExtractElement, InsertElement and
37 if (I->getOpcode() == Instruction::InsertElement && isConstant &&
103 // Otherwise, the insertelement doesn't modify the value, recurse on its
376 // If this insertelement is a chain that comes from exactly these two
421 // If this insertelement isn't used by some other insertelement, turn it
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CFLGraph.h 548 case Instruction::InsertElement:
ObjCARCInstKind.cpp 306 case Instruction::InsertElement:

Completed in 2249 milliseconds

1 2 3 4