Searched refs:EmitLoadOfPointerLValue (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 143 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 …]
|
D | CodeGenFunction.h | 1680 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
|
D | CGStmtOpenMP.cpp | 919 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(), PtrTy); in loadToBegin()
|
D | CGExpr.cpp | 1982 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 158 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 …]
|
D | CodeGenFunction.h | 2427 LValue EmitLoadOfPointerLValue(Address Ptr, const PointerType *PtrTy);
|
D | CGExpr.cpp | 2509 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() function in CodeGenFunction
|