/freebsd/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/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1408 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 D | RISCVTargetTransformInfo.h | 197 CmpInst::Predicate VecPred,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 260 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 270 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 | 137 CmpInst::Predicate VecPred,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.h | 109 CmpInst::Predicate VecPred,
|
H A D | SystemZTargetTransformInfo.cpp | 964 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 D | PPCTargetTransformInfo.h | 124 CmpInst::Predicate VecPred,
|
H A D | PPCTargetTransformInfo.cpp | 660 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 D | AArch64TargetTransformInfo.cpp | 3231 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 D | AArch64TargetTransformInfo.h | 213 CmpInst::Predicate VecPred,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 161 CmpInst::Predicate VecPred,
|
H A D | X86TargetTransformInfo.cpp | 3163 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 D | ARMTargetTransformInfo.h | 243 CmpInst::Predicate VecPred,
|
H A D | ARMTargetTransformInfo.cpp | 923 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 D | TargetTransformInfo.h | 1383 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 D | TargetTransformInfoImpl.h | 659 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1016 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 D | BasicTTIImpl.h | 1228 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 D | SLPVectorizer.cpp | 9637 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()
|