Searched refs:GIMatchDagContext (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/utils/TableGen/GlobalISel/ |
D | GIMatchDagPredicate.h | 19 class GIMatchDagContext; variable 83 GIMatchDagOpcodePredicate(GIMatchDagContext &Ctx, StringRef Name, 103 GIMatchDagOneOfOpcodesPredicate(GIMatchDagContext &Ctx, StringRef Name); 124 GIMatchDagSameMOPredicate(GIMatchDagContext &Ctx, StringRef Name);
|
D | GIMatchDagPredicate.cpp | 27 GIMatchDagContext &Ctx, StringRef Name, const CodeGenInstruction &Instr) in GIMatchDagOpcodePredicate() 37 GIMatchDagContext &Ctx, StringRef Name) in GIMatchDagOneOfOpcodesPredicate() 51 GIMatchDagSameMOPredicate::GIMatchDagSameMOPredicate(GIMatchDagContext &Ctx, in GIMatchDagSameMOPredicate()
|
D | GIMatchDag.h | 22 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/ |
D | GICombinerEmitter.cpp | 190 CombineRule(const CodeGenTarget &Target, GIMatchDagContext &Ctx, RuleID ID, in CombineRule() 597 GIMatchDagContext MatchDagCtx;
|