OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enableAdvancedRASplitCost
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetSubtargetInfo.cpp
58
bool TargetSubtargetInfo::
enableAdvancedRASplitCost
() const {
RegAllocGreedy.cpp
410
bool
EnableAdvancedRASplitCost
;
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetSubtargetInfo.h
230
virtual bool
enableAdvancedRASplitCost
() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h
821
bool
enableAdvancedRASplitCost
() const override { return true; }
Completed in 1934 milliseconds