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

  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 116 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
AArch64TargetTransformInfo.cpp 435 int AArch64TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
463 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 110 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
ARMTargetTransformInfo.cpp 294 int ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) {
319 return BaseT::getCmpSelInstrCost(Opcode, ValTy, 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/lib/Target/X86/
X86TargetTransformInfo.h 73 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 419 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy);
424 return TTI->getCmpSelInstrCost(I->getOpcode(), ValTy);
TargetTransformInfo.cpp 310 int TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
312 int Cost = TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 513 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
    [all...]
TargetTransformInfoImpl.h 315 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) {
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 479 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) {
506 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
BBVectorize.cpp 587 return TTI->getCmpSelInstrCost(Opcode, T1, T2);
    [all...]

Completed in 2062 milliseconds