OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IITDescriptor
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Intrinsics.h
113
struct
IITDescriptor
{
191
static
IITDescriptor
get(IITDescriptorKind K, unsigned Field) {
192
IITDescriptor
Result = { K, { Field } };
196
static
IITDescriptor
get(IITDescriptorKind K, unsigned short Hi,
199
IITDescriptor
Result = {K, {Field}};
203
static
IITDescriptor
getVector(unsigned Width, bool IsScalable) {
204
IITDescriptor
Result = {Vector, {0}};
212
void getIntrinsicInfoTableEntries(ID id, SmallVectorImpl<
IITDescriptor
> &T);
227
matchIntrinsicSignature(FunctionType *FTy, ArrayRef<
IITDescriptor
> &Infos,
234
bool matchIntrinsicVarArg(bool isVarArg, ArrayRef<
IITDescriptor
> &Infos)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp
932
SmallVectorImpl<Intrinsic::
IITDescriptor
> &OutputTable) {
942
OutputTable.push_back(
IITDescriptor
::get(
IITDescriptor
::Void, 0));
945
OutputTable.push_back(
IITDescriptor
::get(
IITDescriptor
::VarArg, 0));
948
OutputTable.push_back(
IITDescriptor
::get(
IITDescriptor
::MMX, 0));
951
OutputTable.push_back(
IITDescriptor
::get(
IITDescriptor
::AMX, 0));
954
OutputTable.push_back(
IITDescriptor
::get(IITDescriptor::Token, 0))
[
all
...]
Verifier.cpp
4586
SmallVector<Intrinsic::
IITDescriptor
, 8> Table;
4588
ArrayRef<Intrinsic::
IITDescriptor
> TableRef = Table;
Completed in 21 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026