Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h67 bool isBlockAddress() const { return Kind == CSKYCP::CPBlockAddress; } in isBlockAddress() function
130 return APV->isGlobalValue() || APV->isBlockAddress(); in classof()
H A DCSKYAsmPrinter.cpp198 if (CCPV->isBlockAddress()) { in emitMachineConstantPoolValue()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h342 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function
578 assert(isBlockAddress() && "Wrong MachineOperand accessor"); in getBlockAddress()
611 isTargetIndex() || isBlockAddress()) && in getOffset()
681 isTargetIndex() || isBlockAddress()) && in setOffset()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h109 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function
199 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() || in classof()
H A DARMAsmPrinter.cpp931 } else if (ACPV->isBlockAddress()) { in emitMachineConstantPoolValue()
H A DARMBaseInstrInfo.cpp1786 else if (ACPV->isBlockAddress()) in duplicateCPV()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp682 if (HiOperand.isBlockAddress()) { in emitCombineII()
689 if (LoOperand.isBlockAddress()) { in emitCombineII()
771 if (HiOperand.isBlockAddress()) { in emitCombineIR()
819 if (LoOperand.isBlockAddress()) { in emitCombineRI()
H A DHexagonConstExtenders.cpp708 else if (Op.isBlockAddress()) in ExtRoot()
759 else if (Op.isSymbol() || Op.isGlobal() || Op.isBlockAddress() || in ExtValue()
H A DHexagonBitTracker.cpp243 if (MO.isGlobal() || MO.isBlockAddress() || MO.isSymbol() || MO.isJTI() || in evaluate()
H A DHexagonBitSimplify.cpp2663 if (Op.isGlobal() || Op.isBlockAddress()) in simplifyRCmp0()
2675 if (Op.isGlobal() || Op.isBlockAddress()) in simplifyRCmp0()
H A DHexagonInstrInfo.cpp2165 if (MO.isGlobal() || MO.isSymbol() || MO.isBlockAddress() || in isConstExtended()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp210 MO.isGlobal() || MO.isBlockAddress() || MO.isMCSymbol() || MO.isMBB(); in isValidDispOp()
225 (MO1.isBlockAddress() && MO2.isBlockAddress() && in isSimilarDispOp()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp853 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
941 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
978 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1010 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1041 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1050 if (GlobalToc || MO.isJTI() || MO.isBlockAddress() || in emitInstruction()
1081 MO.isBlockAddress()) && in emitInstruction()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp296 if (MI->getOperand(OpNo).isBlockAddress()) { in EmitInlineAsmStr()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1354 if (MO.isMBB() || MO.isBlockAddress() || MO.isCPI() || MO.isJTI()) in getOutliningType()