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

1 2 3

  /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";
Constants.cpp     [all...]
  /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/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/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/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 863 case Instruction::ShuffleVector: Out << "getShuffleVector("; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp     [all...]

Completed in 1176 milliseconds

1 2 3