/external/llvm/lib/Target/PowerPC/ |
D | 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()
|
D | PPCAsmPrinter.cpp | 195 const GlobalValue *GV = MO.getGlobal(); in printOperand() 427 const GlobalValue *GValue = MO.getGlobal(); in EmitTlsCall() 540 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction() 584 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction() 622 const GlobalValue *GV = MO.getGlobal(); in EmitInstruction() 674 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction() 705 const GlobalValue *GV = MO.getGlobal(); in EmitInstruction() 729 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction() 748 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction() 808 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 70 llvm::StringRef Sym = G->getGlobal()->getName(); in getSpecialCallingConvForCallee() 71 Function *F = G->getGlobal()->getParent()->getFunction(Sym); in getSpecialCallingConvForCallee()
|
D | MipsMCInstLower.cpp | 77 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCopyToCombine.cpp | 564 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineII() 572 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineII() 614 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineIR() 640 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineRI()
|
D | HexagonMCInstLower.cpp | 74 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP); in HexagonLowerToMC()
|
D | HexagonAsmPrinter.cpp | 88 O << *getSymbol(MO.getGlobal()); in printOperand()
|
/external/llvm/lib/Target/BPF/ |
D | BPFAsmPrinter.cpp | 67 O << *getSymbol(MO.getGlobal()); in printOperand()
|
D | BPFMCInstLower.cpp | 30 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
|
D | BPFISelLowering.cpp | 353 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), CLI.DL, getPointerTy(), in LowerCall() 531 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal(); in LowerGlobalAddress()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64MCInstLower.cpp | 36 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol() 88 const GlobalValue *GV = MO.getGlobal(); in lowerSymbolOperandELF()
|
D | AArch64ExpandPseudoInsts.cpp | 651 MIB1.addGlobalAddress(MO1.getGlobal(), 0, Flags | AArch64II::MO_PAGE); in expandMI() 652 MIB2.addGlobalAddress(MO1.getGlobal(), 0, in expandMI()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcMCInstLower.cpp | 46 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZMCInstLower.cpp | 47 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in getExpr()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreMCInstLower.cpp | 46 Symbol = Printer.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
|
D | XCoreAsmPrinter.cpp | 223 O << *getSymbol(MO.getGlobal()); in printOperand()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430AsmPrinter.cpp | 95 O << *getSymbol(MO.getGlobal()); in printOperand()
|
D | MSP430MCInstLower.cpp | 38 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 154 const GlobalValue *GV = MO.getGlobal(); in GetSymbolFromOperand() 180 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 181 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand() 192 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 193 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand() 206 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 207 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
|
/external/llvm/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 88 GetARMGVSymbol(MO.getGlobal(), MO.getTargetFlags())); in lowerOperand()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXReplaceImageHandles.cpp | 170 const GlobalValue *GV = TexHandleDef.getOperand(1).getGlobal(); in findIndexForHandle()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUMCInstLower.cpp | 71 const GlobalValue *GV = MO.getGlobal(); in lower()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 217 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off, 219 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
D | Variable.java | 96 public boolean getGlobal() in getGlobal() method in Variable
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 213 return getGlobal() == Other.getGlobal() && getOffset() == Other.getOffset(); in isIdenticalTo() 259 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getGlobal(), in hash_value() 368 getGlobal()->printAsOperand(OS, /*PrintType=*/false); in print()
|