HomeSort by relevance Sort by last modified time
    Searched refs:isVectorTy (Results 26 - 50 of 54) sorted by null

12 3

  /external/llvm/lib/IR/
Constants.cpp     [all...]
ConstantFold.cpp 551 DestTy->isVectorTy() &&
    [all...]
Type.cpp 656 if (C && V->getType()->isVectorTy())
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 270 if (!Ty->isIntegerTy() || Ty->isVectorTy())
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 814 if (isa<ExtractElementInst>(I) || I->getType()->isVectorTy())
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 459 !I->getType()->isVectorTy()) {
    [all...]
InstructionSimplify.cpp 484 if (Cond->getType()->isVectorTy() != RHS->getType()->isVectorTy())
705 if (V->getType()->isVectorTy())
    [all...]
ConstantFolding.cpp 397 else if (LoadTy->isVectorTy()) {
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 573 if (Ty->isVectorTy()) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 423 } else if (I->getOperand(0)->getType()->isVectorTy())
    [all...]
InstCombineAddSub.cpp 506 if (I->getType()->isVectorTy())
    [all...]
InstCombineMulDivRem.cpp 266 if (!I.getType()->isVectorTy()) {
    [all...]
InstCombineAndOrXor.cpp 535 if (LHS->getOperand(0)->getType()->isVectorTy()) return 0;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 359 if (Cond->getType()->isVectorTy())
    [all...]
CodeGenPrepare.cpp     [all...]
JumpThreading.cpp 260 else if (!CI->getType()->isVectorTy())
    [all...]
Reassociate.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
TargetInfo.cpp 498 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 &&
506 if ((Constraint == "y" || Constraint == "&y") && Ty->isVectorTy()) {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 820 if (Ptr->getType()->isVectorTy()) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 766 milliseconds

12 3