Home
last modified time | relevance | path

Searched refs:emitRoundPointerUpToAlignment (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h73 llvm::Value *emitRoundPointerUpToAlignment(CodeGenFunction &CGF,
H A DABIInfoImpl.cpp153 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 DPPC.cpp496 OverflowArea = Address(emitRoundPointerUpToAlignment(CGF, Ptr, Align), in EmitVAArg()
H A DX86.cpp2983 overflow_arg_area = emitRoundPointerUpToAlignment(CGF, overflow_arg_area, in EmitX86_64VAArgFromMemory()