Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2840 SDValue LoweredLogical = computeLogicOpInGPR(SDValue(N, 0)); in tryLogicOpOfCompares() local
2841 if (!LoweredLogical) in tryLogicOpOfCompares()
2845 bool IsBitwiseNegate = LoweredLogical.getMachineOpcode() == PPC::XORI8; in tryLogicOpOfCompares()
2848 SDValue LHS = LoweredLogical.getOperand(0); in tryLogicOpOfCompares()
2849 SDValue RHS = LoweredLogical.getOperand(1); in tryLogicOpOfCompares()
2856 LoweredLogical.getOperand(0).getMachineOpcode() == PPC::INSERT_SUBREG) in tryLogicOpOfCompares()
2857 OpToConvToRecForm = LoweredLogical.getOperand(0).getOperand(1); in tryLogicOpOfCompares()
2860 OpToConvToRecForm = LoweredLogical.getOperand(0); in tryLogicOpOfCompares()
2864 OpToConvToRecForm = LoweredLogical; in tryLogicOpOfCompares()
2876 assert(LoweredLogical.getConstantOperandVal(1) == 1 && in tryLogicOpOfCompares()