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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp351 // isOpcWithIntImmediate - This method tests to see if the node is a specific
354 static bool isOpcWithIntImmediate(const SDNode *N, unsigned Opc, function
1770 if (!isOpcWithIntImmediate(N, ISD::AND, AndImm))
1787 isOpcWithIntImmediate(Op0->getOperand(0).getNode(), ISD::SRL, SrlImm)) {
1794 isOpcWithIntImmediate(Op0->getOperand(0).getNode(), ISD::SRL,
1801 } else if (isOpcWithIntImmediate(Op0, ISD::SRL, SrlImm)) {
1855 if (!isOpcWithIntImmediate(Op.getNode(), ISD::SRL, ShiftImm) &&
1856 !isOpcWithIntImmediate(Op.getNode(), ISD::SRA, ShiftImm))
1891 if (!isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, AndMask))
1937 if (isOpcWithIntImmediate(
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp362 // isOpcWithIntImmediate - This method tests to see if the node is a specific
365 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) { function
416 if (!isOpcWithIntImmediate(N1.getNode(), ISD::AND, And_imm)) {
417 if (isOpcWithIntImmediate(N0.getNode(), ISD::AND, And_imm))
443 if (!isOpcWithIntImmediate(Srl.getNode(), ISD::SRL, Srl_imm) ||
3037 if (isOpcWithIntImmediate(N, ISD::AND, And_imm)) {
3044 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL,
3095 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SHL, Shl_imm)) {
3117 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, And_imm) &&
3141 if (!isOpcWithIntImmediate(
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp581 // isOpcWithIntImmediate - This method tests to see if the node is a specific
584 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) { function
4938 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, Imm) &&
4952 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, Imm) &&

Completed in 97 milliseconds