/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 310 int PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost() function in PPCTTIImpl 311 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy); in getCmpSelInstrCost()
|
D | PPCTargetTransformInfo.h | 84 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 110 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
|
D | ARMTargetTransformInfo.cpp | 294 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/ |
D | TargetTransformInfo.h | 513 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()
|
D | TargetTransformInfoImpl.h | 315 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) { in getCmpSelInstrCost() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 116 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
|
D | AArch64TargetTransformInfo.cpp | 435 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/ |
D | X86TargetTransformInfo.h | 73 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy);
|
D | X86TargetTransformInfo.cpp | 877 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/ |
D | CostModel.cpp | 419 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy); in getInstructionCost() 424 return TTI->getCmpSelInstrCost(I->getOpcode(), ValTy); in getInstructionCost()
|
D | TargetTransformInfo.cpp | 310 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/ |
D | BasicTTIImpl.h | 479 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/ |
D | SLPVectorizer.cpp | 1600 TTI->getCmpSelInstrCost(Opcode, ScalarTy, Builder.getInt1Ty()); in getEntryCost() 1601 int VecCost = TTI->getCmpSelInstrCost(Opcode, VecTy, MaskTy); in getEntryCost()
|
D | LoopVectorize.cpp | 5905 return TTI.getCmpSelInstrCost(I->getOpcode(), VectorTy, CondTy); in getInstructionCost() 5915 return TTI.getCmpSelInstrCost(I->getOpcode(), VectorTy); in getInstructionCost()
|
D | BBVectorize.cpp | 587 return TTI->getCmpSelInstrCost(Opcode, T1, T2); in getInstrCost()
|