HomeSort by relevance Sort by last modified time
    Searched defs:getCmpSelInstrCost (Results 1 - 5 of 5) 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/lib/Analysis/
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/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/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);

Completed in 220 milliseconds