HomeSort by relevance Sort by last modified time
    Searched defs:emitCmp (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 132 bool emitCmp(unsigned DestReg, const CmpInst *CI);
591 // Because of how EmitCmp is called with fast-isel, you can
595 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) {
927 if (!emitCmp(CondReg, CI))
941 if (!emitCmp(ResultReg, CI))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsFastISel.cpp 178 bool emitCmp(unsigned DestReg, const CmpInst *CI);
632 // Because of how EmitCmp is called with fast-isel, you can
636 bool MipsFastISel::emitCmp(unsigned ResultReg, const CmpInst *CI) {
974 if (!emitCmp(ResultReg, CI))
    [all...]