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; }
159 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA();
ARMAsmPrinter.cpp 853 } else if (ACPV->isBlockAddress()) {
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 210 /// isBlockAddress - Tests if this is a MO_BlockAddress operand.
211 bool isBlockAddress() const { return OpKind == MO_BlockAddress; }
392 assert(isBlockAddress() && "Wrong MachineOperand accessor");
404 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&
430 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&

Completed in 294 milliseconds