Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h547 bool enableExtLdPromotion() const { return EnableExtLdPromotion; } in enableExtLdPromotion()
2732 bool EnableExtLdPromotion; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp548 EnableExtLdPromotion = false; in TargetLoweringBase()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp602 EnableExtLdPromotion = true; in AArch64TargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1913 EnableExtLdPromotion = true; in X86TargetLowering()