Searched defs:getCmpSelInstrCost (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp349 unsigned AArch64TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, function in class:AArch64TTIImpl
377 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp268 unsigned ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, function in class:ARMTTIImpl
299 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp267 unsigned PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, function in class:PPCTTIImpl
269 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h285 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { function in class:llvm::TargetTransformInfoImplBase
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h446 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { function in class:llvm::BasicTTIImplBase
472 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp215 unsigned TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, function in class:TargetTransformInfo
217 return TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy);
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp661 unsigned X86TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, function in class:X86TTIImpl
728 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
832 getCmpSelInstrCost(Instruction::ICmp,

Completed in 133 milliseconds