Home
last modified time | relevance | path

Searched refs:getAllocAlignment (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h111 LLVM_ABI Value *getAllocAlignment(const CallBase *V,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp341 Value *llvm::getAllocAlignment(const CallBase *V, in getAllocAlignment() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4080 Value *Alignment = getAllocAlignment(&Call, TLI); in annotateAnyAllocSite()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6817 if (Value *Align = getAllocAlignment(AI.CB, TLI)) { in manifest()
7140 if (Value *Align = getAllocAlignment(AI.CB, TLI)) { in updateImpl()