Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2734 SDValue computeLogicOpInGPR(SDValue LogicOp);
2796 WideRes = computeLogicOpInGPR(N->getOperand(0)); in tryEXTEND()
2831 SDValue LoweredLogical = computeLogicOpInGPR(SDValue(N, 0)); in tryLogicOpOfCompares()
2908 SDValue IntegerCompareEliminator::computeLogicOpInGPR(SDValue LogicOp) { in computeLogicOpInGPR() function in __anon516d030b0611::IntegerCompareEliminator
2935 return computeLogicOpInGPR(Operand); in computeLogicOpInGPR()