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

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 102 virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
342 unsigned PPCTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
344 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 372 virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 195 unsigned TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
197 return PrevTTI->getCmpSelInstrCost(Opcode, ValTy, CondTy);
584 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
CostModel.cpp 423 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy);
428 return TTI->getCmpSelInstrCost(I->getOpcode(), ValTy);
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 111 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
453 unsigned BasicTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
479 unsigned Cost = TopTTI->getCmpSelInstrCost(Opcode, ValTy->getScalarType(),
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 122 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) const
441 unsigned AArch64TTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
469 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 120 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
395 unsigned ARMTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
426 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 92 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
682 unsigned X86TTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
736 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
BBVectorize.cpp 580 return TTI->getCmpSelInstrCost(Opcode, T1, T2);
    [all...]

Completed in 1146 milliseconds