| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BPFTargetTransformInfo.h | 48 CmpInst::Predicate VecPred, 54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
|
| /netbsd-src/external/apache2/llvm/dist/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,
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 122 CmpInst::Predicate VecPred,
|
| H A D | PPCTargetTransformInfo.cpp | 1030 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 1034 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 1099 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 1104 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost() 1116 if (VecPred == CmpInst::BAD_ICMP_PREDICATE && I && I->getType() == ValTy) { in getCmpSelInstrCost() 1120 VecPred = CurrentPred; in getCmpSelInstrCost() 1124 if (CmpInst::isIntPredicate(VecPred)) { in getCmpSelInstrCost() 1154 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| H A D | AArch64TargetTransformInfo.h | 183 CmpInst::Predicate VecPred,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 138 CmpInst::Predicate VecPred,
|
| H A D | X86TargetTransformInfo.cpp | 2161 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 2166 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost() 2351 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 218 CmpInst::Predicate VecPred,
|
| H A D | ARMTargetTransformInfo.cpp | 838 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 952 VecCondTy->getScalarType(), VecPred, CostKind, in getCmpSelInstrCost() 979 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1129 CmpInst::Predicate VecPred = CmpInst::BAD_ICMP_PREDICATE, 1632 CmpInst::Predicate VecPred, 2120 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 2123 return Impl.getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| H A D | TargetTransformInfoImpl.h | 531 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1019 CmpInst::Predicate VecPred, 1028 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, 1055 Opcode, ValVTy->getScalarType(), CondTy, VecPred, CostKind, I);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 802 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 807 TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 3901 CmpInst::Predicate VecPred = CmpInst::BAD_ICMP_PREDICATE; in getEntryCost() local 3908 (!First && VecPred != CurrentPred)) { in getEntryCost() 3909 VecPred = CmpInst::BAD_ICMP_PREDICATE; in getEntryCost() 3913 VecPred = CurrentPred; in getEntryCost() 3917 E->getOpcode(), VecTy, MaskTy, VecPred, CostKind, VL0); in getEntryCost()
|