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.h103 Align getPrefFunctionAlignment() const { return PrefFunctionAlignment; } in getPrefFunctionAlignment() function
H A DLoongArchISelLowering.cpp430 setPrefFunctionAlignment(Subtarget.getPrefFunctionAlignment()); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h153 Align getPrefFunctionAlignment() const { in getPrefFunctionAlignment() function
H A DRISCVISelLowering.cpp1622 setPrefFunctionAlignment(Subtarget.getPrefFunctionAlignment()); in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h264 Align getPrefFunctionAlignment() const { in getPrefFunctionAlignment() function
H A DAArch64ISelLowering.cpp1212 setPrefFunctionAlignment(STI.getPrefFunctionAlignment()); in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp218 STI->getTargetLowering()->getPrefFunctionAlignment()); in init()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2086 Align getPrefFunctionAlignment() const { return PrefFunctionAlignment; } in getPrefFunctionAlignment() function