Searched refs:emitRoundPointerUpToAlignment (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.h | 73 llvm::Value *emitRoundPointerUpToAlignment(CodeGenFunction &CGF,
|
| H A D | ABIInfoImpl.cpp | 153 llvm::Value *CodeGen::emitRoundPointerUpToAlignment(CodeGenFunction &CGF, in emitRoundPointerUpToAlignment() function in CodeGen 180 Addr = Address(emitRoundPointerUpToAlignment(CGF, Ptr, DirectAlign), in emitVoidPtrDirectVAArg()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | PPC.cpp | 496 OverflowArea = Address(emitRoundPointerUpToAlignment(CGF, Ptr, Align), in EmitVAArg()
|
| H A D | X86.cpp | 2983 overflow_arg_area = emitRoundPointerUpToAlignment(CGF, overflow_arg_area, in EmitX86_64VAArgFromMemory()
|