Searched refs:getFunctionAlignment (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h202 /// getFunctionAlignment - Return the Log2 alignment of this function.
203 unsigned getFunctionAlignment(const Function *F) const;
H A DNVPTXISelLowering.cpp2642 /// getFunctionAlignment - Return the Log2 alignment of this function.
2643 unsigned NVPTXTargetLowering::getFunctionAlignment(const Function *) const { function in class:NVPTXTargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h234 /// getFunctionAlignment - Return the Log2 alignment of this function.
235 unsigned getFunctionAlignment(const Function *F) const;
H A DAArch64ISelLowering.cpp1616 /// getFunctionAlignment - Return the Log2 alignment of this function.
1617 unsigned AArch64TargetLowering::getFunctionAlignment(const Function *F) const { function in class:AArch64TargetLowering

Completed in 2457 milliseconds