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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 248 /// isBlockAddress - Tests if this is a MO_BlockAddress operand.
249 bool isBlockAddress() const { return OpKind == MO_BlockAddress; }
439 assert(isBlockAddress() && "Wrong MachineOperand accessor");
457 isBlockAddress()) && "Wrong MachineOperand accessor");
511 isBlockAddress()) && "Wrong MachineOperand accessor");
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 102 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; }
178 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA();
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]

Completed in 317 milliseconds