Home
last modified time | relevance | path

Searched refs:getBlockAddress (Results 1 – 25 of 73) sorted by relevance

123

/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp48 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp200 cast<CSKYConstantPoolConstant>(CCPV)->getBlockAddress(); in emitMachineConstantPoolValue()
298 MCSymbol *Sym = GetBlockAddressSymbol(MO.getBlockAddress()); in PrintAsmOperand()
H A DCSKYMCInstLower.cpp100 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
H A DCSKYConstantPoolValue.cpp105 const BlockAddress *CSKYConstantPoolConstant::getBlockAddress() const { in getBlockAddress() function in CSKYConstantPoolConstant
H A DCSKYConstantPoolValue.h124 const BlockAddress *getBlockAddress() const;
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kAsmPrinter.cpp54 GetBlockAddressSymbol(MO.getBlockAddress())->print(OS, MAI); in printOperand()
H A DM68kMCInstLower.cpp138 MO, AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress())); in LowerOperand()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp64 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp56 MI, MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in LowerOperand()
/openbsd/gnu/llvm/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp44 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp46 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp684 .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(), in emitCombineII()
692 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineII()
773 .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(), in emitCombineIR()
822 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineRI()
H A DHexagonMCInstLower.cpp182 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP, in HexagonLowerToMC()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp161 Hash = hash_combine(Hash, Val.Disp->getBlockAddress()); in getHashValue()
225 MO1.getBlockAddress() == MO2.getBlockAddress()) || in isSimilarDispOp()
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp91 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp105 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress()), Subtarget); in lowerInstruction()
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp39 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
H A DLanaiAsmPrinter.cpp86 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOperand.cpp331 return getBlockAddress() == Other.getBlockAddress() && in isIdenticalTo()
399 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getBlockAddress(), in hash_value()
906 getBlockAddress()->getFunction()->printAsOperand(OS, /*PrintType=*/false, in print()
909 printIRBlockReference(OS, *getBlockAddress()->getBasicBlock(), MST); in print()
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchMCInstLower.cpp123 MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in lowerLoongArchMachineOperandToMCOperand()
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp94 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp107 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
H A DARMConstantPoolValue.h175 const BlockAddress *getBlockAddress() const;
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp196 GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in LowerPPCMachineOperandToMCOperand()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp116 MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in lowerRISCVMachineOperandToMCOperand()

123