/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kAsmPrinter.cpp | 54 GetBlockAddressSymbol(MO.getBlockAddress())->print(OS, MAI); in printOperand() 147 GetBlockAddressSymbol(MO.getBlockAddress())->print(OS, MAI); in PrintAsmMemoryOperand()
|
H A D | M68kMCInstLower.cpp | 153 MO, AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress())); in LowerOperand()
|
/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaAsmPrinter.cpp | 70 cast<XtensaConstantPoolConstant>(ACPV)->getBlockAddress(); in emitMachineConstantPoolValue() 241 Symbol = GetBlockAddressSymbol(MO.getBlockAddress()); in lowerOperand()
|
H A D | XtensaConstantPoolValue.cpp | 85 const BlockAddress *XtensaConstantPoolConstant::getBlockAddress() const { in getBlockAddress() function in XtensaConstantPoolConstant
|
H A D | XtensaConstantPoolValue.h | 135 const BlockAddress *getBlockAddress() const;
|
/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYAsmPrinter.cpp | 202 cast<CSKYConstantPoolConstant>(CCPV)->getBlockAddress(); in emitMachineConstantPoolValue() 300 MCSymbol *Sym = GetBlockAddressSymbol(MO.getBlockAddress()); in PrintAsmOperand()
|
H A D | CSKYMCInstLower.cpp | 100 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
|
H A D | CSKYConstantPoolValue.cpp | 105 const BlockAddress *CSKYConstantPoolConstant::getBlockAddress() const { in getBlockAddress() function in CSKYConstantPoolConstant
|
/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcMCInstLower.cpp | 48 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCopyToCombine.cpp | 685 .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(), in emitCombineII() 693 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineII() 774 .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(), in emitCombineIR() 823 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineRI()
|
H A D | HexagonMCInstLower.cpp | 181 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP, in HexagonLowerToMC()
|
/llvm-project/llvm/lib/Target/VE/ |
H A D | VEMCInstLower.cpp | 56 MI, MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in LowerOperand()
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZMCInstLower.cpp | 64 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 161 Hash = hash_combine(Hash, Val.Disp->getBlockAddress()); in getHashValue() 225 MO1.getBlockAddress() == MO2.getBlockAddress()) || in isSimilarDispOp()
|
/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCMCInstLower.cpp | 44 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreMCInstLower.cpp | 46 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineOperand.cpp | 349 return getBlockAddress() == Other.getBlockAddress() && in isIdenticalTo() 418 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getBlockAddress(), in hash_value() 933 getBlockAddress()->getFunction()->printAsOperand(OS, /*PrintType=*/false, in print() 936 printIRBlockReference(OS, *getBlockAddress()->getBasicBlock(), MST); in print()
|
/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRMCInstLower.cpp | 105 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress()), Subtarget); in lowerInstruction()
|
/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430MCInstLower.cpp | 91 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
|
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiMCInstLower.cpp | 38 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
|
H A D | LanaiAsmPrinter.cpp | 80 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAsmPrinter.cpp | 91 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
|
/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchMCInstLower.cpp | 175 MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in lowerLoongArchMachineOperandToMCOperand()
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVMergeBaseOffset.cpp | 133 << *HiOp1.getBlockAddress() << "\n"); in INITIALIZE_PASS() 516 MO.ChangeToBA(ImmOp.getBlockAddress(), ImmOp.getOffset(), in foldIntoMemoryOps()
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMMCInstLower.cpp | 123 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
|