| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 251 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 259 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 | 140 CmpInst::Predicate VecPred,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 105 CmpInst::Predicate VecPred,
|
| H A D | SystemZTargetTransformInfo.cpp | 874 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 878 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind); in getCmpSelInstrCost() 954 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind); in getCmpSelInstrCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 122 CmpInst::Predicate VecPred,
|
| H A D | PPCTargetTransformInfo.cpp | 1033 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 1037 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 196 CmpInst::Predicate VecPred,
|
| H A D | AArch64TargetTransformInfo.cpp | 1428 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 1433 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost() 1445 if (VecPred == CmpInst::BAD_ICMP_PREDICATE && I && I->getType() == ValTy) { in getCmpSelInstrCost() 1449 VecPred = CurrentPred; in getCmpSelInstrCost() 1453 if (CmpInst::isIntPredicate(VecPred)) { in getCmpSelInstrCost() 1483 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 139 CmpInst::Predicate VecPred,
|
| H A D | X86TargetTransformInfo.cpp | 2351 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 2356 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost() 2541 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 218 CmpInst::Predicate VecPred,
|
| H A D | ARMTargetTransformInfo.cpp | 843 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 957 VecCondTy->getScalarType(), VecPred, CostKind, in getCmpSelInstrCost() 984 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1098 CmpInst::Predicate VecPred = CmpInst::BAD_ICMP_PREDICATE, 1621 CmpInst::Predicate VecPred, 2109 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 2112 return Impl.getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| H A D | TargetTransformInfoImpl.h | 531 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 799 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 804 TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1050 CmpInst::Predicate VecPred, 1059 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, 1086 Opcode, ValVTy->getScalarType(), CondTy, VecPred, CostKind, I);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 3990 CmpInst::Predicate VecPred = CmpInst::BAD_ICMP_PREDICATE; in getEntryCost() local 3997 (!First && VecPred != CurrentPred)) { in getEntryCost() 3998 VecPred = CmpInst::BAD_ICMP_PREDICATE; in getEntryCost() 4002 VecPred = CurrentPred; in getEntryCost() 4006 E->getOpcode(), VecTy, MaskTy, VecPred, CostKind, VL0); in getEntryCost()
|