Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h348 bool isBlockAddress() const { return OpKind == MO_BlockAddress; } in isBlockAddress() function
585 assert(isBlockAddress() && "Wrong MachineOperand accessor"); in getBlockAddress()
628 isTargetIndex() || isBlockAddress()) && in getOffset()
698 isTargetIndex() || isBlockAddress()) && in setOffset()
/openbsd-src/gnu/llvm/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.cpp929 } else if (ACPV->isBlockAddress()) { in emitMachineConstantPoolValue()
H A DARMBaseInstrInfo.cpp1791 else if (ACPV->isBlockAddress()) in duplicateCPV()
/openbsd-src/gnu/llvm/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.cpp2172 if (MO.isGlobal() || MO.isSymbol() || MO.isBlockAddress() || in isConstExtended()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp925 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1013 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1050 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1082 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1113 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
1122 if (GlobalToc || MO.isJTI() || MO.isBlockAddress() || in emitInstruction()
1153 MO.isBlockAddress()) && in emitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp296 if (MI->getOperand(OpNo).isBlockAddress()) { in EmitInlineAsmStr()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1948 if (MO.isMBB() || MO.isBlockAddress() || MO.isCPI() || MO.isJTI()) in getOutliningType()