/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYConstantPoolValue.h | 68 bool isBlockAddress() const { return Kind == CSKYCP::CPBlockAddress; } in isBlockAddress() function 137 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isConstPool(); in classof()
|
H A D | CSKYAsmPrinter.cpp | 198 if (CCPV->isBlockAddress()) { in emitMachineConstantPoolValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaConstantPoolValue.h | 91 bool isBlockAddress() const { return Kind == XtensaCP::CPBlockAddress; } in isBlockAddress() function 148 return APV->isBlockAddress(); in classof()
|
H A D | XtensaAsmPrinter.cpp | 67 if (ACPV->isBlockAddress()) { in emitMachineConstantPoolValue()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 350 /// 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 D | ARMConstantPoolValue.h | 109 bool isBlockAddress() const { return Kind == ARMCP::CPBlockAddress; } in isBlockAddress() function 199 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA() || in classof()
|
H A D | ARMAsmPrinter.cpp | 946 } else if (ACPV->isBlockAddress()) { in emitMachineConstantPoolValue()
|
H A D | ARMBaseInstrInfo.cpp | 1792 else if (ACPV->isBlockAddress()) in duplicateCPV()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVMergeBaseOffset.cpp | 97 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 D | RISCVAsmPrinter.cpp | 386 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 D | HexagonCopyToCombine.cpp | 683 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 D | HexagonConstExtenders.cpp | 708 else if (Op.isBlockAddress()) in ExtRoot() 759 else if (Op.isSymbol() || Op.isGlobal() || Op.isBlockAddress() || in ExtValue()
|
H A D | HexagonBitTracker.cpp | 243 if (MO.isGlobal() || MO.isBlockAddress() || MO.isSymbol() || MO.isJTI() || in evaluate()
|
H A D | HexagonBitSimplify.cpp | 2664 if (Op.isGlobal() || Op.isBlockAddress()) in simplifyRCmp0() 2676 if (Op.isGlobal() || Op.isBlockAddress()) in simplifyRCmp0()
|
H A D | HexagonInstrInfo.cpp | 2174 if (MO.isGlobal() || MO.isSymbol() || MO.isBlockAddress() || in isConstExtended()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 209 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 D | PPCAsmPrinter.cpp | 1041 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 D | AsmPrinterInlineAsm.cpp | 298 if (MI->getOperand(OpNo).isBlockAddress()) { in EmitInlineAsmStr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPreLegalizer.cpp | 775 BuildMBB->getOperand(1).isBlockAddress() && in processSwitches()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 1881 if (MOP.isMBB() || MOP.isBlockAddress() || MOP.isCPI() || MOP.isJTI()) in getOutliningType()
|