Home
last modified time | relevance | path

Searched refs:VarArg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h121 VarArg, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1136 static void emitPPA1Flags(std::unique_ptr<MCStreamer> &OutStreamer, bool VarArg, in emitPPA1Flags() argument
1141 VarArg = (0x80 >> 7), in emitPPA1Flags() enumerator
1169 if (VarArg) in emitPPA1Flags()
1170 Flags1 |= PPA1Flag1::VarArg; in emitPPA1Flags()
1193 if ((Flags1 & PPA1Flag1::VarArg) == PPA1Flag1::VarArg) in emitPPA1Flags()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1140 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VarArg, 0)); in DecodeIITType()
1399 case IITDescriptor::VarArg: return Type::getVoidTy(Context); in DecodeFixedType()
1582 case IITDescriptor::VarArg: return true; in matchIntrinsicType()
1803 if (D.Kind == IITDescriptor::VarArg) in matchIntrinsicVarArg()