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

1 2

  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 116 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 110 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h 84 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
PPCTargetTransformInfo.cpp 310 int PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) {
311 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 479 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) {
486 assert(CondTy && "CondTy must exist");
487 if (CondTy->isVectorTy())
504 if (CondTy)
505 CondTy = CondTy->getScalarType();
507 Opcode, ValTy->getScalarType(), CondTy);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 550 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
558 assert(CondTy && "CondTy must exist");
559 if (CondTy->isVectorTy())
576 if (CondTy)
577 CondTy = CondTy->getScalarType();
579 Opcode, ValTy->getScalarType(), CondTy, I);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 550 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
558 assert(CondTy && "CondTy must exist");
559 if (CondTy->isVectorTy())
576 if (CondTy)
577 CondTy = CondTy->getScalarType();
579 Opcode, ValTy->getScalarType(), CondTy, I);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 550 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
558 assert(CondTy && "CondTy must exist");
559 if (CondTy->isVectorTy())
576 if (CondTy)
577 CondTy = CondTy->getScalarType();
579 Opcode, ValTy->getScalarType(), CondTy, I);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 550 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
558 assert(CondTy && "CondTy must exist");
559 if (CondTy->isVectorTy())
576 if (CondTy)
577 CondTy = CondTy->getScalarType();
579 Opcode, ValTy->getScalarType(), CondTy, I);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 550 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
558 assert(CondTy && "CondTy must exist");
559 if (CondTy->isVectorTy())
576 if (CondTy)
577 CondTy = CondTy->getScalarType();
579 Opcode, ValTy->getScalarType(), CondTy, I);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 550 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
558 assert(CondTy && "CondTy must exist");
559 if (CondTy->isVectorTy())
576 if (CondTy)
577 CondTy = CondTy->getScalarType();
579 Opcode, ValTy->getScalarType(), CondTy, I);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 550 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
558 assert(CondTy && "CondTy must exist");
559 if (CondTy->isVectorTy())
576 if (CondTy)
577 CondTy = CondTy->getScalarType();
579 Opcode, ValTy->getScalarType(), CondTy, I);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 550 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
558 assert(CondTy && "CondTy must exist");
559 if (CondTy->isVectorTy())
576 if (CondTy)
577 CondTy = CondTy->getScalarType();
579 Opcode, ValTy->getScalarType(), CondTy, I);
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 73 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
  /external/llvm/lib/Analysis/
CostModel.cpp 418 Type *CondTy = SI->getCondition()->getType();
419 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy);
TargetTransformInfo.cpp 311 Type *CondTy) const {
312 int Cost = TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 514 Type *CondTy = nullptr) const;
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 576 Type *CondTy = Type::getInt1Ty(Context);
582 CondTy = VectorType::get(CondTy, NumElem);
585 Value *Cond = getRandomValue(CondTy);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 598 Type *CondTy = nullptr, const Instruction *I = nullptr) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 598 Type *CondTy = nullptr, const Instruction *I = nullptr) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 598 Type *CondTy = nullptr, const Instruction *I = nullptr) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 598 Type *CondTy = nullptr, const Instruction *I = nullptr) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 598 Type *CondTy = nullptr, const Instruction *I = nullptr) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 598 Type *CondTy = nullptr, const Instruction *I = nullptr) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 598 Type *CondTy = nullptr, const Instruction *I = nullptr) const;
    [all...]

Completed in 1277 milliseconds

1 2