Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.h91 bool isBlockAddress() const { return Kind == XtensaCP::CPBlockAddress; } in isBlockAddress() function
148 return APV->isBlockAddress(); in classof()
H A DXtensaAsmPrinter.cpp69 if (XtensaCPV->isBlockAddress()) { in emitMachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h68 bool isBlockAddress() const { return Kind == CSKYCP::CPBlockAddress; } in isBlockAddress() function
137 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isConstPool(); in classof()
H A DCSKYAsmPrinter.cpp199 if (CCPV->isBlockAddress()) { in emitMachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h350 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function
588 assert(isBlockAddress() && "Wrong MachineOperand accessor"); in getBlockAddress()
631 isTargetIndex() || isBlockAddress()) && in getOffset()
702 isTargetIndex() || isBlockAddress()) && in setOffset()
/freebsd/contrib/llvm-project/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.cpp954 } else if (ACPV->isBlockAddress()) { in emitMachineConstantPoolValue()
H A DARMBaseInstrInfo.cpp1635 else if (ACPV->isBlockAddress()) in duplicateCPV()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp96 if (!(HiOp1.isGlobal() || HiOp1.isCPI() || HiOp1.isBlockAddress()) || in INITIALIZE_PASS()
117 !(LoOp2.isGlobal() || LoOp2.isCPI() || LoOp2.isBlockAddress()) || in INITIALIZE_PASS()
130 } else if (HiOp1.isBlockAddress()) { in INITIALIZE_PASS()
H A DRISCVAsmPrinter.cpp424 if (!Offset.isImm() && !Offset.isGlobal() && !Offset.isBlockAddress() && in PrintAsmMemoryOperand()
434 else if (Offset.isGlobal() || Offset.isBlockAddress() || Offset.isMCSymbol()) in PrintAsmMemoryOperand()
439 if (Offset.isBlockAddress()) { in PrintAsmMemoryOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp676 if (HiOperand.isBlockAddress()) { in emitCombineII()
683 if (LoOperand.isBlockAddress()) { in emitCombineII()
765 if (HiOperand.isBlockAddress()) { in emitCombineIR()
813 if (LoOperand.isBlockAddress()) { in emitCombineRI()
H A DHexagonConstExtenders.cpp695 else if (Op.isBlockAddress()) in ExtRoot()
746 else if (Op.isSymbol() || Op.isGlobal() || Op.isBlockAddress() || in ExtValue()
H A DHexagonBitTracker.cpp235 if (MO.isGlobal() || MO.isBlockAddress() || MO.isSymbol() || MO.isJTI() || in evaluate()
H A DHexagonBitSimplify.cpp2642 if (Op.isGlobal() || Op.isBlockAddress()) in simplifyRCmp0()
2654 if (Op.isGlobal() || Op.isBlockAddress()) in simplifyRCmp0()
H A DHexagonInstrInfo.cpp2177 if (MO.isGlobal() || MO.isSymbol() || MO.isBlockAddress() || in isConstExtended()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp209 MO.isGlobal() || MO.isBlockAddress() || MO.isMCSymbol() || MO.isMBB(); in isValidDispOp()
224 (MO1.isBlockAddress() && MO2.isBlockAddress() && in isSimilarDispOp()
H A DX86FixupLEAs.cpp344 Offset.isBlockAddress(); in hasLEAOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchAsmPrinter.cpp164 else if (OffsetMO.isGlobal() || OffsetMO.isBlockAddress() || in PrintAsmMemoryOperand()
H A DLoongArchMergeBaseOffset.cpp113 return Op.isGlobal() || Op.isCPI() || Op.isBlockAddress(); in INITIALIZE_PASS()
169 } else if (Hi20Op1.isBlockAddress()) { in INITIALIZE_PASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1046 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1130 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1158 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1202 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1242 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1255 if (GlobalToc || MO.isJTI() || MO.isBlockAddress() || in emitInstruction()
1285 MO.isBlockAddress()) && in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp298 if (MI->getOperand(OpNo).isBlockAddress()) { in EmitInlineAsmStr()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp978 BuildMBB->getOperand(1).isBlockAddress() && in processBlockAddr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp2193 if (MOP.isMBB() || MOP.isBlockAddress() || MOP.isCPI() || MOP.isJTI()) in getOutliningType()