Home
last modified time | relevance | path

Searched refs:GIMatchDagContext (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagPredicate.h19 class GIMatchDagContext; variable
83 GIMatchDagOpcodePredicate(GIMatchDagContext &Ctx, StringRef Name,
103 GIMatchDagOneOfOpcodesPredicate(GIMatchDagContext &Ctx, StringRef Name);
124 GIMatchDagSameMOPredicate(GIMatchDagContext &Ctx, StringRef Name);
DGIMatchDagPredicate.cpp27 GIMatchDagContext &Ctx, StringRef Name, const CodeGenInstruction &Instr) in GIMatchDagOpcodePredicate()
37 GIMatchDagContext &Ctx, StringRef Name) in GIMatchDagOneOfOpcodesPredicate()
51 GIMatchDagSameMOPredicate::GIMatchDagSameMOPredicate(GIMatchDagContext &Ctx, in GIMatchDagSameMOPredicate()
DGIMatchDag.h22 class GIMatchDagContext {
76 GIMatchDagContext &Ctx;
87 GIMatchDag(GIMatchDagContext &Ctx) in GIMatchDag()
92 GIMatchDagContext &getContext() const { return Ctx; } in getContext()
/external/llvm-project/llvm/utils/TableGen/
DGICombinerEmitter.cpp190 CombineRule(const CodeGenTarget &Target, GIMatchDagContext &Ctx, RuleID ID, in CombineRule()
597 GIMatchDagContext MatchDagCtx;