Searched refs:getEntryAlignment (Results 1 – 10 of 10) sorted by relevance
90 unsigned getEntryAlignment(const DataLayout &TD) const;
84 unsigned getEntryAlignment(const TargetData &TD) const;
89 unsigned getEntryAlignment(const DataLayout &TD) const;
547 unsigned MachineJumpTableInfo::getEntryAlignment(const TargetData &TD) const { in getEntryAlignment() function in MachineJumpTableInfo
788 unsigned MachineJumpTableInfo::getEntryAlignment(const DataLayout &TD) const { in getEntryAlignment() function in MachineJumpTableInfo
865 unsigned MachineJumpTableInfo::getEntryAlignment(const DataLayout &TD) const { in getEntryAlignment() function in MachineJumpTableInfo
1127 MJTI->getEntryAlignment(*TheJIT->getTargetData())); in initJumpTableInfo()
1061 EmitAlignment(Log2_32(MJTI->getEntryAlignment(*TM.getTargetData()))); in EmitJumpTableInfo()
1399 EmitAlignment(Log2_32(MJTI->getEntryAlignment(DL))); in EmitJumpTableInfo()
1702 EmitAlignment(Log2_32(MJTI->getEntryAlignment(DL))); in EmitJumpTableInfo()