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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h 57 FPCmp,
MipsISelLowering.cpp 62 case MipsISD::FPCmp: return "MipsISD::FPCmp";
120 // we don't want this, since the fpcmp result goes to a flag register,
491 // Creates and returns an FPCmp node from a setcc node.
510 return DAG.getNode(MipsISD::FPCmp, dl, MVT::Glue, LHS, RHS,
533 if (Cond.getOpcode() != MipsISD::FPCmp)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 58 FPCmp,
MipsISelLowering.cpp 123 case MipsISD::FPCmp: return "MipsISD::FPCmp";
266 // we don't want this, since the fpcmp result goes to a flag register,
542 // Creates and returns an FPCmp node from a setcc node.
561 return DAG.getNode(MipsISD::FPCmp, DL, MVT::Glue, LHS, RHS,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.h 103 FPCmp,
MipsISelLowering.cpp 202 case MipsISD::FPCmp: return "MipsISD::FPCmp";
344 // we don't want this, since the fpcmp result goes to a flag register,
637 // Creates and returns an FPCmp node from a setcc node.
656 return DAG.getNode(MipsISD::FPCmp, DL, MVT::Glue, LHS, RHS,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenDAGISel.inc     [all...]

Completed in 254 milliseconds