Searched refs:EmitFromMemory (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1606 // EmitFromMemory for the non-bitfield case.
1663 return EmitFromMemory(V, Ty);
1691 return EmitFromMemory(Load, Ty);
1708 llvm::Value *CodeGenFunction::EmitFromMemory(llvm::Value *Value, QualType Ty) { function in class:CodeGenFunction
2090 *Result = EmitFromMemory(ResultVal, Dst.getType());
H A DCGAtomic.cpp1458 return RValue::get(CGF.EmitFromMemory(IntVal, ValueTy));
H A DCodeGenFunction.h3420 /// EmitFromMemory - Change a scalar value from its memory
3422 llvm::Value *EmitFromMemory(llvm::Value *Value, QualType Ty);
H A DCGStmtOpenMP.cpp633 CallArgs.emplace_back(WrapperCGF.EmitFromMemory(CallArg, Arg->getType()));
H A DCGExprScalar.cpp1539 return CGF.EmitFromMemory(CGF.CGM.EmitNullConstant(Ty), Ty);
H A DCGBuiltin.cpp119 V = CGF.EmitFromMemory(V, T);

Completed in 306 milliseconds