HomeSort by: relevance | last modified time | path
    Searched refs:isOpcWithIntImmediate (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 359 // isOpcWithIntImmediate - This method tests to see if the node is a specific
362 static bool isOpcWithIntImmediate(const SDNode *N, unsigned Opc,
1787 if (!isOpcWithIntImmediate(N, ISD::AND, AndImm))
1804 isOpcWithIntImmediate(Op0->getOperand(0).getNode(), ISD::SRL, SrlImm)) {
1811 isOpcWithIntImmediate(Op0->getOperand(0).getNode(), ISD::SRL,
1818 } else if (isOpcWithIntImmediate(Op0, ISD::SRL, SrlImm)) {
1872 if (!isOpcWithIntImmediate(Op.getNode(), ISD::SRL, ShiftImm) &&
1873 !isOpcWithIntImmediate(Op.getNode(), ISD::SRA, ShiftImm))
1908 if (!isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, AndMask))
1954 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SHL, ShlImm))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 368 // isOpcWithIntImmediate - This method tests to see if the node is a specific
371 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) {
422 if (!isOpcWithIntImmediate(N1.getNode(), ISD::AND, And_imm)) {
423 if (isOpcWithIntImmediate(N0.getNode(), ISD::AND, And_imm))
449 if (!isOpcWithIntImmediate(Srl.getNode(), ISD::SRL, Srl_imm) ||
3149 if (isOpcWithIntImmediate(N, ISD::AND, And_imm)) {
3156 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL,
3207 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SHL, Shl_imm)) {
3229 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, And_imm) &&
3253 if (!isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL, LSB) &
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 625 // isOpcWithIntImmediate - This method tests to see if the node is a specific
628 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) {
5302 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, Imm) &&
5316 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, Imm) &&

Completed in 49 milliseconds