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

  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 112 Type *CondTy) const override;
454 Type *CondTy) const {
461 assert(CondTy && "CondTy must exist");
462 if (CondTy->isVectorTy())
477 if (CondTy)
478 CondTy = CondTy->getScalarType();
480 CondTy);
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 103 Type *CondTy) const override;
343 Type *CondTy) const {
344 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 373 Type *CondTy = nullptr) const;
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 122 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) const
442 Type *CondTy) const {
459 EVT SelCondTy = TLI->getValueType(CondTy);
469 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 196 Type *CondTy) const {
197 return PrevTTI->getCmpSelInstrCost(Opcode, ValTy, CondTy);
585 Type *CondTy = nullptr) const override {
CostModel.cpp 422 Type *CondTy = SI->getCondition()->getType();
423 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 121 Type *CondTy) const override;
396 Type *CondTy) const {
412 EVT SelCondTy = TLI->getValueType(CondTy);
426 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 569 Type *CondTy = Type::getInt1Ty(Context);
575 CondTy = VectorType::get(CondTy, NumElem);
578 Value *Cond = getRandomValue(CondTy);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 93 Type *CondTy) const override;
683 Type *CondTy) const {
736 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
    [all...]
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 159 Type *CondTy = SI.getCondition()->getType();
160 if (CondTy->isVectorTy() && (!FIOpndTy->isVectorTy() ||
161 CondTy->getVectorNumElements() != FIOpndTy->getVectorNumElements()))
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 602 milliseconds