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

/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp294 int ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { function in class:ARMTTIImpl
319 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp310 int PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { function in class:PPCTTIImpl
311 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp435 int AArch64TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, function in class:AArch64TTIImpl
463 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h315 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { function in class:llvm::TargetTransformInfoImplBase
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h479 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { function in class:llvm::BasicTTIImplBase
506 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp310 int TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, function in class:TargetTransformInfo
312 int Cost = TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy);
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp877 int X86TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { function in class:X86TTIImpl
943 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
1144 int ScalarCompareCost = getCmpSelInstrCost(
1514 getCmpSelInstrCost(Instruction::ICmp, Type::getInt1Ty(SrcVTy->getContext()),

Completed in 186 milliseconds