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