Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Ty

1188   typedef void Destroyer(CodeGenFunction &CGF, llvm::Value *addr, QualType ty);
1261 bool IvarTypeWithAggrGCObjects(QualType Ty);
1353 llvm::Value *GetVTablePtr(llvm::Value *This, llvm::Type *Ty);
1491 llvm::AllocaInst *CreateTempAlloca(llvm::Type *Ty,
1610 void EmitNullInitialization(llvm::Value *DestPtr, QualType Ty);
1616 llvm::Value *EmitVAArg(llvm::Value *VAListAddr, QualType Ty);
1628 void EmitVariablyModifiedType(QualType Ty);
1895 RValue GetUndefRValue(QualType Ty);
1934 llvm::Value *EmitToMemory(llvm::Value *Value, QualType Ty);
1938 llvm::Value *EmitFromMemory(llvm::Value *Value, QualType Ty);
1944 unsigned Alignment, QualType Ty,
1957 bool Volatile, unsigned Alignment, QualType Ty,
1977 /// is 'Ty'.
2087 llvm::Type *Ty);
2089 llvm::Value *This, llvm::Type *Ty);
2092 llvm::Type *Ty);
2136 llvm::Value *EmitNeonShiftVector(llvm::Value *V, llvm::Type *Ty,
2244 QualType Ty);
2386 void EmitReturnOfRValue(RValue RV, QualType Ty);
2388 /// ExpandTypeFromArgs - Reconstruct a structure of type \arg Ty
2395 ExpandTypeFromArgs(QualType Ty, LValue Dst,
2399 /// Ty, into individual arguments on the provided vector \arg Args. See
2401 void ExpandTypeToArgs(QualType Ty, RValue Src,