HomeSort by: relevance | last modified time | path
    Searched refs:VecEltTy (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 449 Type *VecEltTy = VectorTy->getElementType();
516 if (Inst->getType() != VecEltTy)
537 if (Elt->getType() != VecEltTy)
538 Elt = Builder.CreateBitOrPointerCast(Elt, VecEltTy);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 2111 /// V is a value which is inserted into a vector of VecEltTy.
2115 /// The type of V is always a non-zero multiple of VecEltTy's size.
2123 Type *VecEltTy, bool isBigEndian) {
2124 assert(isMultipleOfTypeSize(Shift, VecEltTy) &&
2132 if (V->getType() == VecEltTy) {
2138 unsigned ElementIndex = getTypeSizeIndex(Shift, VecEltTy);
2154 VecEltTy);
2158 return collectInsertionElements(ConstantExpr::getBitCast(C, VecEltTy),
2159 Shift, Elements, VecEltTy, isBigEndian);
2166 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 2667 LLT VecEltTy = VecTy.getElementType();
2670 const unsigned OldEltSize = VecEltTy.getSizeInBits();
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 19701 Type *VecEltTy =
19703 Type *Tys[] = {VecTy, VecEltTy};
19708 Ops.push_back(Builder.CreateBitCast(BaseAddr, VecEltTy));

Completed in 61 milliseconds