| H A D | RewriterGen.cpp | 74 void emitStaticMatcher(DagNode tree, std::string funcName); 78 void emitMatchLogic(DagNode tree, StringRef opName); 88 void emitMatch(DagNode tree, StringRef name, int depth); 91 void emitStaticMatchCall(DagNode tree, StringRef name); 98 void emitNativeCodeMatch(DagNode tree, StringRef name, int depth); 101 // `tree` returning the op's variable name. 102 void emitOpMatch(DagNode tree, StringRef opName, int depth); 105 // DAG `tree` as an operand. `operandName` and `operandMatcher` indicate the 107 void emitOperandMatch(DagNode tree, StringRef opName, StringRef operandName, 114 void emitEitherOperandMatch(DagNode tree, DagNod 367 emitStaticMatcher(DagNode tree,std::string funcName) emitStaticMatcher() argument 395 emitMatch(DagNode tree,StringRef name,int depth) emitMatch() argument 409 emitStaticMatchCall(DagNode tree,StringRef opName) emitStaticMatchCall() argument 450 emitNativeCodeMatch(DagNode tree,StringRef opName,int depth) emitNativeCodeMatch() argument 561 emitOpMatch(DagNode tree,StringRef opName,int depth) emitOpMatch() argument 677 emitOperandMatch(DagNode tree,StringRef opName,StringRef operandName,int operandIndex,DagLeaf operandMatcher,StringRef argName,int argIndex,std::optional<int> variadicSubIndex) emitOperandMatch() argument 727 emitEitherOperandMatch(DagNode tree,DagNode eitherArgTree,StringRef opName,int argIndex,int & operandIndex,int depth) emitEitherOperandMatch() argument 806 emitVariadicOperandMatch(DagNode tree,DagNode variadicArgTree,StringRef opName,int argIndex,int & operandIndex,int depth) emitVariadicOperandMatch() argument 867 emitAttributeMatch(DagNode tree,StringRef opName,int argIndex,int depth) emitAttributeMatch() argument 955 emitMatchLogic(DagNode tree,StringRef opName) emitMatchLogic() argument 1030 collectOps(DagNode tree,llvm::SmallPtrSetImpl<const Operator * > & ops) collectOps() argument 1261 handleVariadic(DagNode tree,int depth) handleVariadic() argument 1284 handleReplaceWithValue(DagNode tree) handleReplaceWithValue() argument 1299 handleLocationDirective(DagNode tree) handleLocationDirective() argument 1398 handleReplaceWithNativeCodeCall(DagNode tree,int depth) handleReplaceWithNativeCodeCall() argument 1484 getTrailingDirectives(DagNode tree) getTrailingDirectives() argument 1528 handleOpCreation(DagNode tree,int resultIndex,int depth) handleOpCreation() argument [all...] |