Searched refs:isOpcWithIntImmediate (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp297 // isOpcWithIntImmediate - This method tests to see if the node is a specific
300 static bool isOpcWithIntImmediate(const SDNode *N, unsigned Opc, function
1595 if (!isOpcWithIntImmediate(N, ISD::AND, AndImm))
1612 isOpcWithIntImmediate(Op0->getOperand(0).getNode(), ISD::SRL, SrlImm)) {
1619 isOpcWithIntImmediate(Op0->getOperand(0).getNode(), ISD::SRL,
1626 } else if (isOpcWithIntImmediate(Op0, ISD::SRL, SrlImm)) {
1680 if (!isOpcWithIntImmediate(Op.getNode(), ISD::SRL, ShiftImm) &&
1681 !isOpcWithIntImmediate(Op.getNode(), ISD::SRA, ShiftImm))
1716 if (!isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, AndMask))
1762 if (isOpcWithIntImmediate(
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp342 // isOpcWithIntImmediate - This method tests to see if the node is a specific
345 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) { function
396 if (!isOpcWithIntImmediate(N1.getNode(), ISD::AND, And_imm)) {
397 if (isOpcWithIntImmediate(N0.getNode(), ISD::AND, And_imm))
423 if (!isOpcWithIntImmediate(Srl.getNode(), ISD::SRL, Srl_imm) ||
2831 if (isOpcWithIntImmediate(N, ISD::AND, And_imm)) {
2838 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL,
2889 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SHL, Shl_imm)) {
2911 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, And_imm) &&
2935 if (!isOpcWithIntImmediate(
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp566 // isOpcWithIntImmediate - This method tests to see if the node is a specific
569 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) { function
4812 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, Imm) &&
4826 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, Imm) &&

Completed in 131 milliseconds