HomeSort by: relevance | last modified time | path
    Searched refs:getCmpSelInstrCost (Results 1 - 23 of 23) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFTargetTransformInfo.h 47 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 1018 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
1028 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
1054 InstructionCost Cost = thisT()->getCmpSelInstrCost(
1425 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy,
1428 thisT()->getCmpSelInstrCost(BinaryOperator::Select, RetTy, CondTy,
1674 // TODO: Ideally getCmpSelInstrCost would accept an icmp condition code.
1676 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy,
1679 thisT()->getCmpSelInstrCost(BinaryOperator::Select, RetTy, CondTy,
1703 thisT()->getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy,
1705 Cost += 2 * thisT()->getCmpSelInstrCost(
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.h 104 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
SystemZTargetTransformInfo.cpp 872 InstructionCost SystemZTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
878 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind);
954 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VectorCombine.cpp 302 ScalarOpCost = TTI.getCmpSelInstrCost(Opcode, ScalarTy,
304 VectorOpCost = TTI.getCmpSelInstrCost(Opcode, VecTy,
623 ScalarOpCost = TTI.getCmpSelInstrCost(Opcode, ScalarTy);
624 VectorOpCost = TTI.getCmpSelInstrCost(Opcode, VecTy);
724 OldCost += TTI.getCmpSelInstrCost(CmpOpcode, I0->getType()) * 2;
733 InstructionCost NewCost = TTI.getCmpSelInstrCost(CmpOpcode, X->getType());
SLPVectorizer.cpp 3891 TTI->getCmpSelInstrCost(E->getOpcode(), ScalarTy, Builder.getInt1Ty(),
3916 InstructionCost VecCost = TTI->getCmpSelInstrCost(
3931 TTI->getCmpSelInstrCost(Instruction::ICmp, VecTy, MaskTy,
7626 TTI->getCmpSelInstrCost(Instruction::FCmp, ScalarTy) +
7627 TTI->getCmpSelInstrCost(Instruction::Select, ScalarTy,
7642 TTI->getCmpSelInstrCost(Instruction::ICmp, ScalarTy) +
7643 TTI->getCmpSelInstrCost(Instruction::Select, ScalarTy,
LoopVectorize.cpp 7542 TTI.getCmpSelInstrCost(
7652 return TTI.getCmpSelInstrCost(I->getOpcode(), VectorTy, CondTy,
7662 return TTI.getCmpSelInstrCost(I->getOpcode(), VectorTy, nullptr,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 249 InstructionCost HexagonTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
259 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I);
HexagonTargetTransformInfo.h 139 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h 121 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
PPCTargetTransformInfo.cpp 1028 InstructionCost PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
1034 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 182 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
AArch64TargetTransformInfo.cpp 1097 InstructionCost AArch64TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
1104 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
1154 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I);
1568 getCmpSelInstrCost(CmpOpcode, LegalVTy, LegalVTy,
1570 getCmpSelInstrCost(Instruction::Select, LegalVTy, LegalVTy,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 217 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
ARMTargetTransformInfo.cpp 836 InstructionCost ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
951 getCmpSelInstrCost(Opcode, ValTy->getScalarType(),
979 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.h 137 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
X86TargetTransformInfo.cpp 2159 InstructionCost X86TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
2166 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
2351 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I);
3458 InstructionCost ScalarCompareCost = getCmpSelInstrCost(
3896 getCmpSelInstrCost(CmpOpcode, Ty, CondTy, CmpInst::BAD_ICMP_PREDICATE,
3898 getCmpSelInstrCost(Instruction::Select, Ty, CondTy,
4386 InstructionCost ScalarCompareCost = getCmpSelInstrCost(
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 530 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
1046 return TargetTTI->getCmpSelInstrCost(Opcode, U->getType(), CondTy,
1054 return TargetTTI->getCmpSelInstrCost(Opcode, ValTy, U->getType(),
TargetTransformInfo.h 1128 getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy = nullptr,
1630 virtual InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
2119 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
2123 return Impl.getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 801 InstructionCost TargetTransformInfo::getCmpSelInstrCost(
807 TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 1370 InstructionCost ComparisonCost = TTI.getCmpSelInstrCost(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 2263 return NumRequired * TTI.getCmpSelInstrCost(
SimplifyCFG.cpp 2281 Cost += TTI.getCmpSelInstrCost(Instruction::Select, PN.getType(), nullptr,

Completed in 50 milliseconds