Home
last modified time | relevance | path

Searched refs:PredicateType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h70 enum PredicateType { PT_Branch, PT_Assume, PT_Switch };
83 PredicateType Type;
108 PredicateBase(PredicateType PT, Value *Op, Value *Condition)
139 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From,
71 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; global() enum
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp342 class PredicateType : public CRegularNamedType { class
346 PredicateType(unsigned Lanes) in PredicateType() function in __anon819a2c470111::PredicateType
978 std::map<unsigned, std::unique_ptr<PredicateType>> PredicateTypes;
1011 const PredicateType *getPredicateType(unsigned Lanes) { in getPredicateType()
1014 PredicateTypes[key] = std::make_unique<PredicateType>(Lanes); in getPredicateType()
1320 } else if (const auto *PT = dyn_cast<PredicateType>(ArgType)) { in getCodeForArg()