Home
last modified time | relevance | path

Searched refs:ShuffleVector (Results 1 – 24 of 24) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp229 case Instruction::ShuffleVector: in GetInstructionClass()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h149 Instruction::ShuffleVector, in ShuffleVectorConstantExpr()
493 case Instruction::ShuffleVector:
H A DInstruction.cpp250 case ShuffleVector: return "shufflevector"; in getOpcodeName()
H A DConstants.cpp1249 case Instruction::ShuffleVector: in getWithOperands()
2152 const ConstantExprKeyType Key(Instruction::ShuffleVector, ArgVec); in getShuffleVector()
2953 case Instruction::ShuffleVector: in getAsInstruction()
H A DInstructions.cpp1544 ShuffleVector, in ShuffleVectorInst()
1561 ShuffleVector, in ShuffleVectorInst()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.def172 HANDLE_OTHER_INST(56, ShuffleVector, ShuffleVectorInst) // shuffle two vectors.
H A DInstructions.h1831 return I->getOpcode() == Instruction::ShuffleVector;
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp591 case Instruction::ShuffleVector: in getInstrCost()
1948 int ESContrib = (int) getInstrCost(Instruction::ShuffleVector, in findBestDAGFor()
1996 ESContrib = (int) getInstrCost(Instruction::ShuffleVector, in findBestDAGFor()
2027 ESContrib = (int) getInstrCost(Instruction::ShuffleVector, in findBestDAGFor()
2106 ESContrib = (int) getInstrCost(Instruction::ShuffleVector, in findBestDAGFor()
2122 ESContrib += (int) getInstrCost(Instruction::ShuffleVector, in findBestDAGFor()
2129 ESContrib += (int) getInstrCost(Instruction::ShuffleVector, in findBestDAGFor()
2136 ESContrib = (int) getInstrCost(Instruction::ShuffleVector, in findBestDAGFor()
2139 ESContrib += (int) getInstrCost(Instruction::ShuffleVector, in findBestDAGFor()
H A DSLPVectorizer.cpp163 return Instruction::ShuffleVector; in isAltInst()
1051 if (Opcode == Instruction::ShuffleVector) { in buildTree_rec()
1054 if (Op != Instruction::ShuffleVector) in buildTree_rec()
1443 case Instruction::ShuffleVector: { in buildTree_rec()
1658 case Instruction::ShuffleVector: { in getEntryCost()
2285 case Instruction::ShuffleVector: { in vectorizeTree()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp331 case Instruction::ShuffleVector: in remapConstantExpr()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DCostModel.cpp488 case Instruction::ShuffleVector: { in getInstructionCost()
H A DConstantFolding.cpp1099 case Instruction::ShuffleVector: in ConstantFoldInstOperands()
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp736 INSTKEYWORD(shufflevector, ShuffleVector); in LexIdentifier()
H A DLLParser.cpp2800 } else if (Opc == Instruction::ShuffleVector) { in ParseValID()
/minix3/external/bsd/llvm/dist/llvm/test/Instrumentation/MemorySanitizer/
H A Dmsan_basic.ll526 define <4 x i32> @ShuffleVector(<4 x i32> %vec, <4 x i32> %vec1) sanitize_memory {
532 ; CHECK: @ShuffleVector
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp925 case Instruction::ShuffleVector: Out << "getShuffleVector("; break; in printConstant()
1511 case Instruction::ShuffleVector: { in printInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1194 case Instruction::ShuffleVector: in WriteConstants()
1360 case Instruction::ShuffleVector: in WriteInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1079 case Instruction::ShuffleVector: { in SimplifyDemandedVectorElts()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1438 case ShuffleVector: return ISD::VECTOR_SHUFFLE; in InstructionOpcodeToISD()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml208 | ShuffleVector Constructor
H A Dllvm.mli266 | ShuffleVector Constructor
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp442 case Instruction::ShuffleVector: in lookup_or_add()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1045 case Instruction::ShuffleVector: NumFastIselFailShuffleVector++; return; in collectFailStats()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go230 ShuffleVector Opcode = C.LLVMShuffleVector const