Searched refs:isBlockAddress (Results 1 – 4 of 4) sorted by relevance
196 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function368 assert(isBlockAddress() && "Wrong MachineOperand accessor"); in getBlockAddress()380 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) && in getOffset()406 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) && in setOffset()
96 bool isBlockAddress() { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function
774 } else if (ACPV->isBlockAddress()) { in EmitMachineConstantPoolValue()
982 else if (ACPV->isBlockAddress()) in duplicateCPV()