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

1 2 3

  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 193 assert (Ty->isVectorTy() && "Can only scalarize vectors");
250 if (Ty->isVectorTy()) {
298 if (!Src->isVectorTy() && !Dst->isVectorTy()) {
313 if (Dst->isVectorTy() && Src->isVectorTy()) {
350 return (Src->isVectorTy()? getScalarizationOverhead(Src, false, true):0) +
351 (Dst->isVectorTy()? getScalarizationOverhead(Dst, true, false):0);
370 if (CondTy->isVectorTy())
383 if (ValTy->isVectorTy()) {
    [all...]
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 64 if (isa<ExtractElementInst>(II) || II->getType()->isVectorTy())
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
Instructions.cpp     [all...]
ValueTypes.cpp 55 return LLVMTy->isVectorTy();
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 199 assert(Val->isVectorTy() && "This must be a vector type");
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 179 } else if (Tp->isVectorTy()) {
210 if (V->getType()->isVectorTy())
309 if (ValTy->isVectorTy() && ValTy->getScalarSizeInBits() == 1)
365 if (Ty->isVectorTy()) {
482 if (VTy->isVectorTy()) {
571 if (Val0->getType()->isVectorTy() && (Ran->Rand() % 1)) {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 363 if (TY->isVectorTy()) { \
391 if (Ty->isVectorTy())
467 if (TY->isVectorTy()) { \
534 if(Ty->isVectorTy()) {
565 if(Ty->isVectorTy()) {
596 if(Ty->isVectorTy()) {
687 if (Ty->isVectorTy()) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 283 if (opc == Instruction::SExt && isa<CmpInst>(V) && Ty->isVectorTy())
452 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
780 if ((DestTy->isVectorTy() || ShouldChangeType(SrcTy, DestTy)) &&
    [all...]
InstCombineVectorOps.cpp 62 assert(V->getType()->isVectorTy() && "Not looking at a vector?");
373 assert(V->getType()->isVectorTy() &&
652 assert(V->getType()->isVectorTy() && "can't reorder non-vector elements");
    [all...]
InstCombineLoadStoreAlloca.cpp 298 DestPTy->isVectorTy()) {
315 SrcPTy->isVectorTy()) &&
InstCombineSelect.cpp 136 if (CondTy->isVectorTy() && (!FIOpndTy->isVectorTy() ||
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 521 assert(Val->isVectorTy() && "This must be a vector type");
545 assert (Ty->isVectorTy() && "Can only scalarize vectors");
611 if (Ty->isVectorTy() && IsComplex)
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 391 if (Div->getType()->isVectorTy())
435 if (RemTy->isVectorTy())
487 if (DivTy->isVectorTy())
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 471 bool isVector = aType->isVectorTy();
711 bool isVector = aType->isVectorTy();
853 if (type->isVectorTy()) {
894 if (type->isVectorTy()) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 471 bool isVector = aType->isVectorTy();
711 bool isVector = aType->isVectorTy();
853 if (type->isVectorTy()) {
894 if (type->isVectorTy()) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
SLPVectorizer.cpp 468 if (VL[0]->getType()->isVectorTy()) {
475 if (SI->getValueOperand()->getType()->isVectorTy()) {
687 if (Ty != SrcTy || Ty->isAggregateType() || Ty->isVectorTy()) {
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 227 /// isVectorTy - True if this is an instance of VectorType.
229 bool isVectorTy() const { return getTypeID() == VectorTyID; }
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 192 if (Src->isVectorTy() && ST->hasNEON() && (ISD == ISD::FP_ROUND ||
389 ValTy->isVectorTy() &&
401 if (ST->hasNEON() && ValTy->isVectorTy() && ISD == ISD::SELECT) {
437 if (Ty->isVectorTy() && IsComplex)
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 72 if (S->getType()->isVectorTy()) return false;
ScalarReplAggregates.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 170 if (V->getType()->isVectorTy())
217 if (V->getType()->isVectorTy())
239 if (V->getType()->isVectorTy())
335 if (V->getType()->isVectorTy())
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 418 if (Ty->isAggregateType() || Ty->isVectorTy()) {
587 if (Ty->isVectorTy()) {
    [all...]

Completed in 927 milliseconds

1 2 3