| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCMCInstLower.cpp | 62 const GlobalValue *GV = MO.getGlobal(); in GetSymbolFromOperand() 83 StubValueTy(AP.getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 84 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand() 105 StubValueTy(AP.getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 106 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
|
| HD | PPCAsmPrinter.cpp | 195 const GlobalValue *GV = MO.getGlobal(); in printOperand() 438 const GlobalValue *GValue = CalleeMO.getGlobal(); in LowerPATCHPOINT() 483 const GlobalValue *GValue = MO.getGlobal(); in EmitTlsCall() 596 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction() 640 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction() 678 const GlobalValue *GV = MO.getGlobal(); in EmitInstruction() 730 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction() 761 const GlobalValue *GV = MO.getGlobal(); in EmitInstruction() 785 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction() 804 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction() [all …]
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsCCState.cpp | 70 llvm::StringRef Sym = G->getGlobal()->getName(); in getSpecialCallingConvForCallee() 71 Function *F = G->getGlobal()->getParent()->getFunction(Sym); in getSpecialCallingConvForCallee()
|
| HD | MipsMCInstLower.cpp | 77 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64MCInstLower.cpp | 36 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol() 88 const GlobalValue *GV = MO.getGlobal(); in lowerSymbolOperandELF()
|
| HD | AArch64ExpandPseudoInsts.cpp | 651 MIB1.addGlobalAddress(MO1.getGlobal(), 0, Flags | AArch64II::MO_PAGE); in expandMI() 652 MIB2.addGlobalAddress(MO1.getGlobal(), 0, in expandMI()
|
| /NextBSD/contrib/llvm/lib/Target/BPF/ |
| HD | BPFMCInstLower.cpp | 30 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
|
| HD | BPFAsmPrinter.cpp | 67 O << *getSymbol(MO.getGlobal()); in printOperand()
|
| HD | BPFISelLowering.cpp | 352 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), CLI.DL, PtrVT, in LowerCall() 531 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal(); in LowerGlobalAddress()
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonCopyToCombine.cpp | 552 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineII() 560 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineII() 649 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineIR() 698 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineRI()
|
| HD | HexagonMCInstLower.cpp | 88 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP); in HexagonLowerToMC()
|
| HD | HexagonAsmPrinter.cpp | 89 getSymbol(MO.getGlobal())->print(O, MAI); in printOperand()
|
| /NextBSD/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcMCInstLower.cpp | 46 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86MCInstLower.cpp | 159 const GlobalValue *GV = MO.getGlobal(); in GetSymbolFromOperand() 187 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 188 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand() 199 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 200 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand() 213 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 214 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
|
| HD | X86ExpandPseudo.cpp | 100 MIB.addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset(), in ExpandMI()
|
| /NextBSD/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZMCInstLower.cpp | 48 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in getExpr()
|
| /NextBSD/contrib/llvm/lib/Target/XCore/ |
| HD | XCoreMCInstLower.cpp | 46 Symbol = Printer.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
|
| HD | XCoreAsmPrinter.cpp | 224 getSymbol(MO.getGlobal())->print(O, MAI); in printOperand()
|
| /NextBSD/contrib/llvm/lib/Target/MSP430/ |
| HD | MSP430AsmPrinter.cpp | 95 getSymbol(MO.getGlobal())->print(O, MAI); in printOperand()
|
| HD | MSP430MCInstLower.cpp | 38 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMMCInstLower.cpp | 88 GetARMGVSymbol(MO.getGlobal(), MO.getTargetFlags())); in lowerOperand()
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUMCInstLower.cpp | 71 const GlobalValue *GV = MO.getGlobal(); in lower()
|
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXReplaceImageHandles.cpp | 170 const GlobalValue *GV = TexHandleDef.getOperand(1).getGlobal(); in findIndexForHandle()
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineInstrBuilder.h | 218 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off, 220 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | MachineInstr.cpp | 236 return getGlobal() == Other.getGlobal() && getOffset() == Other.getOffset(); in isIdenticalTo() 282 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getGlobal(), in hash_value() 395 getGlobal()->printAsOperand(OS, /*PrintType=*/false, MST); in print()
|