Searched refs:SDNPWantRoot (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | SDNodeProperties.h | 31 SDNPWantRoot, enumerator
|
| H A D | CodeGenTarget.cpp | 619 Properties |= 1 << SDNPWantRoot; in ComplexPattern()
|
| H A D | DAGISelMatcherEmitter.cpp | 966 if (P.hasProperty(SDNPWantRoot)) in EmitPredicateFunctions()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SDNodeProperties.td | 32 def SDNPWantRoot : SDNodeProperty; // ComplexPattern gets the root of match
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | FLATInstructions.td | 9 def FlatOffset : ComplexPattern<iPTR, 2, "SelectFlatOffset", [], [SDNPWantRoot], -10>; 10 def GlobalOffset : ComplexPattern<iPTR, 2, "SelectGlobalOffset", [], [SDNPWantRoot], -10>; 11 def ScratchOffset : ComplexPattern<iPTR, 2, "SelectScratchOffset", [], [SDNPWantRoot], -10>; 13 def GlobalSAddr : ComplexPattern<iPTR, 3, "SelectGlobalSAddr", [], [SDNPWantRoot], -10>; 14 def ScratchSAddr : ComplexPattern<iPTR, 2, "SelectScratchSAddr", [], [SDNPWantRoot], -10>; 15 def ScratchSVAddr : ComplexPattern<iPTR, 3, "SelectScratchSVAddr", [], [SDNPWantRoot], -10>;
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | SMEInstrFormats.td | 25 def am_sme_indexed_b4 :ComplexPattern<iPTR, 2, "SelectAddrModeIndexedSVE<0,15>", [], [SDNPWantRoot]…
|
| H A D | SVEInstrFormats.td | 8526 def am_sve_indexed_s4 :ComplexPattern<iPTR, 2, "SelectAddrModeIndexedSVE<-8,7>", [], [SDNPWantRoot]… 8527 …am_sve_indexed_s6 :ComplexPattern<iPTR, 2, "SelectAddrModeIndexedSVE<-32,31>", [], [SDNPWantRoot]>;
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 1174 [], [SDNPWantRoot]> { 1187 [], [SDNPWantRoot]> { 1225 [], [SDNPWantRoot]> { 1287 [], [SDNPWantRoot]> {
|
| H A D | ARMInstrThumb2.td | 271 [], [SDNPWantRoot]> {
|
| H A D | ARMInstrMVE.td | 189 [], [SDNPWantRoot]> {
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 238 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], [SDNPWantRoot]>;
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 1611 [SDNPWantRoot]>; 1613 [SDNPWantRoot]>;
|