Home
last modified time | relevance | path

Searched refs:GVal (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp65 const GlobalValue *GVal, bool IsAma);
67 Register &SrcReg, const GlobalValue *GVal,
70 MachineOperand *RelocOp, const GlobalValue *GVal);
72 const GlobalValue *GVal);
74 MachineOperand *RelocOp, const GlobalValue *GVal,
131 MachineOperand *RelocOp, const GlobalValue *GVal) { in checkADDrr() argument
173 .addGlobalAddress(GVal); in checkADDrr()
179 MachineBasicBlock &MBB, MachineOperand *RelocOp, const GlobalValue *GVal, in checkShift() argument
188 .add(Inst->getOperand(1)).addGlobalAddress(GVal); in checkShift()
194 Register &DstReg, const GlobalValue *GVal, bool IsAma) { in processCandidate() argument
[all …]
H A DBTFDebug.cpp1409 const GlobalValue *GVal = MO.getGlobal(); in processGlobalValue() local
1410 auto *GVar = dyn_cast<GlobalVariable>(GVal); in processGlobalValue()
1413 processFuncPrototypes(dyn_cast<Function>(GVal)); in processGlobalValue()
1648 const GlobalValue *GVal = MO.getGlobal(); in InstLower() local
1649 auto *GVar = dyn_cast<GlobalVariable>(GVal); in InstLower()
1673 const GlobalValue *GVal = MO.getGlobal(); in InstLower() local
1674 auto *GVar = dyn_cast<GlobalVariable>(GVal); in InstLower()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp133 const GlobalValue *GVal = M.getNamedValue(ComdatName); in getComdatLeader() local
134 if (const auto *GA = dyn_cast_or_null<GlobalAlias>(GVal)) { in getComdatLeader()
135 GVal = GA->getAliaseeObject(); in getComdatLeader()
136 if (!GVal) in getComdatLeader()
142 GVar = dyn_cast_or_null<GlobalVariable>(GVal); in getComdatLeader()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp56 bool TargetMachine::isLargeGlobalValue(const GlobalValue *GVal) const { in isLargeGlobalValue()
66 auto *GO = GVal->getAliaseeObject(); in isLargeGlobalValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp662 const llvm::GlobalValue *GVal = I.getOperand(1).getGlobal(); in select() local
668 .addGlobalAddress(GVal); in select()
683 if (GVal->hasLocalLinkage()) { in select()
691 .addGlobalAddress(GVal); in select()
701 .addGlobalAddress(GVal); in select()
710 .addGlobalAddress(GVal); in select()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1212 GlobalValue *GVal = nullptr; in parseAliasOrIFunc() local
1219 GVal = I->second.first; in parseAliasOrIFunc()
1227 GVal = I->second.first; in parseAliasOrIFunc()
1269 if (GVal) { in parseAliasOrIFunc()
1271 if (GVal->getType() != GV->getType()) in parseAliasOrIFunc()
1278 GVal->replaceAllUsesWith(GV); in parseAliasOrIFunc()
1279 GVal->eraseFromParent(); in parseAliasOrIFunc()
1383 GlobalValue *GVal = nullptr; in parseGlobal() local
1389 GVal = I->second.first; in parseGlobal()
1402 GVal = I->second.first; in parseGlobal()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2797 const GlobalValue *GVal = nullptr; in LowerCall() local
2799 GVal = G->getGlobal(); in LowerCall()
2800 bool isStub = !TM.shouldAssumeDSOLocal(GVal) && Subtarget->isTargetMachO(); in LowerCall()
2817 DAG.getTargetGlobalAddress(GVal, dl, PtrVt)); in LowerCall()
2822 GVal, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall()
2838 DAG.getTargetGlobalAddress(GVal, dl, PtrVt)); in LowerCall()
2856 bool isDef = GVal->isStrongDefinitionForLinker(); in LowerCall()
2865 DAG.getTargetGlobalAddress(GVal, dl, PtrVt, 0, ARMII::MO_NONLAZY)); in LowerCall()
2875 if (GVal->hasDLLImportStorageClass()) in LowerCall()
2877 else if (!TM.shouldAssumeDSOLocal(GVal)) in LowerCall()
[all …]