HomeSort by relevance Sort by last modified time
    Searched refs:IsProfitableToFold (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 91 /// IsProfitableToFold - Returns true if it's profitable to fold the specific
93 virtual bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const;
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 172 virtual bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const;
299 X86DAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 25 milliseconds