| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BPFTargetTransformInfo.h | 48 CmpInst::Predicate VecPred, 54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 1119 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 1123 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost() 1127 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost() 1132 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost() 1168 if (CmpInst::isIntPredicate(VecPred)) in getCmpSelInstrCost() 1178 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost() 1180 switch (VecPred) { in getCmpSelInstrCost() 1197 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| H A D | RISCVTargetTransformInfo.h | 155 CmpInst::Predicate VecPred,
|
| /openbsd-src/gnu/llvm/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 | 146 CmpInst::Predicate VecPred,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 106 CmpInst::Predicate VecPred,
|
| H A D | SystemZTargetTransformInfo.cpp | 921 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 925 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind); in getCmpSelInstrCost() 1001 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind); in getCmpSelInstrCost()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 125 CmpInst::Predicate VecPred,
|
| H A D | PPCTargetTransformInfo.cpp | 661 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 670 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 2420 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 2425 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost() 2437 if (VecPred == CmpInst::BAD_ICMP_PREDICATE && I && I->getType() == ValTy) { in getCmpSelInstrCost() 2441 VecPred = CurrentPred; in getCmpSelInstrCost() 2445 if (CmpInst::isIntPredicate(VecPred) || VecPred == CmpInst::FCMP_OLE || in getCmpSelInstrCost() 2446 VecPred == CmpInst::FCMP_OLT || VecPred == CmpInst::FCMP_OGT || in getCmpSelInstrCost() 2447 VecPred == CmpInst::FCMP_OGE || VecPred == CmpInst::FCMP_OEQ || in getCmpSelInstrCost() 2448 VecPred == CmpInst::FCMP_UNE) { in getCmpSelInstrCost() 2482 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| H A D | AArch64TargetTransformInfo.h | 200 CmpInst::Predicate VecPred,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 147 CmpInst::Predicate VecPred,
|
| H A D | X86TargetTransformInfo.cpp | 3030 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 3035 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, in getCmpSelInstrCost() 3056 CmpInst::Predicate Pred = VecPred; in getCmpSelInstrCost() 3317 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 238 CmpInst::Predicate VecPred,
|
| H A D | ARMTargetTransformInfo.cpp | 917 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 1032 VecCondTy->getScalarType(), VecPred, in getCmpSelInstrCost() 1059 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1189 CmpInst::Predicate VecPred, 1792 CmpInst::Predicate VecPred, 2369 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 2372 return Impl.getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| H A D | TargetTransformInfoImpl.h | 585 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 891 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument 896 TTIImpl->getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1168 CmpInst::Predicate VecPred, 1177 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, 1206 Opcode, ValVTy->getScalarType(), CondTy, VecPred, CostKind, I);
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 7198 CmpInst::Predicate VecPred, SwappedVecPred; in getEntryCost() local 7199 auto MatchCmp = m_Cmp(VecPred, m_Value(), m_Value()); in getEntryCost() 7202 SwappedVecPred = CmpInst::getSwappedPredicate(VecPred); in getEntryCost() 7204 SwappedVecPred = VecPred = ScalarTy->isFloatingPointTy() in getEntryCost() 7215 (CurrentPred != VecPred && CurrentPred != SwappedVecPred)) in getEntryCost() 7216 VecPred = SwappedVecPred = ScalarTy->isFloatingPointTy() in getEntryCost() 7228 E->getOpcode(), VecTy, MaskTy, VecPred, CostKind, VL0); in getEntryCost() 7242 MaskTy, VecPred, CostKind); in getEntryCost()
|