Home
last modified time | relevance | path

Searched refs:IntInst (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h864 inline bool isGather(IntrinsicInst *IntInst) { in isGather() argument
865 if (IntInst == nullptr) in isGather()
867 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isGather()
878 inline bool isScatter(IntrinsicInst *IntInst) { in isScatter() argument
879 if (IntInst == nullptr) in isScatter()
881 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isScatter()
892 inline bool isGatherScatter(IntrinsicInst *IntInst) { in isGatherScatter() argument
893 if (IntInst == nullptr) in isGatherScatter()
895 return isGather(IntInst) || isScatter(IntInst); in isGatherScatter()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h900 inline bool isGather(IntrinsicInst *IntInst) { in isGather() argument
901 if (IntInst == nullptr) in isGather()
903 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isGather()
914 inline bool isScatter(IntrinsicInst *IntInst) { in isScatter() argument
915 if (IntInst == nullptr) in isScatter()
917 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isScatter()
928 inline bool isGatherScatter(IntrinsicInst *IntInst) { in isGatherScatter() argument
929 if (IntInst == nullptr) in isGatherScatter()
931 return isGather(IntInst) || isScatter(IntInst); in isGatherScatter()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DARMBaseInstrInfo.h900 inline bool isGather(IntrinsicInst *IntInst) { in isGather() argument
901 if (IntInst == nullptr) in isGather()
903 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isGather()
914 inline bool isScatter(IntrinsicInst *IntInst) { in isScatter() argument
915 if (IntInst == nullptr) in isScatter()
917 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isScatter()
928 inline bool isGatherScatter(IntrinsicInst *IntInst) { in isGatherScatter() argument
929 if (IntInst == nullptr) in isGatherScatter()
931 return isGather(IntInst) || isScatter(IntInst); in isGatherScatter()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h899 inline bool isGather(IntrinsicInst *IntInst) { in isGather() argument
900 if (IntInst == nullptr) in isGather()
902 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isGather()
913 inline bool isScatter(IntrinsicInst *IntInst) { in isScatter() argument
914 if (IntInst == nullptr) in isScatter()
916 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isScatter()
927 inline bool isGatherScatter(IntrinsicInst *IntInst) { in isGatherScatter() argument
928 if (IntInst == nullptr) in isGatherScatter()
930 return isGather(IntInst) || isScatter(IntInst); in isGatherScatter()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h900 inline bool isGather(IntrinsicInst *IntInst) { in isGather() argument
901 if (IntInst == nullptr) in isGather()
903 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isGather()
914 inline bool isScatter(IntrinsicInst *IntInst) { in isScatter() argument
915 if (IntInst == nullptr) in isScatter()
917 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isScatter()
928 inline bool isGatherScatter(IntrinsicInst *IntInst) { in isGatherScatter() argument
929 if (IntInst == nullptr) in isGatherScatter()
931 return isGather(IntInst) || isScatter(IntInst); in isGatherScatter()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h899 inline bool isGather(IntrinsicInst *IntInst) { in isGather() argument
900 if (IntInst == nullptr) in isGather()
902 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isGather()
913 inline bool isScatter(IntrinsicInst *IntInst) { in isScatter() argument
914 if (IntInst == nullptr) in isScatter()
916 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isScatter()
927 inline bool isGatherScatter(IntrinsicInst *IntInst) { in isGatherScatter() argument
928 if (IntInst == nullptr) in isGatherScatter()
930 return isGather(IntInst) || isScatter(IntInst); in isGatherScatter()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h900 inline bool isGather(IntrinsicInst *IntInst) { in isGather() argument
901 if (IntInst == nullptr) in isGather()
903 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isGather()
914 inline bool isScatter(IntrinsicInst *IntInst) { in isScatter() argument
915 if (IntInst == nullptr) in isScatter()
917 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isScatter()
928 inline bool isGatherScatter(IntrinsicInst *IntInst) { in isGatherScatter() argument
929 if (IntInst == nullptr) in isGatherScatter()
931 return isGather(IntInst) || isScatter(IntInst); in isGatherScatter()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h899 inline bool isGather(IntrinsicInst *IntInst) { in isGather() argument
900 if (IntInst == nullptr) in isGather()
902 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isGather()
913 inline bool isScatter(IntrinsicInst *IntInst) { in isScatter() argument
914 if (IntInst == nullptr) in isScatter()
916 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isScatter()
927 inline bool isGatherScatter(IntrinsicInst *IntInst) { in isGatherScatter() argument
928 if (IntInst == nullptr) in isGatherScatter()
930 return isGather(IntInst) || isScatter(IntInst); in isGatherScatter()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h900 inline bool isGather(IntrinsicInst *IntInst) { in isGather() argument
901 if (IntInst == nullptr) in isGather()
903 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isGather()
914 inline bool isScatter(IntrinsicInst *IntInst) { in isScatter() argument
915 if (IntInst == nullptr) in isScatter()
917 unsigned IntrinsicID = IntInst->getIntrinsicID(); in isScatter()
928 inline bool isGatherScatter(IntrinsicInst *IntInst) { in isGatherScatter() argument
929 if (IntInst == nullptr) in isGatherScatter()
931 return isGather(IntInst) || isScatter(IntInst); in isGatherScatter()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/devel/llvm10/llvm-10.0.1.src/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/devel/llvm11/llvm-11.0.1.src/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/devel/llvm90/llvm-9.0.1.src/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/devel/llvm80/llvm-8.0.1.src/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/devel/llvm70/llvm-7.0.1.src/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/TableGen/
H A Dcast.td84 class IntInst<bits<8> opcode, string asmstr, Intrinsic Intr> :
91 def PS_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_ps"))>;
93 def PD_Int : IntInst<opcode, asmstr, !cast<Intrinsic>(!strconcat(Intr, "_pd"))>;
/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/codegen/
H A DIntInstr.cs30 cil.IntInst (op, operand); in Emit()

12