Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h48 CmpInst::Predicate VecPred,
54 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1119 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 DRISCVTargetTransformInfo.h155 CmpInst::Predicate VecPred,
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp273 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
283 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.h146 CmpInst::Predicate VecPred,
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h106 CmpInst::Predicate VecPred,
H A DSystemZTargetTransformInfo.cpp921 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 DPPCTargetTransformInfo.h125 CmpInst::Predicate VecPred,
H A DPPCTargetTransformInfo.cpp661 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 DAArch64TargetTransformInfo.cpp2420 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 DAArch64TargetTransformInfo.h200 CmpInst::Predicate VecPred,
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h147 CmpInst::Predicate VecPred,
H A DX86TargetTransformInfo.cpp3030 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 DARMTargetTransformInfo.h238 CmpInst::Predicate VecPred,
H A DARMTargetTransformInfo.cpp917 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 DTargetTransformInfo.h1189 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 DTargetTransformInfoImpl.h585 CmpInst::Predicate VecPred, in getCmpSelInstrCost() argument
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp891 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 DBasicTTIImpl.h1168 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 DSLPVectorizer.cpp7198 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()