| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFTargetTransformInfo.h | 48 CmpInst::Predicate VecPred, 54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 253 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 261 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 | 139 CmpInst::Predicate VecPred,
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 107 CmpInst::Predicate VecPred,
|
| H A D | SystemZTargetTransformInfo.cpp | 916 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 920 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind); in getCmpSelInstrCost() 996 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind); in getCmpSelInstrCost()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 123 CmpInst::Predicate VecPred,
|
| H A D | PPCTargetTransformInfo.cpp | 1057 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 1066 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 2116 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 2121 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost() 2133 if (VecPred == CmpInst::BAD_ICMP_PREDICATE && I && I->getType() == ValTy) { in getCmpSelInstrCost() 2137 VecPred = CurrentPred; in getCmpSelInstrCost() 2141 if (CmpInst::isIntPredicate(VecPred) || VecPred == CmpInst::FCMP_OLE || in getCmpSelInstrCost() 2142 VecPred == CmpInst::FCMP_OLT || VecPred == CmpInst::FCMP_OGT || in getCmpSelInstrCost() 2143 VecPred == CmpInst::FCMP_OGE || VecPred == CmpInst::FCMP_OEQ || in getCmpSelInstrCost() 2144 VecPred == CmpInst::FCMP_UNE) { in getCmpSelInstrCost() 2178 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| H A D | AArch64TargetTransformInfo.h | 202 CmpInst::Predicate VecPred,
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 146 CmpInst::Predicate VecPred,
|
| H A D | X86TargetTransformInfo.cpp | 2624 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 2629 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost() 2650 CmpInst::Predicate Pred = VecPred; in getCmpSelInstrCost() 2848 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 236 CmpInst::Predicate VecPred,
|
| H A D | ARMTargetTransformInfo.cpp | 913 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 1027 VecCondTy->getScalarType(), VecPred, CostKind, in getCmpSelInstrCost() 1054 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1158 CmpInst::Predicate VecPred, 1734 CmpInst::Predicate VecPred, 2279 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 2282 return Impl.getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| H A D | TargetTransformInfoImpl.h | 565 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 855 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 860 TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1099 CmpInst::Predicate VecPred, 1108 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, 1138 Opcode, ValVTy->getScalarType(), CondTy, VecPred, CostKind, I);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 6319 CmpInst::Predicate VecPred = CmpInst::BAD_ICMP_PREDICATE; in getEntryCost() local 6326 (!First && VecPred != CurrentPred)) { in getEntryCost() 6327 VecPred = CmpInst::BAD_ICMP_PREDICATE; in getEntryCost() 6331 VecPred = CurrentPred; in getEntryCost() 6335 E->getOpcode(), VecTy, MaskTy, VecPred, CostKind, VL0); in getEntryCost() 6349 MaskTy, VecPred, CostKind); in getEntryCost()
|