Searched refs:StLVal (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3339 auto StLVal = CGF.EmitLValueForField(Base, *StFI); in emitProxyTaskFunction() local 3340 auto *StParam = CGF.EmitLoadOfLValue(StLVal, Loc).getScalarVal(); in emitProxyTaskFunction() 4094 LValue StLVal = CGF.EmitLValueForField( in emitTaskLoopCall() local 4099 CGF.EmitAnyExprToMem(StVar->getInit(), StLVal.getAddress(), StLVal.getQuals(), in emitTaskLoopCall() 4104 UBLVal.getPointer(), CGF.EmitLoadOfScalar(StLVal, SourceLocation()), in emitTaskLoopCall()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3594 LValue StLVal = CGF.EmitLValueForField(Base, *StFI); in emitProxyTaskFunction() local 3595 llvm::Value *StParam = CGF.EmitLoadOfScalar(StLVal, Loc); in emitProxyTaskFunction() 5222 LValue StLVal = CGF.EmitLValueForField( in emitTaskLoopCall() local 5227 CGF.EmitAnyExprToMem(StVar->getInit(), StLVal.getAddress(CGF), in emitTaskLoopCall() 5228 StLVal.getQuals(), in emitTaskLoopCall() 5248 CGF.EmitLoadOfScalar(StLVal, Loc), in emitTaskLoopCall()
|