Searched refs:expandPredicate (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | PredicateExpander.cpp | 160 return expandPredicate(OS, Sequence[0]); in expandPredicateSequence() 174 expandPredicate(OS, Rec); in expandPredicateSequence() 234 expandPredicate(SS, Rec); in expandReturnStatement() 299 void PredicateExpander::expandPredicate(raw_ostream &OS, const Record *Rec) { in expandPredicate() function in llvm::PredicateExpander 315 expandPredicate(OS, Rec->getValueAsDef("Pred")); in expandPredicate() 480 expandPredicate(OS, PI.Predicate); in expandOpcodeGroup() 526 expandPredicate(OS, Fn.getDefaultReturnPredicate()); in expandEpilogue()
|
| H A D | PredicateExpander.h | 86 void expandPredicate(raw_ostream &OS, const Record *Rec);
|
| H A D | SubtargetEmitter.cpp | 1477 PE.expandPredicate(SS, Rec->getValueAsDef("Pred")); in emitPredicates()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 361 SDValue expandPredicate(SDValue Vec32, const SDLoc &dl,
|
| H A D | HexagonISelLowering.cpp | 2589 T1 = expandPredicate(T1, dl, DAG); in extractVector() 2702 HexagonTargetLowering::expandPredicate(SDValue Vec32, const SDLoc &dl, in expandPredicate() function in HexagonTargetLowering
|
| H A D | HexagonISelLoweringHVX.cpp | 707 SDValue T = expandPredicate(W, dl, DAG); in createHvxPrefixPred()
|