Searched refs:expandPredicate (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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() 297 void PredicateExpander::expandPredicate(raw_ostream &OS, const Record *Rec) { in expandPredicate() function in llvm::PredicateExpander 313 expandPredicate(OS, Rec->getValueAsDef("Pred")); in expandPredicate() 478 expandPredicate(OS, PI.Predicate); in expandOpcodeGroup() 524 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 | 1512 PE.expandPredicate(SS, Rec->getValueAsDef("Pred")); in emitPredicates()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 389 SDValue expandPredicate(SDValue Vec32, const SDLoc &dl,
|
| H A D | HexagonISelLowering.cpp | 2745 T1 = expandPredicate(T1, dl, DAG); in extractVectorPred() 2833 HexagonTargetLowering::expandPredicate(SDValue Vec32, const SDLoc &dl, in expandPredicate() function in HexagonTargetLowering
|
| H A D | HexagonISelLoweringHVX.cpp | 1052 SDValue T = expandPredicate(W, dl, DAG); in createHvxPrefixPred()
|