Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h930 bool enableExtLdPromotion() const { return EnableExtLdPromotion; } in enableExtLdPromotion()
3748 bool EnableExtLdPromotion; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp625 EnableExtLdPromotion = false; in TargetLoweringBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1152 EnableExtLdPromotion = true; in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2586 EnableExtLdPromotion = true; in X86TargetLowering()