Home
last modified time | relevance | path

Searched refs:isUnsignedIntSetCC (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1086 inline bool isUnsignedIntSetCC(CondCode Code) { in isUnsignedIntSetCC() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrAVX512.td2426 return !ISD::isUnsignedIntSetCC(CC);
2432 return N->hasOneUse() && !ISD::isUnsignedIntSetCC(CC);
2439 return !ISD::isUnsignedIntSetCC(CC);
2445 return N->hasOneUse() && !ISD::isUnsignedIntSetCC(CC);
2451 return ISD::isUnsignedIntSetCC(CC);
2457 return N->hasOneUse() && ISD::isUnsignedIntSetCC(CC);
2464 return ISD::isUnsignedIntSetCC(CC);
2470 return N->hasOneUse() && ISD::isUnsignedIntSetCC(CC);
DX86ISelLowering.cpp21523 ISD::isUnsignedIntSetCC(Cond) ? X86ISD::VPCOMU : X86ISD::VPCOM; in LowerVSETCC()
21585 bool FlipSigns = ISD::isUnsignedIntSetCC(Cond) && in LowerVSETCC()
21590 if (ISD::isUnsignedIntSetCC(Cond) && in LowerVSETCC()
43457 if (ISD::isUnsignedIntSetCC(CC)) in combineExtSetcc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3730 } else if (ISD::isUnsignedIntSetCC(CC)) { in SelectCC()
3777 } else if (ISD::isUnsignedIntSetCC(CC)) { in SelectCC()
DPPCISelLowering.cpp12367 } else if (ISD::isUnsignedIntSetCC(CC)) { in DAGCombineTruncBoolExt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1738 !isUnsignedIntSetCC(CC)) { in emitComparison()