Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h48 CmpInst::Predicate VecPred,
54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1064 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
1068 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
1072 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
1077 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
1113 if (CmpInst::isIntPredicate(VecPred)) in getCmpSelInstrCost()
1123 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
1125 switch (VecPred) { in getCmpSelInstrCost()
1142 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
H A DRISCVTargetTransformInfo.h171 CmpInst::Predicate VecPred,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp273 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
283 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.h144 CmpInst::Predicate VecPred,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h108 CmpInst::Predicate VecPred,
H A DSystemZTargetTransformInfo.cpp962 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
966 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind); in getCmpSelInstrCost()
1042 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind); in getCmpSelInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h123 CmpInst::Predicate VecPred,
H A DPPCTargetTransformInfo.cpp659 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
668 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2967 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
2972 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
2984 if (VecPred == CmpInst::BAD_ICMP_PREDICATE && I && I->getType() == ValTy) { in getCmpSelInstrCost()
2988 VecPred = CurrentPred; in getCmpSelInstrCost()
2992 if (CmpInst::isIntPredicate(VecPred) || VecPred == CmpInst::FCMP_OLE || in getCmpSelInstrCost()
2993 VecPred == CmpInst::FCMP_OLT || VecPred == CmpInst::FCMP_OGT || in getCmpSelInstrCost()
2994 VecPred == CmpInst::FCMP_OGE || VecPred == CmpInst::FCMP_OEQ || in getCmpSelInstrCost()
2995 VecPred == CmpInst::FCMP_UNE) { in getCmpSelInstrCost()
3044 ICmpInst::isEquality(VecPred) && in getCmpSelInstrCost()
3052 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
H A DAArch64TargetTransformInfo.h213 CmpInst::Predicate VecPred,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h158 CmpInst::Predicate VecPred,
H A DX86TargetTransformInfo.cpp3072 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
3077 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost()
3098 CmpInst::Predicate Pred = VecPred; in getCmpSelInstrCost()
3359 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h242 CmpInst::Predicate VecPred,
H A DARMTargetTransformInfo.cpp919 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
1034 VecCondTy->getScalarType(), VecPred, in getCmpSelInstrCost()
1061 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1347 CmpInst::Predicate VecPred,
1992 CmpInst::Predicate VecPred,
2622 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
2625 return Impl.getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
H A DTargetTransformInfoImpl.h636 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp971 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
976 TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1214 CmpInst::Predicate VecPred,
1223 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
1252 Opcode, ValVTy->getScalarType(), CondTy, VecPred, CostKind, I);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8201 CmpInst::Predicate VecPred, SwappedVecPred; in getEntryCost() local
8202 auto MatchCmp = m_Cmp(VecPred, m_Value(), m_Value()); in getEntryCost()
8205 SwappedVecPred = CmpInst::getSwappedPredicate(VecPred); in getEntryCost()
8207 SwappedVecPred = VecPred = ScalarTy->isFloatingPointTy() in getEntryCost()
8218 (CurrentPred != VecPred && CurrentPred != SwappedVecPred)) in getEntryCost()
8219 VecPred = SwappedVecPred = ScalarTy->isFloatingPointTy() in getEntryCost()
8231 E->getOpcode(), VecTy, MaskTy, VecPred, CostKind, VL0); in getEntryCost()
8245 MaskTy, VecPred, CostKind); in getEntryCost()