Searched refs:emitAlignmentAssumption (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2556 void CodeGenFunction::emitAlignmentAssumption(llvm::Value *PtrValue, in emitAlignmentAssumption() function in CodeGenFunction 2596 void CodeGenFunction::emitAlignmentAssumption(llvm::Value *PtrValue, in emitAlignmentAssumption() function in CodeGenFunction 2604 emitAlignmentAssumption(PtrValue, Ty, Loc, AssumptionLoc, Alignment, in emitAlignmentAssumption()
|
| H A D | CodeGenFunction.h | 3505 void emitAlignmentAssumption(llvm::Value *PtrValue, QualType Ty, 3510 void emitAlignmentAssumption(llvm::Value *PtrValue, const Expr *E,
|
| H A D | CGCall.cpp | 4956 CGF.emitAlignmentAssumption(Ret.getScalarVal(), RetTy, Loc, in EmitAsAnAssumption()
|
| H A D | CGExprScalar.cpp | 296 CGF.emitAlignmentAssumption(V, E, AVAttr->getLocation(), AlignmentCI); in EmitLValueAlignmentAssumption()
|
| H A D | CGStmtOpenMP.cpp | 2272 CGF.emitAlignmentAssumption( in emitAlignedClause()
|
| H A D | CGBuiltin.cpp | 3420 emitAlignmentAssumption(PtrValue, Ptr, in EmitBuiltinExpr() 17588 emitAlignmentAssumption(Op1, E->getArg(1), in EmitPPCBuiltinExpr()
|