Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h252 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function
442 assert(isBlockAddress() && "Wrong MachineOperand accessor"); in getBlockAddress()
460 isTargetIndex() || isBlockAddress()) && in getOffset()
520 isTargetIndex() || isBlockAddress()) && in setOffset()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h101 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function
175 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA(); in classof()
DARMAsmPrinter.cpp914 } else if (ACPV->isBlockAddress()) { in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1389 else if (ACPV->isBlockAddress()) in duplicateCPV()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp589 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction()
597 else if (MO.isBlockAddress()) in EmitInstruction()
633 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction()
641 else if (MO.isBlockAddress()) in EmitInstruction()
665 MO.isBlockAddress()) && in EmitInstruction()
679 } else if (MO.isBlockAddress()) { in EmitInstruction()
683 if (GlobalToc || MO.isJTI() || MO.isBlockAddress() || in EmitInstruction()
704 MO.isBlockAddress()) && in EmitInstruction()
710 else if (MO.isBlockAddress()) { in EmitInstruction()
/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp566 if (HiOperand.isBlockAddress()) { in emitCombineII()
573 if (LoOperand.isBlockAddress()) { in emitCombineII()
655 if (HiOperand.isBlockAddress()) { in emitCombineIR()
703 if (LoOperand.isBlockAddress()) { in emitCombineRI()
DHexagonSplitConst32AndConst64.cpp92 MI->getOperand(1).isBlockAddress()) { in runOnMachineFunction()
DHexagonBitTracker.cpp170 if (MO.isGlobal() || MO.isBlockAddress() || MO.isSymbol() || MO.isJTI() || in evaluate()
DHexagonInstrInfo.cpp1681 if (MO.isGlobal() || MO.isSymbol() || MO.isBlockAddress() || in isConstExtended()