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

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 267 unsigned PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
269 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 349 unsigned AArch64TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
377 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 268 unsigned ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
299 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 285 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 215 unsigned TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
217 return TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 446 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) {
472 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 661 unsigned X86TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
728 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
832 getCmpSelInstrCost(Instruction::ICmp
    [all...]

Completed in 199 milliseconds