Changeset View
Changeset View
Standalone View
Standalone View
lib/Target/ARM64/ARM64ISelLowering.h
Property | Old Value | New Value |
---|---|---|
File Mode | 100644 | 100755 |
Context not available. | |||||
/// be used for loads / stores from the global. | /// be used for loads / stores from the global. | ||||
unsigned getMaximalGlobalOffset() const override; | unsigned getMaximalGlobalOffset() const override; | ||||
/// getGMOnExternalAlignment - Set alignment to be the max size of merged | |||||
/// global variable data structure, and make it aligned up to power of 2. | |||||
unsigned getGMOnExternalAlignment(StructType *MergedTy) const override; | |||||
/// Returns true if a cast between SrcAS and DestAS is a noop. | /// Returns true if a cast between SrcAS and DestAS is a noop. | ||||
bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override { | bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override { | ||||
// Addrspacecasts are always noops. | // Addrspacecasts are always noops. | ||||
Context not available. |