Home
last modified time | relevance | path

Searched refs:VecPred (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h48 CmpInst::Predicate VecPred,
54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp251 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
259 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
H A DHexagonRegisterInfo.cpp88 static const MCPhysReg VecPred[] = { in getCallerSavedRegs() local
104 return VecPred; in getCallerSavedRegs()
H A DHexagonTargetTransformInfo.h140 CmpInst::Predicate VecPred,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h105 CmpInst::Predicate VecPred,
H A DSystemZTargetTransformInfo.cpp874 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 DPPCTargetTransformInfo.h122 CmpInst::Predicate VecPred,
H A DPPCTargetTransformInfo.cpp1033 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 DAArch64TargetTransformInfo.h196 CmpInst::Predicate VecPred,
H A DAArch64TargetTransformInfo.cpp1428 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 DX86TargetTransformInfo.h139 CmpInst::Predicate VecPred,
H A DX86TargetTransformInfo.cpp2351 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 DARMTargetTransformInfo.h218 CmpInst::Predicate VecPred,
H A DARMTargetTransformInfo.cpp843 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 DTargetTransformInfo.h1098 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 DTargetTransformInfoImpl.h531 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp799 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 DBasicTTIImpl.h1050 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 DSLPVectorizer.cpp3990 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()