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

/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp324 // isOpcWithIntImmediate - This method tests to see if the node is a specific
327 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) { function
1158 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, Imm) &&
1170 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, Imm) &&
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp304 // isOpcWithIntImmediate - This method tests to see if the node is a specific
307 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) { function
358 if (!isOpcWithIntImmediate(N1.getNode(), ISD::AND, And_imm)) {
359 if (isOpcWithIntImmediate(N0.getNode(), ISD::AND, And_imm))
385 if (!isOpcWithIntImmediate(Srl.getNode(), ISD::SRL, Srl_imm) ||
2254 if (isOpcWithIntImmediate(N, ISD::AND, And_imm)) {
2261 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL,
2303 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SHL, Shl_imm)) {

Completed in 124 milliseconds