Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h612 bool alignLoopsWithOptSize() const override;
DARMISelLowering.cpp16974 bool ARMTargetLowering::alignLoopsWithOptSize() const { in alignLoopsWithOptSize() function in ARMTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp2805 (F->getFunction().hasOptSize() && !TLI->alignLoopsWithOptSize())) in alignBlocks()
2845 !TLI->alignLoopsWithOptSize()) in alignBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1601 virtual bool alignLoopsWithOptSize() const { in alignLoopsWithOptSize() function