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.cpp3000 SDValue LoweredLogical = computeLogicOpInGPR(SDValue(N, 0)); in tryLogicOpOfCompares() local
3001 if (!LoweredLogical) in tryLogicOpOfCompares()
3005 bool IsBitwiseNegate = LoweredLogical.getMachineOpcode() == PPC::XORI8; in tryLogicOpOfCompares()
3008 SDValue LHS = LoweredLogical.getOperand(0); in tryLogicOpOfCompares()
3009 SDValue RHS = LoweredLogical.getOperand(1); in tryLogicOpOfCompares()
3016 LoweredLogical.getOperand(0).getMachineOpcode() == PPC::INSERT_SUBREG) in tryLogicOpOfCompares()
3017 OpToConvToRecForm = LoweredLogical.getOperand(0).getOperand(1); in tryLogicOpOfCompares()
3020 OpToConvToRecForm = LoweredLogical.getOperand(0); in tryLogicOpOfCompares()
3024 OpToConvToRecForm = LoweredLogical; in tryLogicOpOfCompares()
3036 assert(LoweredLogical.getConstantOperandVal(1) == 1 && in tryLogicOpOfCompares()