Home
last modified time | relevance | path

Searched refs:getCmpSelInstrCost (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp310 int PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost() function in PPCTTIImpl
311 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy); in getCmpSelInstrCost()
DPPCTargetTransformInfo.h84 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h110 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
DARMTargetTransformInfo.cpp294 int ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost() function in ARMTTIImpl
319 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy); in getCmpSelInstrCost()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h513 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
704 virtual int getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
917 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) override { in getCmpSelInstrCost() function
918 return Impl.getCmpSelInstrCost(Opcode, ValTy, CondTy); in getCmpSelInstrCost()
DTargetTransformInfoImpl.h315 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost() function
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h116 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
DAArch64TargetTransformInfo.cpp435 int AArch64TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() function in AArch64TTIImpl
463 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy); in getCmpSelInstrCost()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.h73 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
DX86TargetTransformInfo.cpp877 int X86TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost() function in X86TTIImpl
943 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy); in getCmpSelInstrCost()
1144 int ScalarCompareCost = getCmpSelInstrCost( in getMaskedMemoryOpCost()
1514 getCmpSelInstrCost(Instruction::ICmp, Type::getInt1Ty(SrcVTy->getContext()), in getGSScalarCost()
/external/llvm/lib/Analysis/
DCostModel.cpp419 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy); in getInstructionCost()
424 return TTI->getCmpSelInstrCost(I->getOpcode(), ValTy); in getInstructionCost()
DTargetTransformInfo.cpp310 int TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() function in TargetTransformInfo
312 int Cost = TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy); in getCmpSelInstrCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h479 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost() function
506 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost( in getCmpSelInstrCost()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1600 TTI->getCmpSelInstrCost(Opcode, ScalarTy, Builder.getInt1Ty()); in getEntryCost()
1601 int VecCost = TTI->getCmpSelInstrCost(Opcode, VecTy, MaskTy); in getEntryCost()
DLoopVectorize.cpp5905 return TTI.getCmpSelInstrCost(I->getOpcode(), VectorTy, CondTy); in getInstructionCost()
5915 return TTI.getCmpSelInstrCost(I->getOpcode(), VectorTy); in getInstructionCost()
DBBVectorize.cpp587 return TTI->getCmpSelInstrCost(Opcode, T1, T2); in getInstrCost()