Home
last modified time | relevance | path

Searched refs:EmitLoadOfPointerLValue (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp143 auto PartIdLVal = CGF.EmitLoadOfPointerLValue( in Enter()
159 auto PartIdLVal = CGF.EmitLoadOfPointerLValue( in emitUntiedSwitch()
698 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()
767 return CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
772 return CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
872 CGF.EmitLoadOfPointerLValue(CGF.GetAddrOfLocalVar(TaskTVar), in emitTaskOutlinedFunction()
3296 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()
3386 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()
3475 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()
3484 auto RefLoadLVal = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()
[all …]
DCodeGenFunction.h1680 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
DCGStmtOpenMP.cpp919 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(), PtrTy); in loadToBegin()
DCGExpr.cpp1982 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction