Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3001 SDValue LoweredLogical = computeLogicOpInGPR(SDValue(N, 0)); in tryLogicOpOfCompares() local
3002 if (!LoweredLogical) in tryLogicOpOfCompares()
3006 bool IsBitwiseNegate = LoweredLogical.getMachineOpcode() == PPC::XORI8; in tryLogicOpOfCompares()
3009 SDValue LHS = LoweredLogical.getOperand(0); in tryLogicOpOfCompares()
3010 SDValue RHS = LoweredLogical.getOperand(1); in tryLogicOpOfCompares()
3017 LoweredLogical.getOperand(0).getMachineOpcode() == PPC::INSERT_SUBREG) in tryLogicOpOfCompares()
3018 OpToConvToRecForm = LoweredLogical.getOperand(0).getOperand(1); in tryLogicOpOfCompares()
3021 OpToConvToRecForm = LoweredLogical.getOperand(0); in tryLogicOpOfCompares()
3025 OpToConvToRecForm = LoweredLogical; in tryLogicOpOfCompares()
3037 assert(LoweredLogical.getConstantOperandVal(1) == 1 && in tryLogicOpOfCompares()