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

  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 81 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; }
157 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA();
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 245 /// isBlockAddress - Tests if this is a MO_BlockAddress operand.
246 bool isBlockAddress() const { return OpKind == MO_BlockAddress; }
434 assert(isBlockAddress() && "Wrong MachineOperand accessor");
447 isBlockAddress()) && "Wrong MachineOperand accessor");
495 isBlockAddress()) && "Wrong MachineOperand accessor");

Completed in 97 milliseconds