Searched refs:OutputTable (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | Function.cpp | 591 SmallVectorImpl<Intrinsic::IITDescriptor> &OutputTable) { in DecodeIITType() argument 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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Function.cpp | 733 SmallVectorImpl<Intrinsic::IITDescriptor> &OutputTable) { in DecodeIITType() argument 741 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Void, 0)); in DecodeIITType() 744 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VarArg, 0)); in DecodeIITType() 747 OutputTable.push_back(IITDescriptor::get(IITDescriptor::MMX, 0)); in DecodeIITType() 750 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Token, 0)); in DecodeIITType() 753 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Metadata, 0)); in DecodeIITType() 756 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0)); in DecodeIITType() 759 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Float, 0)); in DecodeIITType() 762 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Double, 0)); in DecodeIITType() 765 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Quad, 0)); in DecodeIITType() [all …]
|
/external/llvm-project/llvm/lib/IR/ |
D | Function.cpp | 856 SmallVectorImpl<Intrinsic::IITDescriptor> &OutputTable) { in DecodeIITType() argument 866 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Void, 0)); in DecodeIITType() 869 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VarArg, 0)); in DecodeIITType() 872 OutputTable.push_back(IITDescriptor::get(IITDescriptor::MMX, 0)); in DecodeIITType() 875 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Token, 0)); in DecodeIITType() 878 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Metadata, 0)); in DecodeIITType() 881 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0)); in DecodeIITType() 884 OutputTable.push_back(IITDescriptor::get(IITDescriptor::BFloat, 0)); in DecodeIITType() 887 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Float, 0)); in DecodeIITType() 890 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Double, 0)); in DecodeIITType() [all …]
|