Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp621 QualType nonMemoryDestType = getNonMemoryType(cgm, destType); in tryEmitPrivateForVarInit() local
623 nonMemoryDestType)) in tryEmitPrivateForVarInit()
648 QualType nonMemoryDestType = getNonMemoryType(cgm, destType); in tryEmitPrivateForMemory() local
649 mlir::Attribute c = tryEmitPrivate(value, nonMemoryDestType); in tryEmitPrivateForMemory()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1878 QualType nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForVarInit() local
1879 if (llvm::Constant *C = ConstExprEmitter(*this).Visit(E, nonMemoryDestType)) in tryEmitPrivateForVarInit()
1896 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local
1897 auto C = tryEmitAbstract(E, nonMemoryDestType); in tryEmitAbstractForMemory()
1904 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local
1905 auto C = tryEmitAbstract(value, nonMemoryDestType); in tryEmitAbstractForMemory()
1911 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local
1912 llvm::Constant *C = tryEmitPrivate(E, nonMemoryDestType); in tryEmitPrivateForMemory()
1918 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local
1919 auto C = tryEmitPrivate(value, nonMemoryDestType); in tryEmitPrivateForMemory()