Searched refs:IITDescriptor (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/IR/ |
D | Function.cpp | 591 SmallVectorImpl<Intrinsic::IITDescriptor> &OutputTable) { in DecodeIITType() 598 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Void, 0)); in DecodeIITType() 601 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VarArg, 0)); in DecodeIITType() 604 OutputTable.push_back(IITDescriptor::get(IITDescriptor::MMX, 0)); in DecodeIITType() 607 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Token, 0)); in DecodeIITType() 610 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Metadata, 0)); in DecodeIITType() 613 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0)); in DecodeIITType() 616 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Float, 0)); in DecodeIITType() 619 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Double, 0)); in DecodeIITType() 622 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 1)); in DecodeIITType() [all …]
|
D | Verifier.cpp | 3762 SmallVector<Intrinsic::IITDescriptor, 8> Table; in visitIntrinsicCallSite() 3764 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table; in visitIntrinsicCallSite()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Function.cpp | 682 SmallVectorImpl<Intrinsic::IITDescriptor> &OutputTable) { in DecodeIITType() 690 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Void, 0)); in DecodeIITType() 693 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VarArg, 0)); in DecodeIITType() 696 OutputTable.push_back(IITDescriptor::get(IITDescriptor::MMX, 0)); in DecodeIITType() 699 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Token, 0)); in DecodeIITType() 702 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Metadata, 0)); in DecodeIITType() 705 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0)); in DecodeIITType() 708 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Float, 0)); in DecodeIITType() 711 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Double, 0)); in DecodeIITType() 714 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Quad, 0)); in DecodeIITType() [all …]
|
D | Verifier.cpp | 4004 SmallVector<Intrinsic::IITDescriptor, 8> Table; in visitIntrinsicCallSite() 4006 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table; in visitIntrinsicCallSite()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Intrinsics.h | 98 struct IITDescriptor { struct 148 static IITDescriptor get(IITDescriptorKind K, unsigned Field) { in get() argument 149 IITDescriptor Result = { K, { Field } }; in get() 153 static IITDescriptor get(IITDescriptorKind K, unsigned short Hi, in get() argument 156 IITDescriptor Result = {K, {Field}}; in get() 163 void getIntrinsicInfoTableEntries(ID id, SmallVectorImpl<IITDescriptor> &T); 171 bool matchIntrinsicType(Type *Ty, ArrayRef<IITDescriptor> &Infos, 178 bool matchIntrinsicVarArg(bool isVarArg, ArrayRef<IITDescriptor> &Infos);
|
/external/llvm/include/llvm/IR/ |
D | Intrinsics.h | 89 struct IITDescriptor { struct 128 static IITDescriptor get(IITDescriptorKind K, unsigned Field) { in get() argument 129 IITDescriptor Result = { K, { Field } }; in get() 136 void getIntrinsicInfoTableEntries(ID id, SmallVectorImpl<IITDescriptor> &T); 144 bool matchIntrinsicType(Type *Ty, ArrayRef<IITDescriptor> &Infos, 151 bool matchIntrinsicVarArg(bool isVarArg, ArrayRef<IITDescriptor> &Infos);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Intrinsics.h | 98 struct IITDescriptor { struct 137 static IITDescriptor get(IITDescriptorKind K, unsigned Field) { in get() argument 138 IITDescriptor Result = { K, { Field } }; in get() 145 void getIntrinsicInfoTableEntries(ID id, SmallVectorImpl<IITDescriptor> &T); 153 bool matchIntrinsicType(Type *Ty, ArrayRef<IITDescriptor> &Infos, 160 bool matchIntrinsicVarArg(bool isVarArg, ArrayRef<IITDescriptor> &Infos);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 975 SmallVector<Intrinsic::IITDescriptor, 16> Table; in simplifyAMDGCNMemoryIntrinsicDemanded() 977 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table; in simplifyAMDGCNMemoryIntrinsicDemanded()
|