HomeSort by relevance Sort by last modified time
    Searched refs:isBlockAddress (Results 1 - 7 of 7) 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");
516 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...]
  /external/llvm/lib/Target/Hexagon/
HexagonSplitConst32AndConst64.cpp 98 MI->getOperand(1).isBlockAddress()) {
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 537 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress());
545 else if (MO.isBlockAddress())
581 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress());
589 else if (MO.isBlockAddress())
613 MO.isBlockAddress()) &&
633 else if (MO.isBlockAddress())
637 MO.isJTI() || MO.isBlockAddress() ||
658 MO.isBlockAddress()) &&
664 else if (MO.isBlockAddress()) {
    [all...]

Completed in 1570 milliseconds