Home
last modified time | relevance | path

Searched refs:isBlockAddress (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h249 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function
439 assert(isBlockAddress() && "Wrong MachineOperand accessor"); in getBlockAddress()
457 isBlockAddress()) && "Wrong MachineOperand accessor"); in getOffset()
516 isBlockAddress()) && "Wrong MachineOperand accessor"); in setOffset()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h102 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function
178 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA(); in classof()
DARMAsmPrinter.cpp881 } else if (ACPV->isBlockAddress()) { in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1371 else if (ACPV->isBlockAddress()) in duplicateCPV()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp537 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction()
545 else if (MO.isBlockAddress()) in EmitInstruction()
581 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction()
589 else if (MO.isBlockAddress()) in EmitInstruction()
613 MO.isBlockAddress()) && in EmitInstruction()
633 else if (MO.isBlockAddress()) in EmitInstruction()
637 MO.isJTI() || MO.isBlockAddress() || in EmitInstruction()
658 MO.isBlockAddress()) && in EmitInstruction()
664 else if (MO.isBlockAddress()) { in EmitInstruction()
/external/llvm/lib/Target/Hexagon/
DHexagonSplitConst32AndConst64.cpp98 MI->getOperand(1).isBlockAddress()) { in runOnMachineFunction()
DHexagonInstrInfo.cpp1762 if (MO.isGlobal() || MO.isSymbol() || MO.isBlockAddress()) in isConstExtended()