Searched refs:getGlobal (Results 76 - 100 of 121) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp749 const GlobalValue *GV = Info.Callee.getGlobal();
H A DAArch64LegalizerInfo.cpp673 auto GV = MI.getOperand(1).getGlobal();
H A DAArch64InstructionSelector.cpp1943 .addGlobalAddress(Op1.getGlobal(), Op1.getOffset(),
1945 .addGlobalAddress(Op2.getGlobal(), Op2.getOffset(),
2208 auto GV = I.getOperand(1).getGlobal();
2946 const GlobalValue &GV = *I.getOperand(1).getGlobal();
5232 auto GV = Adrp.getOperand(1).getGlobal();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp99 Src0.ChangeToGA(MovSrc.getGlobal(), MovSrc.getOffset(),
H A DAMDGPUAsmPrinter.cpp624 return cast<Function>(Op.getGlobal());
H A DSIFoldOperands.cpp293 Old.ChangeToGA(Fold.OpToFold->getGlobal(), Fold.OpToFold->getOffset(),
H A DAMDGPUISelLowering.cpp1192 FuncName = G->getGlobal()->getName();
1294 const GlobalValue *GV = G->getGlobal();
4533 Align Alignment = GA->getGlobal()->getPointerAlignment(DAG.getDataLayout());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp147 const Constant *GV = MO.getGlobal();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp699 CalleeFn = dyn_cast<Function>(G->getGlobal());
944 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl, MVT::i32, 0, TF);
1247 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), DL, PtrVT, 0, TF);
1910 return DAG.getTargetGlobalAddress(GA->getGlobal(),
2028 const GlobalValue *GV = GA->getGlobal();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1616 AM.GV = G->getGlobal();
2486 cast<GlobalAddressSDNode>(N)->getGlobal()->getAbsoluteSymbolRange();
2627 AM.GV = GA->getGlobal();
2668 Optional<ConstantRange> CR = GA->getGlobal()->getAbsoluteSymbolRange();
2673 Op = CurDAG->getTargetGlobalAddress(GA->getGlobal(), SDLoc(N), VT,
2725 Optional<ConstantRange> CR = GA->getGlobal()->getAbsoluteSymbolRange();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp401 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
1148 const GlobalValue *GV = G->getGlobal();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp898 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl, MVT::i16);
1012 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp407 MIB.addGlobalAddress(TGA->getGlobal(), TGA->getOffset(),
H A DTargetLowering.cpp464 const GlobalValue *GV = GA->getGlobal();
4226 GA = GASD->getGlobal();
4355 Ops.push_back(DAG.getTargetGlobalAddress(GA->getGlobal(), SDLoc(Op),
7257 std::string NameString = ("__emutls_v." + GA->getGlobal()->getName()).str();
7258 Module *VariableModule = const_cast<Module*>(GA->getGlobal()->getParent());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp618 auto GV = MIB->getOperand(1).getGlobal();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp667 const llvm::GlobalValue *GVal = I.getOperand(1).getGlobal();
H A DMipsSEISelDAGToDAG.cpp184 MI.getOperand(0).getGlobal()->getGlobalIdentifier() == "_mcount")
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1409 R = CurDAG->getTargetGlobalAddress(GA->getGlobal(), SDLoc(Const),
2098 if (getUsesInFunction(GANode->getGlobal()) == 1 && Offset->hasOneUse() &&
2105 CurDAG->getTargetGlobalAddress(GANode->getGlobal(), SDLoc(GA.Value),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp885 if (Init *I = Records.getGlobal(Name->getValue()))
2743 if (Records.getGlobal(DeclName->getValue()))
2784 if (Records.getGlobal(DeclName->getValue()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3282 auto *Fn = dyn_cast_or_null<Function>(GSD ? GSD->getGlobal() : nullptr);
4178 const GlobalValue *GV = G->getGlobal();
4648 auto GV = G->getGlobal();
4655 const GlobalValue *GV = G->getGlobal();
4888 return DAG.getTargetGlobalAddress(N->getGlobal(), SDLoc(N), Ty,
4968 const GlobalValue *GV = GN->getGlobal();
5034 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
5206 TLSModel::Model Model = getTargetMachine().getTLSModel(GA->getGlobal());
5227 const GlobalValue *GV = GA->getGlobal();
5329 const GlobalValue *GV = GA->getGlobal();
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3617 const DataLayout &DL = ImmMO.getGlobal()->getParent()->getDataLayout();
3618 if (ImmMO.getGlobal()->getPointerAlignment(DL) < III.ImmMustBeMultipleOf)
4414 dyn_cast<Function>(CallMI.getOperand(0).getGlobal());
H A DPPCFrameLowering.cpp1908 addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset());
1927 addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset());
H A DPPCISelLowering.cpp3057 const GlobalValue *GV = GA->getGlobal();
3148 const GlobalValue *GV = GSDN->getGlobal();
4728 const GlobalValue *GV = G->getGlobal();
4989 return G->getGlobal()->hasHiddenVisibility()
4990 || G->getGlobal()->hasProtectedVisibility();
5171 return G->getGlobal()->getValueType()->isFunctionTy();
5320 const GlobalValue *GV = G ? G->getGlobal() : nullptr;
5362 const GlobalValue *GV = G->getGlobal();
16063 return Subtarget.isGVIndirectSymbol(G->getGlobal());
16804 DAG.getTargetGlobalAddress(GSDN->getGlobal(), D
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp257 MCOp = GetSymbolRef(getSymbol(MO.getGlobal()));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1717 Init *getGlobal(StringRef Name) const { function in class:llvm::final::final::RecordKeeper

Completed in 399 milliseconds

12345