Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h71 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; enum
84 PredicateType Type;
109 PredicateBase(PredicateType PT, Value *Op, Value *Condition) in PredicateBase()
140 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp342 class PredicateType : public CRegularNamedType { class
346 PredicateType(unsigned Lanes) in PredicateType() function in __anonece5a09e0111::PredicateType
977 std::map<unsigned, std::unique_ptr<PredicateType>> PredicateTypes;
1010 const PredicateType *getPredicateType(unsigned Lanes) { in getPredicateType()
1013 PredicateTypes[key] = std::make_unique<PredicateType>(Lanes); in getPredicateType()
1319 } else if (const auto *PT = dyn_cast<PredicateType>(ArgType)) { in getCodeForArg()