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

1 2 3

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
RandomIRBuilder.cpp 85 case Instruction::ShuffleVector:
  /external/swiftshader/third_party/subzero/src/
IceCfg.cpp     [all...]
IceInst.cpp 118 X(ShuffleVector, "shufflevector");
588 : InstHighLevel(Func, Inst::ShuffleVector, 2, Dest),
1057 Str << "shufflevector ";
    [all...]
IceInst.h 73 ShuffleVector, // not part of LLVM/PNaCl bitcode
    [all...]
IceTargetLowering.cpp 466 case Inst::ShuffleVector:
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 134 /// shufflevector constant exprs.
147 Instruction::ShuffleVector,
519 case Instruction::ShuffleVector:
Instruction.cpp 328 case ShuffleVector: return "shufflevector";
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 128 /// shufflevector constant exprs.
140 Instruction::ShuffleVector,
426 if (V.opcode == Instruction::ShuffleVector)
Instruction.cpp 162 case ShuffleVector: return "shufflevector";
Constants.cpp 831 case Instruction::ShuffleVector:
891 case Instruction::ShuffleVector:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantsContext.h 147 /// shufflevector constant exprs.
154 Instruction::ShuffleVector,
545 case Instruction::ShuffleVector:
Instruction.cpp 361 case ShuffleVector: return "shufflevector";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 274 case Instruction::ShuffleVector:
275 // ShuffleVector
  /external/llvm/lib/Analysis/
CostModel.cpp 103 // Example: shufflevector A, B, <0,5,2,7>
114 // Example: shufflevector A, B, <4,1,6,3>
161 // %rdx.shuf.0.0 = shufflevector <4 x float> %rdx, <4 x float> undef,
163 // %rdx.shuf.0.1 = shufflevector <4 x float> %rdx, <4 x float> undef,
182 // On level 0 we can omit one shufflevector instruction.
197 // On the first level we can omit the shufflevector <0, undef,...>. So the
198 // input to the other shufflevector <1, undef> must match with one of the
201 // %NextLevelOpL = shufflevector %R, <1, undef ...>
268 // %rdx.shuf.0.0 = shufflevector <4 x float> %rdx, <4 x float> undef,
270 // %rdx.shuf.0.1 = shufflevector <4 x float> %rdx, <4 x float> undef
    [all...]
ObjCARCInstKind.cpp 302 case Instruction::ShuffleVector:
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 324 case Instruction::ShuffleVector:
325 // ShuffleVector
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 600 case Instruction::ShuffleVector:
    [all...]
SLPVectorizer.cpp 148 /// sequence which can later be merged as a ShuffleVector instruction.
166 /// a ShuffleVector instruction.
172 /// \returns ShuffleVector instruction if instructions in \p VL have
184 return Instruction::ShuffleVector;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CFLGraph.h 580 case Instruction::ShuffleVector: {
ObjCARCInstKind.cpp 308 case Instruction::ShuffleVector:
  /external/llvm/lib/AsmParser/
LLLexer.cpp 776 INSTKEYWORD(shufflevector, ShuffleVector);
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.cpp 658 INSTKEYWORD(shufflevector, ShuffleVector);
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLLexer.cpp 867 INSTKEYWORD(shufflevector, ShuffleVector);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
GVNSink.cpp 480 case Instruction::ShuffleVector:

Completed in 1646 milliseconds

1 2 3