HomeSort by: relevance | last modified time | path
    Searched refs:getCmpOperandFoldingProfit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64PostLegalizerLowering.cpp 746 static unsigned getCmpOperandFoldingProfit(Register CmpOp,
834 return (getCmpOperandFoldingProfit(TheLHS, MRI) >
835 getCmpOperandFoldingProfit(TheRHS, MRI));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 2751 static unsigned getCmpOperandFoldingProfit(SDValue Op) {
2857 if (getCmpOperandFoldingProfit(TheLHS) > getCmpOperandFoldingProfit(RHS)) {

Completed in 66 milliseconds