Searched refs:DirectSize (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 274 CharUnits DirectSize, in emitVoidPtrDirectVAArg() argument 295 CharUnits FullDirectSize = DirectSize.alignTo(SlotSize); in emitVoidPtrDirectVAArg() 303 if (DirectSize < SlotSize && CGF.CGM.getDataLayout().isBigEndian() && in emitVoidPtrDirectVAArg() 305 Addr = CGF.Builder.CreateConstInBoundsByteGEP(Addr, SlotSize - DirectSize); in emitVoidPtrDirectVAArg() 331 CharUnits DirectSize, DirectAlign; in emitVoidPtrVAArg() local 333 DirectSize = CGF.getPointerSize(); in emitVoidPtrVAArg() 336 DirectSize = ValueInfo.first; in emitVoidPtrVAArg() 346 DirectSize, DirectAlign, in emitVoidPtrVAArg()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 310 CharUnits DirectSize, in emitVoidPtrDirectVAArg() argument 331 CharUnits FullDirectSize = DirectSize.alignTo(SlotSize); in emitVoidPtrDirectVAArg() 338 if (DirectSize < SlotSize && CGF.CGM.getDataLayout().isBigEndian() && in emitVoidPtrDirectVAArg() 340 Addr = CGF.Builder.CreateConstInBoundsByteGEP(Addr, SlotSize - DirectSize); in emitVoidPtrDirectVAArg() 366 CharUnits DirectSize, DirectAlign; in emitVoidPtrVAArg() local 368 DirectSize = CGF.getPointerSize(); in emitVoidPtrVAArg() 371 DirectSize = ValueInfo.Width; in emitVoidPtrVAArg() 381 DirectSize, DirectAlign, in emitVoidPtrVAArg()
|