| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFTargetTransformInfo.h | 48 CmpInst::Predicate VecPred, 54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 1064 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 D | RISCVTargetTransformInfo.h | 171 CmpInst::Predicate VecPred,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 273 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 283 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| H A D | HexagonRegisterInfo.cpp | 88 static const MCPhysReg VecPred[] = { in getCallerSavedRegs() local 104 return VecPred; in getCallerSavedRegs()
|
| H A D | HexagonTargetTransformInfo.h | 144 CmpInst::Predicate VecPred,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 108 CmpInst::Predicate VecPred,
|
| H A D | SystemZTargetTransformInfo.cpp | 962 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 D | PPCTargetTransformInfo.h | 123 CmpInst::Predicate VecPred,
|
| H A D | PPCTargetTransformInfo.cpp | 659 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 D | AArch64TargetTransformInfo.cpp | 2967 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 D | AArch64TargetTransformInfo.h | 213 CmpInst::Predicate VecPred,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 158 CmpInst::Predicate VecPred,
|
| H A D | X86TargetTransformInfo.cpp | 3072 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 D | ARMTargetTransformInfo.h | 242 CmpInst::Predicate VecPred,
|
| H A D | ARMTargetTransformInfo.cpp | 919 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 D | TargetTransformInfo.h | 1347 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 D | TargetTransformInfoImpl.h | 636 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 971 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 D | BasicTTIImpl.h | 1214 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 D | SLPVectorizer.cpp | 8201 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()
|