Home
last modified time | relevance | path

Searched refs:getPrefFunctionAlignment (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h113 Align getPrefFunctionAlignment() const { return PrefFunctionAlignment; } in getPrefFunctionAlignment() function
H A DLoongArchISelLowering.cpp356 setPrefFunctionAlignment(Subtarget.getPrefFunctionAlignment()); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h128 Align getPrefFunctionAlignment() const { in getPrefFunctionAlignment() function
H A DRISCVISelLowering.cpp1374 setPrefFunctionAlignment(Subtarget.getPrefFunctionAlignment()); in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h274 Align getPrefFunctionAlignment() const { in getPrefFunctionAlignment() function
H A DAArch64ISelLowering.cpp1062 setPrefFunctionAlignment(STI.getPrefFunctionAlignment()); in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp220 STI->getTargetLowering()->getPrefFunctionAlignment()); in init()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1952 Align getPrefFunctionAlignment() const { return PrefFunctionAlignment; } in getPrefFunctionAlignment() function