/external/llvm-project/llvm/utils/TableGen/ |
D | SDNodeProperties.h | 31 SDNPWantRoot, enumerator
|
D | CodeGenTarget.cpp | 603 Properties |= 1 << SDNPWantRoot; in ComplexPattern()
|
D | DAGISelMatcherEmitter.cpp | 959 if (P.hasProperty(SDNPWantRoot)) in EmitPredicateFunctions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SDNodeProperties.td | 32 def SDNPWantRoot : SDNodeProperty; // ComplexPattern gets the root of match
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SDNodeProperties.td | 32 def SDNPWantRoot : SDNodeProperty; // ComplexPattern gets the root of match
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.h | 47 SDNPWantRoot, enumerator
|
D | CodeGenTarget.cpp | 415 Properties |= 1 << SDNPWantRoot; in ComplexPattern()
|
D | DAGISelMatcherEmitter.cpp | 695 if (P.hasProperty(SDNPWantRoot)) in EmitPredicateFunctions()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | FLATInstructions.td | 9 def FLATOffset : ComplexPattern<i64, 2, "SelectFlatOffset<false>", [], [SDNPWantRoot], -10>; 10 def FLATOffsetSigned : ComplexPattern<i64, 2, "SelectFlatOffset<true>", [], [SDNPWantRoot], -10>; 11 def ScratchOffset : ComplexPattern<i32, 2, "SelectFlatOffset<true>", [], [SDNPWantRoot], -10>; 13 def GlobalSAddr : ComplexPattern<i64, 3, "SelectGlobalSAddr", [], [SDNPWantRoot], -10>; 14 def ScratchSAddr : ComplexPattern<i32, 2, "SelectScratchSAddr", [], [SDNPWantRoot], -10>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | FLATInstructions.td | 9 def FLATAtomic : ComplexPattern<i64, 3, "SelectFlatAtomic", [], [SDNPWantRoot], -10>; 10 def FLATOffset : ComplexPattern<i64, 3, "SelectFlatOffset<false>", [], [SDNPWantRoot], -10>; 12 def FLATOffsetSigned : ComplexPattern<i64, 3, "SelectFlatOffset<true>", [], [SDNPWantRoot], -10>; 13 def FLATSignedAtomic : ComplexPattern<i64, 3, "SelectFlatAtomicSigned", [], [SDNPWantRoot], -10>;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFragmentsSIMD.td | 587 SDNPWantRoot]>; 590 SDNPWantRoot]>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFragmentsSIMD.td | 779 SDNPWantRoot, SDNPWantParent]>; 782 SDNPWantRoot, SDNPWantParent]>;
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 301 def SDNPWantRoot : SDNodeProperty; // ComplexPattern gets the root of match
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 911 [], [SDNPWantRoot]> { 924 [], [SDNPWantRoot]> { 962 [], [SDNPWantRoot]> { 1024 [], [SDNPWantRoot]> {
|
D | ARMInstrThumb2.td | 222 [], [SDNPWantRoot]> {
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 184 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], [SDNPWantRoot]>;
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1159 [], [SDNPWantRoot]> { 1172 [], [SDNPWantRoot]> { 1210 [], [SDNPWantRoot]> { 1272 [], [SDNPWantRoot]> {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1044 [], [SDNPWantRoot]> { 1057 [], [SDNPWantRoot]> { 1095 [], [SDNPWantRoot]> { 1157 [], [SDNPWantRoot]> {
|
D | ARMInstrThumb2.td | 265 [], [SDNPWantRoot]> {
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1385 [SDNPWantRoot]>; 1387 [SDNPWantRoot]>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 226 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], [SDNPWantRoot]>;
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 232 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], [SDNPWantRoot]>;
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1533 [SDNPWantRoot]>; 1535 [SDNPWantRoot]>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1533 [SDNPWantRoot]>; 1535 [SDNPWantRoot]>;
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | SVEInstrFormats.td | 7907 def am_sve_indexed_s4 :ComplexPattern<i64, 2, "SelectAddrModeIndexedSVE<-8,7>", [], [SDNPWantRoot]>; 7908 def am_sve_indexed_s6 :ComplexPattern<i64, 2, "SelectAddrModeIndexedSVE<-32,31>", [], [SDNPWantRoot…
|