Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h48 CmpInst::Predicate VecPred,
54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h122 CmpInst::Predicate VecPred,
H A DPPCTargetTransformInfo.cpp1030 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 DAArch64TargetTransformInfo.cpp1099 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 DAArch64TargetTransformInfo.h183 CmpInst::Predicate VecPred,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h138 CmpInst::Predicate VecPred,
H A DX86TargetTransformInfo.cpp2161 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 DARMTargetTransformInfo.h218 CmpInst::Predicate VecPred,
H A DARMTargetTransformInfo.cpp838 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 DTargetTransformInfo.h1129 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 DTargetTransformInfoImpl.h531 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1019 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 DTargetTransformInfo.cpp802 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 DSLPVectorizer.cpp3901 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()