OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsProfitableToFold
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h
93
///
IsProfitableToFold
- Returns true if it's profitable to fold the specific
95
virtual bool
IsProfitableToFold
(SDValue N, SDNode *U, SDNode *Root) const;
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
164
virtual bool
IsProfitableToFold
(SDValue N, SDNode *U, SDNode *Root) const;
297
X86DAGToDAGISel::
IsProfitableToFold
(SDValue N, SDNode *U, SDNode *Root) const {
[
all
...]