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

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 96 virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
192 unsigned PPCTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
194 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 323 virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
  /external/llvm/lib/Analysis/
CostModel.cpp 151 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy);
156 return TTI->getCmpSelInstrCost(I->getOpcode(), ValTy);
TargetTransformInfo.cpp 185 unsigned TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
187 return PrevTTI->getCmpSelInstrCost(Opcode, ValTy, CondTy);
543 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 103 virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
361 unsigned BasicTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
387 unsigned Cost = TopTTI->getCmpSelInstrCost(Opcode, ValTy->getScalarType(),
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 95 virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
459 unsigned X86TTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
516 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 123 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) const;
396 unsigned ARMTTI::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
427 return TargetTransformInfo::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 874 TTI->getCmpSelInstrCost(Opcode, ScalarTy, Builder.getInt1Ty());
875 VecCost = TTI->getCmpSelInstrCost(Opcode, VecTy, MaskTy);
    [all...]
LoopVectorize.cpp     [all...]
BBVectorize.cpp 565 return TTI->getCmpSelInstrCost(Opcode, T1, T2);
    [all...]

Completed in 2027 milliseconds