Home
last modified time | relevance | path

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

123

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp48 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/netbsd/external/apache2/llvm/dist/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()
H A DM68kISelDAGToDAG.cpp564 AM.BlockAddr = BA->getBlockAddress(); in matchWrapper()
601 AM.BlockAddr = BA->getBlockAddress(); in matchWrapper()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp161 Hash = hash_combine(Hash, Val.Disp->getBlockAddress()); in getHashValue()
226 MO1.getBlockAddress() == MO2.getBlockAddress()) || in isSimilarDispOp()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp695 .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(), in emitCombineII()
703 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineII()
784 .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(), in emitCombineIR()
833 .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(), in emitCombineRI()
H A DHexagonMCInstLower.cpp170 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP, in HexagonLowerToMC()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp56 MI, MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in LowerOperand()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp64 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in getExpr()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOperand.cpp312 return getBlockAddress() == Other.getBlockAddress() && in isIdenticalTo()
379 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getBlockAddress(), in hash_value()
862 getBlockAddress()->getFunction()->printAsOperand(OS, /*PrintType=*/false, in print()
865 printIRBlockReference(OS, *getBlockAddress()->getBasicBlock(), MST); in print()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp46 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
H A DXCoreAsmPrinter.cpp223 GetBlockAddressSymbol(MO.getBlockAddress())->print(O, MAI); in printOperand()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp96 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress())); in lowerInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp44 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp91 return Printer.GetBlockAddressSymbol(MO.getBlockAddress()); in GetBlockAddressSymbol()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp94 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp138 MCSymbol *Sym = GetBlockAddressSymbol(MO.getBlockAddress()); in PrintAsmOperand()
H A DRISCVMCInstLower.cpp116 MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in LowerRISCVMachineOperandToMCOperand()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp107 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress())); in lowerOperand()
H A DARMConstantPoolValue.h175 const BlockAddress *getBlockAddress() const;
H A DARMConstantPoolValue.cpp187 const BlockAddress *ARMConstantPoolConstant::getBlockAddress() const { in getBlockAddress() function in ARMConstantPoolConstant
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp196 GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in LowerPPCMachineOperandToMCOperand()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp134 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()

123