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

  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 270 int ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) {
295 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 290 int PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) {
291 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 380 int AArch64TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
408 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 289 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) {
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 436 unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy) {
461 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 252 int TargetTransformInfo::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
254 int Cost = TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]

Completed in 208 milliseconds