Home
last modified time | relevance | path

Searched refs:isAndOrOfSetCCs (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp8752 static bool isAndOrOfSetCCs(SDValue Op, unsigned &Opc) { in isAndOrOfSetCCs() function
8831 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND()
13221 if (Subtarget->hasXMMInt() && isAndOrOfSetCCs(SDValue(N, 0U), opcode)) { in CMPEQCombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp16510 static bool isAndOrOfSetCCs(SDValue Op, unsigned &Opc) { in isAndOrOfSetCCs() function
16650 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND()
27858 if (Subtarget.hasSSE2() && isAndOrOfSetCCs(SDValue(N, 0U), opcode)) { in combineCompareEqual()