Home
last modified time | relevance | path

Searched refs:EmitLoadOfPointerLValue (Results 1 – 7 of 7) 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
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp158 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in Enter()
175 LValue PartIdLVal = CGF.EmitLoadOfPointerLValue( in emitUntiedSwitch()
931 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(CGF), PtrTy); in loadToBegin()
1026 return CGF.EmitLoadOfPointerLValue( in getThreadIDVariableLValue()
1134 return CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
1139 return CGF.EmitLoadOfPointerLValue(AddrOut, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()
1301 CGF.EmitLoadOfPointerLValue(CGF.GetAddrOfLocalVar(TaskTVar), in emitTaskOutlinedFunction()
3550 LValue TDBase = CGF.EmitLoadOfPointerLValue( in emitProxyTaskFunction()
3648 LValue Base = CGF.EmitLoadOfPointerLValue( in emitDestructorsFunction()
3757 LValue Base = CGF.EmitLoadOfPointerLValue( in emitTaskPrivateMappingFunction()
[all …]
DCodeGenFunction.h2427 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
DCGExpr.cpp2509 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction