Home
last modified time | relevance | path

Searched refs:isBlockAddress (Results 1 – 4 of 4) 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()
511 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.cpp848 } else if (ACPV->isBlockAddress()) { in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1272 else if (ACPV->isBlockAddress()) in duplicateCPV()