Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h196 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function
368 assert(isBlockAddress() && "Wrong MachineOperand accessor"); in getBlockAddress()
380 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) && in getOffset()
406 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) && in setOffset()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h96 bool isBlockAddress() { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function
DARMAsmPrinter.cpp774 } else if (ACPV->isBlockAddress()) { in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp982 else if (ACPV->isBlockAddress()) in duplicateCPV()