Home
last modified time | relevance | path

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

/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.cpp198 if (CCPV->isBlockAddress()) { in emitMachineConstantPoolValue()
/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.cpp67 if (ACPV->isBlockAddress()) { in emitMachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h350 /// isBlockAddress - Tests if this is a MO_BlockAddress operand.
351 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function
588 assert(isBlockAddress() && "Wrong MachineOperand accessor"); in getBlockAddress()
631 isTargetIndex() || isBlockAddress()) && in getOffset()
701 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.cpp946 } else if (ACPV->isBlockAddress()) { in emitMachineConstantPoolValue()
H A DARMBaseInstrInfo.cpp1792 else if (ACPV->isBlockAddress()) in duplicateCPV()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp97 if (!(HiOp1.isGlobal() || HiOp1.isCPI() || HiOp1.isBlockAddress()) || in INITIALIZE_PASS()
118 !(LoOp2.isGlobal() || LoOp2.isCPI() || LoOp2.isBlockAddress()) || in INITIALIZE_PASS()
131 } else if (HiOp1.isBlockAddress()) { in INITIALIZE_PASS()
H A DRISCVAsmPrinter.cpp386 if (!Offset.isImm() && !Offset.isGlobal() && !Offset.isBlockAddress() && in PrintAsmMemoryOperand()
396 else if (Offset.isGlobal() || Offset.isBlockAddress() || Offset.isMCSymbol()) in PrintAsmMemoryOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp683 if (HiOperand.isBlockAddress()) { in emitCombineII()
690 if (LoOperand.isBlockAddress()) { in emitCombineII()
772 if (HiOperand.isBlockAddress()) { in emitCombineIR()
820 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.cpp2664 if (Op.isGlobal() || Op.isBlockAddress()) in simplifyRCmp0()
2676 if (Op.isGlobal() || Op.isBlockAddress()) in simplifyRCmp0()
H A DHexagonInstrInfo.cpp2174 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1041 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1129 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1158 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1203 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1245 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1258 if (GlobalToc || MO.isJTI() || MO.isBlockAddress() || in emitInstruction()
1289 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.cpp775 BuildMBB->getOperand(1).isBlockAddress() && in processSwitches()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1881 if (MOP.isMBB() || MOP.isBlockAddress() || MOP.isCPI() || MOP.isJTI()) in getOutliningType()