Lines Matching defs:X64RetTy
100 raw_ostream &Out, Type *&Arm64RetTy, Type *&X64RetTy,
125 Type *X64RetTy;
138 getThunkRetType(FT, AttrList, Out, Arm64RetTy, X64RetTy, Arm64ArgTypes,
146 X64Ty = FunctionType::get(X64RetTy, X64ArgTypes, false);
230 Type *&Arm64RetTy, Type *&X64RetTy, SmallVectorImpl<Type *> &Arm64ArgTypes,
262 X64RetTy = I64Ty;
277 X64RetTy = VoidTy;
288 X64RetTy = VoidTy;
295 X64RetTy = info.X64Ty;
296 if (X64RetTy->isPointerTy()) {
300 X64ArgTypes.push_back(X64RetTy);
301 X64RetTy = VoidTy;