HomeSort by relevance Sort by last modified time
    Searched refs:VecTy (Results 26 - 49 of 49) sorted by null

12

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 484 VectorType *VecTy = cast<VectorType>(II.getType());
485 assert(VecTy->getNumElements() == 4 && "insertps with wrong vector type");
497 ConstantAggregateZero *ZeroVector = ConstantAggregateZero::get(VecTy);
732 auto *VecTy = cast<VectorType>(II.getType());
734 unsigned NumElts = VecTy->getNumElements();
768 auto V2 = Constant::getNullValue(VecTy);
831 auto *VecTy = cast<VectorType>(II.getType());
833 unsigned Size = VecTy->getNumElements();
856 auto V2 = UndefValue::get(VecTy);
869 VectorType *VecTy = cast<VectorType>(II.getType())
    [all...]
InstCombineSelect.cpp     [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 709 if (VectorType *VecTy = dyn_cast<VectorType>(Ty))
710 return VectorType::get(IntTy, VecTy->getNumElements());
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 361 auto VecTy = VectorType::get(Builder.getInt64Ty(), 4);
364 Value *Vec = UndefValue::get(VecTy);
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 492 VectorType *VecTy = cast<VectorType>(VTy);
493 DestTy = pickVectorType(VecTy->getNumElements());
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 183 Type *VecTy = CI->getType();
193 BC = Builder.CreateBitCast(LI, VecTy, "new.cast");
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
BBVectorize.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
TargetInfo.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 1524 milliseconds

12