Searched refs:convertTypeForLoadStore (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.h | 146 llvm::Type *convertTypeForLoadStore(QualType T, llvm::Type *LLVMTy = nullptr);
|
| H A D | CodeGenTypes.cpp | 167 llvm::Type *CodeGenTypes::convertTypeForLoadStore(QualType T, in convertTypeForLoadStore() function in CodeGenTypes
|
| H A D | CGExpr.cpp | 2061 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 D | CGExprConstant.cpp | 636 CGM.getTypes().convertTypeForLoadStore(Field->getType(), C->getType()); in AppendBitField() 1996 llvm::Type *LoadStoreTy = CGM.getTypes().convertTypeForLoadStore(destType); in emitForMemory()
|
| H A D | CodeGenFunction.cpp | 250 llvm::Type *CodeGenFunction::convertTypeForLoadStore(QualType ASTTy, in convertTypeForLoadStore() function in CodeGenFunction 252 return CGM.getTypes().convertTypeForLoadStore(ASTTy, LLVMTy); in convertTypeForLoadStore()
|
| H A D | CGDecl.cpp | 2036 CGM.getTypes().convertTypeForLoadStore(type, constant->getType()); in EmitAutoVarInit()
|
| H A D | CodeGenFunction.h | 2588 llvm::Type *convertTypeForLoadStore(QualType ASTTy,
|
| H A D | CGExprScalar.cpp | 468 Address(Result, CGF.convertTypeForLoadStore(E->getType()), in VisitConstantExpr()
|