Searched refs:expandPredicate (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | PredicateExpander.cpp | 161 return expandPredicate(OS, Sequence[0]); in expandPredicateSequence() 175 expandPredicate(OS, Rec); in expandPredicateSequence() 223 expandPredicate(SS, Rec); in expandReturnStatement() 288 void PredicateExpander::expandPredicate(raw_ostream &OS, const Record *Rec) { in expandPredicate() function in llvm::PredicateExpander 304 expandPredicate(OS, Rec->getValueAsDef("Pred")); in expandPredicate() 461 expandPredicate(OS, PI.Predicate); in expandOpcodeGroup() 507 expandPredicate(OS, Fn.getDefaultReturnPredicate()); in expandEpilogue()
|
| H A D | PredicateExpander.h | 84 void expandPredicate(raw_ostream &OS, const Record *Rec);
|
| H A D | SubtargetEmitter.cpp | 1487 PE.expandPredicate(SS, Rec->getValueAsDef("Pred")); in emitPredicates()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 343 SDValue expandPredicate(SDValue Vec32, const SDLoc &dl,
|
| H A D | HexagonISelLowering.cpp | 2291 T1 = expandPredicate(T1, dl, DAG); in extractVector() 2404 HexagonTargetLowering::expandPredicate(SDValue Vec32, const SDLoc &dl, in expandPredicate() function in HexagonTargetLowering
|
| H A D | HexagonISelLoweringHVX.cpp | 557 SDValue T = expandPredicate(W, dl, DAG); in createHvxPrefixPred()
|