Searched refs:emitAlignmentAssumption (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2474 void CodeGenFunction::emitAlignmentAssumption(llvm::Value *PtrValue, in emitAlignmentAssumption() function in CodeGenFunction 2514 void CodeGenFunction::emitAlignmentAssumption(llvm::Value *PtrValue, in emitAlignmentAssumption() function in CodeGenFunction 2522 emitAlignmentAssumption(PtrValue, Ty, Loc, AssumptionLoc, Alignment, in emitAlignmentAssumption()
|
| H A D | CodeGenFunction.h | 3279 void emitAlignmentAssumption(llvm::Value *PtrValue, QualType Ty, 3284 void emitAlignmentAssumption(llvm::Value *PtrValue, const Expr *E,
|
| H A D | CGCall.cpp | 4919 CGF.emitAlignmentAssumption(Ret.getScalarVal(), RetTy, Loc, in EmitAsAnAssumption()
|
| H A D | CGExprScalar.cpp | 282 CGF.emitAlignmentAssumption(V, E, AVAttr->getLocation(), AlignmentCI); in EmitLValueAlignmentAssumption()
|
| H A D | CGStmtOpenMP.cpp | 2244 CGF.emitAlignmentAssumption( in emitAlignedClause()
|
| H A D | CGBuiltin.cpp | 3296 emitAlignmentAssumption(PtrValue, Ptr, in EmitBuiltinExpr() 17163 emitAlignmentAssumption(Op1, E->getArg(1), in EmitPPCBuiltinExpr()
|