Searched defs:RuleRewrite (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/ |
D | rulegen.go | 781 RuleRewrite struct { struct 782 BodyBase 783 Match, Cond, Result string // top comments 784 Check string // top-level boolean expression 786 Alloc int // for unique var names 787 Loc string // file name & line number of the original rule 788 CommuteDepth int // used to track depth of commute loops 1010 func genMatch(rr *RuleRewrite, arch arch, match string, pregenTop bool) (pos, checkOp string) { 1015 func genMatch0(rr *RuleRewrite, arch arch, match, v string, cnt map[string]int, pregenTop bool) (po… 1175 func genResult(rr *RuleRewrite, arch arch, result, pos string) { [all …]
|