Home
last modified time | relevance | path

Searched refs:expandPredicate (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DPredicateExpander.cpp116 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()
DPredicateExpander.h81 void expandPredicate(formatted_raw_ostream &OS, const Record *Rec);
DInstrInfoEmitter.cpp393 PE.expandPredicate(FOS, Rec->getValueAsDef("Pred")); in emitMCIIHelperMethods()
417 PE.expandPredicate(FOS, Rec->getValueAsDef("Pred")); in emitTIIHelperMethods()
DSubtargetEmitter.cpp1500 PE.expandPredicate(FOS, Rec->getValueAsDef("Pred")); in emitPredicates()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h330 SDValue expandPredicate(SDValue Vec32, const SDLoc &dl,
DHexagonISelLowering.cpp2352 T1 = expandPredicate(T1, dl, DAG); in extractVector()
2465 HexagonTargetLowering::expandPredicate(SDValue Vec32, const SDLoc &dl, in expandPredicate() function in HexagonTargetLowering
DHexagonISelLoweringHVX.cpp487 SDValue T = expandPredicate(W, dl, DAG); in createHvxPrefixPred()