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

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp220 // isOpcWithIntImmediate - This method tests to see if the node is a specific
223 static bool isOpcWithIntImmediate(const SDNode *N, unsigned Opc, function
1445 if (!isOpcWithIntImmediate(N, ISD::AND, And_imm))
1462 isOpcWithIntImmediate(Op0->getOperand(0).getNode(), ISD::SRL, Srl_imm)) {
1469 isOpcWithIntImmediate(Op0->getOperand(0).getNode(), ISD::SRL,
1476 } else if (isOpcWithIntImmediate(Op0, ISD::SRL, Srl_imm)) {
1532 if (!isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, And_mask))
1578 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SHL, Shl_imm)) {
1933 if (isOpcWithIntImmediate(Op.getNode(), ISD::AND, AndImm)) {
1944 if (!isOpcWithIntImmediate(O
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp309 // isOpcWithIntImmediate - This method tests to see if the node is a specific
312 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) { function
363 if (!isOpcWithIntImmediate(N1.getNode(), ISD::AND, And_imm)) {
364 if (isOpcWithIntImmediate(N0.getNode(), ISD::AND, And_imm))
390 if (!isOpcWithIntImmediate(Srl.getNode(), ISD::SRL, Srl_imm) ||
2337 if (isOpcWithIntImmediate(N, ISD::AND, And_imm)) {
2344 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL,
2386 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SHL, Shl_imm)) {
2408 if (!isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL, LSB) &&
2409 !isOpcWithIntImmediate(
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp453 // isOpcWithIntImmediate - This method tests to see if the node is a specific
456 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) { function
2685 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, Imm) &&
2698 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, Imm) &&

Completed in 76 milliseconds