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 206 // isOpcWithIntImmediate - This method tests to see if the node is a specific
209 static bool isOpcWithIntImmediate(const SDNode *N, unsigned Opc,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 295 // isOpcWithIntImmediate - This method tests to see if the node is a specific
298 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) {
349 if (!isOpcWithIntImmediate(N1.getNode(), ISD::AND, And_imm)) {
350 if (isOpcWithIntImmediate(N0.getNode(), ISD::AND, And_imm))
376 if (!isOpcWithIntImmediate(Srl.getNode(), ISD::SRL, Srl_imm) ||
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 338 // isOpcWithIntImmediate - This method tests to see if the node is a specific
341 static bool isOpcWithIntImmediate(SDNode *N, unsigned Opc, unsigned& Imm) {
    [all...]

Completed in 166 milliseconds