HomeSort by relevance Sort by last modified time
    Searched refs:isOpcWithIntImmediate (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 220 // isOpcWithIntImmediate - This method tests to see if the node is a specific
223 static bool isOpcWithIntImmediate(const SDNode *N, unsigned Opc,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 309 // isOpcWithIntImmediate - This method tests to see if the node is a specific
312 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) {
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) ||
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 455 // isOpcWithIntImmediate - This method tests to see if the node is a specific
458 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) {
    [all...]

Completed in 299 milliseconds