Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h69 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; enum
82 PredicateType Type;
107 PredicateBase(PredicateType PT, Value *Op, Value *Condition) in PredicateBase()
138 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp341 class PredicateType : public CRegularNamedType { class
345 PredicateType(unsigned Lanes) in PredicateType() function in __anone3a730d20111::PredicateType
979 std::map<unsigned, std::unique_ptr<PredicateType>> PredicateTypes;
1012 const PredicateType *getPredicateType(unsigned Lanes) { in getPredicateType()
1015 PredicateTypes[key] = std::make_unique<PredicateType>(Lanes); in getPredicateType()
1313 } else if (const auto *PT = dyn_cast<PredicateType>(ArgType)) { in getCodeForArg()