Home
last modified time | relevance | path

Searched refs:isIntEqualitySetCC (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1473 inline bool isIntEqualitySetCC(CondCode Code) { in isIntEqualitySetCC() function
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1533 if (isIntEqualitySetCC(CC) && isNullConstant(RHS) && in translateSetCCForBranch()
8485 if (!isIntEqualitySetCC(CCVal) || !SetCCOpVT.isInteger()) in combineSubOfBoolean()
8914 if (!isIntEqualitySetCC(Cond)) in performSETCCCombine()
9913 if (ISD::isIntEqualitySetCC(CCVal)) { in tryDemorganOfBooleanCondition()
9950 if (!ISD::isIntEqualitySetCC(CCVal)) in combine_CC()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2762 if (isIntEqualitySetCC(CC)) { in safeWithoutCompWithNull()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1785 assert((ISD::isUnsignedIntSetCC(CCCode) || ISD::isIntEqualitySetCC(CCCode)) && in PromoteSetCCOperands()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20224 if (Op0SExt && (isSignedIntSetCC(CC) || isIntEqualitySetCC(CC))) { in tryToWidenSetCCOperands()
20227 } else if (Op0ZExt && (isUnsignedIntSetCC(CC) || isIntEqualitySetCC(CC))) { in tryToWidenSetCCOperands()