Home
last modified time | relevance | path

Searched refs:IIT_Base (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td244 class IIT_Base<int num> {
249 class IIT_VT<ValueType vt, int num> : IIT_Base<num> {
253 class IIT_Int<int size, int num> : IIT_Base<num> {
258 class IIT_Vec<int nelem, int num> : IIT_Base<num> {
263 defset list<IIT_Base> IIT_all = {
264 def IIT_Done : IIT_Base< 0>;
278 def IIT_PTR : IIT_Base< 14>;
279 def IIT_ARG : IIT_Base< 15>;
286 def IIT_STRUCT2 : IIT_Base<21>;
287 def IIT_STRUCT3 : IIT_Base<22>;
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp188 auto IIT_Base = Records.getAllDerivedDefinitionsIfDefined("IIT_Base"); in EmitIITInfo() local
189 for (auto Rec : IIT_Base) { in EmitIITInfo()
196 if (IIT_Base.size() > 0) { in EmitIITInfo()