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 880 } else if (ACPV->isBlockAddress()) {
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 223 /// isBlockAddress - Tests if this is a MO_BlockAddress operand.
224 bool isBlockAddress() const { return OpKind == MO_BlockAddress; }
421 assert(isBlockAddress() && "Wrong MachineOperand accessor");
433 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&
481 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&

Completed in 951 milliseconds