Home
last modified time | relevance | path

Searched defs:getAlignment (Results 1 – 25 of 25) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h113 unsigned getAlignment() const { in getAlignment() function
241 unsigned getAlignment() const { in getAlignment() function
366 unsigned getAlignment() const { in getAlignment() function
H A DGlobalObject.h59 unsigned getAlignment() const { in getAlignment() function
H A DDataLayout.h541 unsigned getAlignment() const { return StructAlignment; } in getAlignment() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DAddress.h67 CharUnits getAlignment() const { in getAlignment() function
H A DCGValue.h316 CharUnits getAlignment() const { return CharUnits::fromQuantity(Alignment); } in getAlignment() function
591 CharUnits getAlignment() const { in getAlignment() function
H A DCGRecordLayoutBuilder.cpp152 CharUnits getAlignment(llvm::Type *Type) { in getAlignment() function
H A DCGExprConstant.cpp85 CharUnits getAlignment(const llvm::Constant *C) const { in getAlignment() function in __anon91458c600111::ConstStructBuilder
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h97 int getAlignment() const { in getAlignment() function
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h371 inline uint32_t SymbolRef::getAlignment() const { in getAlignment() function
434 inline uint64_t SectionRef::getAlignment() const { in getAlignment() function
H A DCOFF.h457 uint32_t getAlignment() const { in getAlignment() function
575 uint32_t getAlignment() const { in getAlignment() function
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp87 static unsigned getAlignment(GlobalVariable *GV) { in getAlignment() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecordLayout.h177 CharUnits getAlignment() const { return Alignment; } in getAlignment() function
H A DOpenMPClause.h2909 Expr *getAlignment() { return *varlist_end(); } in getAlignment() function
2912 const Expr *getAlignment() const { return *varlist_end(); } in getAlignment() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DVectorUtils.h270 unsigned getAlignment() const { return Align; } in getAlignment() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h252 unsigned getAlignment() const { in getAlignment() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAttributes.cpp211 unsigned Attribute::getAlignment() const { in getAlignment() function in Attribute
594 unsigned AttributeSet::getAlignment() const { in getAlignment() function in AttributeSet
748 unsigned AttributeSetNode::getAlignment() const { in getAlignment() function in AttributeSetNode
H A DGlobals.cpp97 unsigned GlobalValue::getAlignment() const { in getAlignment() function in GlobalValue
H A DDataLayout.cpp677 unsigned DataLayout::getAlignment(Type *Ty, bool abi_or_pref) const { in getAlignment() function in DataLayout
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp132 unsigned getAlignment(LoadInst *LI) const { in getAlignment() function in __anon3a357e170111::Vectorizer
140 unsigned getAlignment(StoreInst *SI) const { in getAlignment() function in __anon3a357e170111::Vectorizer
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp259 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment() function
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h352 unsigned getAlignment() const { return Alignment; } in getAlignment() function
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCFragment.h318 unsigned getAlignment() const { return Alignment; } in getAlignment() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOperand.cpp1035 uint64_t MachineMemOperand::getAlignment() const { in getAlignment() function in MachineMemOperand
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp972 uint32_t SharedFile<ELFT>::getAlignment(ArrayRef<Elf_Shdr> Sections, in getAlignment() function in SharedFile
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13379 unsigned getAlignment() const { in getAlignment() function