Searched refs:expandPredicate (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | PredicateExpander.cpp | 116 return expandPredicate(OS, Sequence[0]); in expandPredicateSequence() 130 expandPredicate(OS, Rec); in expandPredicateSequence() 179 void PredicateExpander::expandPredicate(formatted_raw_ostream &OS, in expandPredicate() function in llvm::PredicateExpander 200 expandPredicate(OS, Rec->getValueAsDef("Pred")); in expandPredicate()
|
D | PredicateExpander.h | 81 void expandPredicate(formatted_raw_ostream &OS, const Record *Rec);
|
D | InstrInfoEmitter.cpp | 393 PE.expandPredicate(FOS, Rec->getValueAsDef("Pred")); in emitMCIIHelperMethods() 417 PE.expandPredicate(FOS, Rec->getValueAsDef("Pred")); in emitTIIHelperMethods()
|
D | SubtargetEmitter.cpp | 1500 PE.expandPredicate(FOS, Rec->getValueAsDef("Pred")); in emitPredicates()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 330 SDValue expandPredicate(SDValue Vec32, const SDLoc &dl,
|
D | HexagonISelLowering.cpp | 2352 T1 = expandPredicate(T1, dl, DAG); in extractVector() 2465 HexagonTargetLowering::expandPredicate(SDValue Vec32, const SDLoc &dl, in expandPredicate() function in HexagonTargetLowering
|
D | HexagonISelLoweringHVX.cpp | 487 SDValue T = expandPredicate(W, dl, DAG); in createHvxPrefixPred()
|