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

1 2

  /external/llvm/lib/VMCore/
Verifier.cpp 856 Assert1(SrcTy->isVectorTy() == DestTy->isVectorTy(),
    [all...]
Instructions.cpp     [all...]
ValueTypes.cpp 55 return LLVMTy->isVectorTy();
ConstantFold.cpp 551 DestTy->isVectorTy() &&
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 145 if (isa<ExtractElementInst>(II) || II->getType()->isVectorTy())
ValueTracking.cpp 447 !I->getType()->isVectorTy()) {
    [all...]
InlineCost.cpp 729 if (isa<ExtractElementInst>(I) || I->getType()->isVectorTy())
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 169 } else if (Tp->isVectorTy()) {
200 if (V->getType()->isVectorTy())
299 if (ValTy->isVectorTy() && ValTy->getScalarSizeInBits() == 1)
355 if (Ty->isVectorTy()) {
474 if (VTy->isVectorTy()) {
563 if (Val0->getType()->isVectorTy() && (Ran->Rand() % 1)) {
  /external/llvm/include/llvm/
Type.h 206 /// isVectorTy - True if this is an instance of VectorType.
208 bool isVectorTy() const { return getTypeID() == VectorTyID; }
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 70 if (S->getType()->isVectorTy()) return false;
ScalarReplAggregates.cpp 774 } else if (ToType->isFloatingPointTy() || ToType->isVectorTy()) {
    [all...]
Reassociate.cpp     [all...]
LoopUnswitch.cpp 349 if (Cond->getType()->isVectorTy())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 274 if (opc == Instruction::SExt && isa<CmpInst>(V) && Ty->isVectorTy())
443 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
763 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
    [all...]
InstCombineLoadStoreAlloca.cpp 174 DestPTy->isVectorTy()) {
191 SrcPTy->isVectorTy()) &&
InstCombineVectorOps.cpp 60 assert(V->getType()->isVectorTy() && "Not looking at a vector?");
289 assert(V->getType()->isVectorTy() &&
InstCombineMulDivRem.cpp 235 if (!I.getType()->isVectorTy()) {
InstCombineSimplifyDemanded.cpp 409 } else if (I->getOperand(0)->getType()->isVectorTy())
    [all...]
InstCombineAndOrXor.cpp 542 if (LHS->getOperand(0)->getType()->isVectorTy()) return 0;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 267 if (!Ty->isIntegerTy() || Ty->isVectorTy())
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 603 if (!(VectorType::isValidElementType(T1) || T1->isVectorTy()) ||
604 !(VectorType::isValidElementType(T2) || T2->isVectorTy()))
    [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 424 if(type->isVectorTy())
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 515 if (Ty->isVectorTy()) {
    [all...]

Completed in 351 milliseconds

1 2