Home
last modified time | relevance | path

Searched refs:SDNPWantRoot (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/llvm/utils/TableGen/
DSDNodeProperties.h31 SDNPWantRoot, enumerator
DCodeGenTarget.cpp603 Properties |= 1 << SDNPWantRoot; in ComplexPattern()
DDAGISelMatcherEmitter.cpp959 if (P.hasProperty(SDNPWantRoot)) in EmitPredicateFunctions()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSDNodeProperties.td32 def SDNPWantRoot : SDNodeProperty; // ComplexPattern gets the root of match
/external/llvm-project/llvm/include/llvm/CodeGen/
DSDNodeProperties.td32 def SDNPWantRoot : SDNodeProperty; // ComplexPattern gets the root of match
/external/llvm/utils/TableGen/
DCodeGenTarget.h47 SDNPWantRoot, enumerator
DCodeGenTarget.cpp415 Properties |= 1 << SDNPWantRoot; in ComplexPattern()
DDAGISelMatcherEmitter.cpp695 if (P.hasProperty(SDNPWantRoot)) in EmitPredicateFunctions()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DFLATInstructions.td9 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/
DFLATInstructions.td9 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/
DX86InstrFragmentsSIMD.td587 SDNPWantRoot]>;
590 SDNPWantRoot]>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFragmentsSIMD.td779 SDNPWantRoot, SDNPWantParent]>;
782 SDNPWantRoot, SDNPWantParent]>;
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td301 def SDNPWantRoot : SDNodeProperty; // ComplexPattern gets the root of match
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td911 [], [SDNPWantRoot]> {
924 [], [SDNPWantRoot]> {
962 [], [SDNPWantRoot]> {
1024 [], [SDNPWantRoot]> {
DARMInstrThumb2.td222 [], [SDNPWantRoot]> {
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.td184 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], [SDNPWantRoot]>;
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrInfo.td1159 [], [SDNPWantRoot]> {
1172 [], [SDNPWantRoot]> {
1210 [], [SDNPWantRoot]> {
1272 [], [SDNPWantRoot]> {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrInfo.td1044 [], [SDNPWantRoot]> {
1057 [], [SDNPWantRoot]> {
1095 [], [SDNPWantRoot]> {
1157 [], [SDNPWantRoot]> {
DARMInstrThumb2.td265 [], [SDNPWantRoot]> {
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1385 [SDNPWantRoot]>;
1387 [SDNPWantRoot]>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.td226 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], [SDNPWantRoot]>;
/external/llvm-project/llvm/lib/Target/AVR/
DAVRInstrInfo.td232 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], [SDNPWantRoot]>;
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1533 [SDNPWantRoot]>;
1535 [SDNPWantRoot]>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1533 [SDNPWantRoot]>;
1535 [SDNPWantRoot]>;
/external/llvm-project/llvm/lib/Target/AArch64/
DSVEInstrFormats.td7907 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

12