Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h361 bool enableExtLdPromotion() const { return EnableExtLdPromotion; } in enableExtLdPromotion() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h538 bool enableExtLdPromotion() const { return EnableExtLdPromotion; } in enableExtLdPromotion() function
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4159 if (!TLI || !TLI->enableExtLdPromotion() || DisableExtLdPromotion) in extLdPromotion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4819 if (!TLI || !TLI->enableExtLdPromotion() || DisableExtLdPromotion) in tryToPromoteExts()