Home
last modified time | relevance | path

Searched refs:IVLVal (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h274 LValue IVLVal; member
300 LValue IVLVal);
606 void emitLastprivateConditionalUpdate(CodeGenFunction &CGF, LValue IVLVal,
H A DCGOpenMPRuntime.cpp11565 Data.IVLVal = IVLVal;
11653 LValue IVLVal; member in __anon90c6c1b15111::LastprivateConditionalRefChecker
11669 IVLVal = D.IVLVal; in VisitDeclRefExpr()
11688 IVLVal = D.IVLVal; in VisitMemberExpr()
11723 llvm::Type *LLIVTy = CGF.ConvertTypeForMem(IVLVal.getType()); in emitLastprivateConditionalUpdate()
11727 IVLVal.getAlignment().getAsAlign()); in emitLastprivateConditionalUpdate()
11740 llvm::Value *IVVal = CGF.EmitLoadOfScalar(IVLVal, Loc); in emitLastprivateConditionalUpdate()
11754 if (IVLVal.getType()->isSignedIntegerType()) { in emitLastprivateConditionalUpdate()
11757 assert(IVLVal.getType()->isUnsignedIntegerType() && in emitLastprivateConditionalUpdate()
11812 LValue IVLVal; in checkAndEmitLastprivateConditional() local
[all …]