Searched refs:LegalizeActionStep (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
D | LegalizerInfoTest.cpp | 38 std::ostream &operator<<(std::ostream &OS, const llvm::LegalizeActionStep Ty) { in operator <<() 64 LegalizeActionStep(WidenScalar, 0, LLT::scalar(32))); in TEST() 66 LegalizeActionStep(WidenScalar, 0, LLT::scalar(32))); in TEST() 68 LegalizeActionStep(Legal, 0, LLT{})); in TEST() 70 LegalizeActionStep(Legal, 0, LLT{})); in TEST() 74 LegalizeActionStep(NarrowScalar, 0, LLT::scalar(64))); in TEST() 77 LegalizeActionStep(WidenScalar, 0, LLT::scalar(32))); in TEST() 79 LegalizeActionStep(WidenScalar, 0, LLT::scalar(32))); in TEST() 81 LegalizeActionStep(WidenScalar, 0, LLT::scalar(64))); in TEST() 83 LegalizeActionStep(WidenScalar, 0, LLT::scalar(64))); in TEST() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 182 LegalizeActionStep LegalizeRuleSet::apply(const LegalityQuery &Query) const { in apply() 457 LegalizeActionStep 459 LegalizeActionStep Step = getActionDefinitions(Query.Opcode).apply(Query); in getAction() 477 LegalizeActionStep
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 190 LegalizeActionStep LegalizeRuleSet::apply(const LegalityQuery &Query) const { in apply() 465 LegalizeActionStep 467 LegalizeActionStep Step = getActionDefinitions(Query.Opcode).apply(Query); in getAction() 485 LegalizeActionStep
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 151 struct LegalizeActionStep { struct 159 LegalizeActionStep(LegalizeAction Action, unsigned TypeIdx, in LegalizeActionStep() function 163 bool operator==(const LegalizeActionStep &RHS) const { 1039 LegalizeActionStep apply(const LegalityQuery &Query) const; 1249 LegalizeActionStep getAction(const LegalityQuery &Query) const; 1255 LegalizeActionStep getAction(const MachineInstr &MI,
|
D | LegalizationArtifactCombiner.h | 549 LegalizeActionStep ActionStep = LI.getAction( in tryCombineUnmergeValues()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 147 struct LegalizeActionStep { struct 155 LegalizeActionStep(LegalizeAction Action, unsigned TypeIdx, in LegalizeActionStep() argument 159 bool operator==(const LegalizeActionStep &RHS) const { 926 LegalizeActionStep apply(const LegalityQuery &Query) const; 1136 LegalizeActionStep getAction(const LegalityQuery &Query) const; 1142 LegalizeActionStep getAction(const MachineInstr &MI,
|