Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp66 const GlobalValue *GVal, bool IsAma);
73 const GlobalValue *GVal);
103 MachineOperand *RelocOp, const GlobalValue *GVal) { in checkADDrr() argument
149 .addGlobalAddress(GVal); in checkADDrr()
164 .add(Inst->getOperand(1)).addGlobalAddress(GVal); in checkShift()
170 Register &DstReg, const GlobalValue *GVal, bool IsAma) { in processCandidate() argument
200 processDstReg(MRI, DstReg, SrcReg, GVal, true, IsAma); in processCandidate()
215 processInst(MRI, I->getParent(), &*I, GVal); in processDstReg()
249 checkADDrr(MRI, RelocOp, GVal); in processInst()
298 const GlobalValue *GVal = MO.getGlobal(); in removeLD() local
[all …]
H A DBTFDebug.cpp1264 const GlobalValue *GVal = MO.getGlobal(); in processGlobalValue() local
1265 auto *GVar = dyn_cast<GlobalVariable>(GVal); in processGlobalValue()
1268 processFuncPrototypes(dyn_cast<Function>(GVal)); in processGlobalValue()
1471 const GlobalValue *GVal = MO.getGlobal(); in InstLower() local
1472 auto *GVar = dyn_cast<GlobalVariable>(GVal); in InstLower()
1502 const GlobalValue *GVal = MO.getGlobal(); in InstLower() local
1503 auto *GVar = dyn_cast<GlobalVariable>(GVal); in InstLower()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFLGraph.h206 if (auto GVal = dyn_cast<GlobalValue>(Val)) { variable
207 if (Graph.addNode(InstantiatedValue{GVal, 0},
208 getGlobalOrArgAttrFromValue(*GVal)))
209 Graph.addNode(InstantiatedValue{GVal, 1}, getAttrUnknown());
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp667 const llvm::GlobalValue *GVal = I.getOperand(1).getGlobal(); in select() local
673 .addGlobalAddress(GVal); in select()
688 if (GVal->hasLocalLinkage()) { in select()
696 .addGlobalAddress(GVal); in select()
706 .addGlobalAddress(GVal); in select()
715 .addGlobalAddress(GVal); in select()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp1029 GlobalValue *GVal = nullptr; in parseAliasOrIFunc() local
1036 GVal = I->second.first; in parseAliasOrIFunc()
1044 GVal = I->second.first; in parseAliasOrIFunc()
1088 if (GVal) { in parseAliasOrIFunc()
1097 GVal->replaceAllUsesWith(GV); in parseAliasOrIFunc()
1098 GVal->eraseFromParent(); in parseAliasOrIFunc()
1198 GlobalValue *GVal = nullptr; in parseGlobal() local
1204 GVal = I->second.first; in parseGlobal()
1212 GVal = I->second.first; in parseGlobal()
1236 if (GVal) { in parseGlobal()
[all …]