Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3339 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/
DCGOpenMPRuntime.cpp3594 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()