Home
last modified time | relevance | path

Searched refs:VecPred (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h48 CmpInst::Predicate VecPred,
54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1408 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
1412 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
1416 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
1421 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
1465 CmpInst::isIntPredicate(VecPred)) { in getCmpSelInstrCost()
1473 CmpInst::isFPPredicate(VecPred)) { in getCmpSelInstrCost()
1476 if ((VecPred == CmpInst::FCMP_FALSE) || (VecPred == CmpInst::FCMP_TRUE)) in getCmpSelInstrCost()
1486 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
1491 switch (VecPred) { in getCmpSelInstrCost()
1538 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
H A DRISCVTargetTransformInfo.h197 CmpInst::Predicate VecPred,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp260 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
270 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
H A DHexagonRegisterInfo.cpp88 static const MCPhysReg VecPred[] = { in getCallerSavedRegs() local
104 return VecPred; in getCallerSavedRegs()
H A DHexagonTargetTransformInfo.h137 CmpInst::Predicate VecPred,
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h109 CmpInst::Predicate VecPred,
H A DSystemZTargetTransformInfo.cpp964 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
968 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind); in getCmpSelInstrCost()
1044 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind); in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h124 CmpInst::Predicate VecPred,
H A DPPCTargetTransformInfo.cpp660 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
669 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3231 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
3236 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
3248 if (VecPred == CmpInst::BAD_ICMP_PREDICATE && I && I->getType() == ValTy) { in getCmpSelInstrCost()
3252 VecPred = CurrentPred; in getCmpSelInstrCost()
3256 if (CmpInst::isIntPredicate(VecPred) || VecPred == CmpInst::FCMP_OLE || in getCmpSelInstrCost()
3257 VecPred == CmpInst::FCMP_OLT || VecPred == CmpInst::FCMP_OGT || in getCmpSelInstrCost()
3258 VecPred == CmpInst::FCMP_OGE || VecPred == CmpInst::FCMP_OEQ || in getCmpSelInstrCost()
3259 VecPred == CmpInst::FCMP_UNE) { in getCmpSelInstrCost()
3308 ICmpInst::isEquality(VecPred) && in getCmpSelInstrCost()
3316 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
H A DAArch64TargetTransformInfo.h213 CmpInst::Predicate VecPred,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h161 CmpInst::Predicate VecPred,
H A DX86TargetTransformInfo.cpp3163 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
3168 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
3190 CmpInst::Predicate Pred = VecPred; in getCmpSelInstrCost()
3455 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h243 CmpInst::Predicate VecPred,
H A DARMTargetTransformInfo.cpp923 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
1038 VecCondTy->getScalarType(), VecPred, in getCmpSelInstrCost()
1065 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1383 CmpInst::Predicate VecPred,
2060 CmpInst::Predicate VecPred,
2718 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
2721 return Impl.getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
H A DTargetTransformInfoImpl.h659 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1016 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
1021 TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1228 CmpInst::Predicate VecPred,
1237 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
1266 Opcode, ValVTy->getScalarType(), CondTy, VecPred, CostKind, I);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9637 CmpInst::Predicate VecPred, SwappedVecPred; in getEntryCost() local
9638 auto MatchCmp = m_Cmp(VecPred, m_Value(), m_Value()); in getEntryCost()
9641 SwappedVecPred = CmpInst::getSwappedPredicate(VecPred); in getEntryCost()
9643 SwappedVecPred = VecPred = ScalarTy->isFloatingPointTy() in getEntryCost()
9654 (CurrentPred != VecPred && CurrentPred != SwappedVecPred)) in getEntryCost()
9655 VecPred = SwappedVecPred = ScalarTy->isFloatingPointTy() in getEntryCost()
9691 E->getOpcode(), VecTy, MaskTy, VecPred, CostKind, VL0); in getEntryCost()
9712 MaskTy, VecPred, CostKind); in getEntryCost()