Home
last modified time | relevance | path

Searched refs:convertTypeForLoadStore (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h146 llvm::Type *convertTypeForLoadStore(QualType T, llvm::Type *LLVMTy = nullptr);
H A DCodeGenTypes.cpp167 llvm::Type *CodeGenTypes::convertTypeForLoadStore(QualType T, in convertTypeForLoadStore() function in CodeGenTypes
H A DCGExpr.cpp2061 Addr.withElementType(convertTypeForLoadStore(Ty, Addr.getElementType())); in EmitLoadOfScalar()
2085 llvm::Type *StoreTy = convertTypeForLoadStore(Ty, Value->getType()); in EmitToMemory()
2099 llvm::Type *StoreTy = convertTypeForLoadStore(Ty, Value->getType()); in EmitToMemory()
2610 llvm::Type *ResLTy = convertTypeForLoadStore(Dst.getType()); in EmitStoreThroughBitfieldLValue()
2693 SrcVal, convertTypeForLoadStore(Dst.getType(), SrcVal->getType())); in EmitStoreThroughExtVectorComponentLValue()
4917 llvm::Type *LTy = convertTypeForLoadStore(Ty, Vec->getType()); in EmitExtVectorElementExpr()
H A DCGExprConstant.cpp636 CGM.getTypes().convertTypeForLoadStore(Field->getType(), C->getType()); in AppendBitField()
1996 llvm::Type *LoadStoreTy = CGM.getTypes().convertTypeForLoadStore(destType); in emitForMemory()
H A DCodeGenFunction.cpp250 llvm::Type *CodeGenFunction::convertTypeForLoadStore(QualType ASTTy, in convertTypeForLoadStore() function in CodeGenFunction
252 return CGM.getTypes().convertTypeForLoadStore(ASTTy, LLVMTy); in convertTypeForLoadStore()
H A DCGDecl.cpp2036 CGM.getTypes().convertTypeForLoadStore(type, constant->getType()); in EmitAutoVarInit()
H A DCodeGenFunction.h2588 llvm::Type *convertTypeForLoadStore(QualType ASTTy,
H A DCGExprScalar.cpp468 Address(Result, CGF.convertTypeForLoadStore(E->getType()), in VisitConstantExpr()