Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp66 const GlobalValue *GVal, bool IsAma);
73 const GlobalValue *GVal);
128 MachineOperand *RelocOp, const GlobalValue *GVal) { in checkADDrr() argument
170 .addGlobalAddress(GVal); in checkADDrr()
185 .add(Inst->getOperand(1)).addGlobalAddress(GVal); in checkShift()
191 Register &DstReg, const GlobalValue *GVal, bool IsAma) { in processCandidate() argument
221 processDstReg(MRI, DstReg, SrcReg, GVal, true, IsAma); in processCandidate()
260 processInst(MRI, I->getParent(), &*I, GVal); in processDstReg()
294 checkADDrr(MRI, RelocOp, GVal); in processInst()
343 const GlobalValue *GVal = MO.getGlobal(); in removeLD() local
[all …]
H A DBTFDebug.cpp1290 const GlobalValue *GVal = MO.getGlobal(); in processGlobalValue() local
1291 auto *GVar = dyn_cast<GlobalVariable>(GVal); in processGlobalValue()
1294 processFuncPrototypes(dyn_cast<Function>(GVal)); in processGlobalValue()
1507 const GlobalValue *GVal = MO.getGlobal(); in InstLower() local
1508 auto *GVar = dyn_cast<GlobalVariable>(GVal); in InstLower()
1537 const GlobalValue *GVal = MO.getGlobal(); in InstLower() local
1538 auto *GVar = dyn_cast<GlobalVariable>(GVal); in InstLower()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp42 bool TargetMachine::isLargeGlobalValue(const GlobalValue *GVal) const { in isLargeGlobalValue()
46 auto *GO = GVal->getAliaseeObject(); in isLargeGlobalValue()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1143 GlobalValue *GVal = nullptr; in parseAliasOrIFunc() local
1150 GVal = I->second.first; in parseAliasOrIFunc()
1158 GVal = I->second.first; in parseAliasOrIFunc()
1202 if (GVal) { in parseAliasOrIFunc()
1211 GVal->replaceAllUsesWith(GV); in parseAliasOrIFunc()
1212 GVal->eraseFromParent(); in parseAliasOrIFunc()
1316 GlobalValue *GVal = nullptr; in parseGlobal() local
1322 GVal = I->second.first; in parseGlobal()
1330 GVal = I->second.first; in parseGlobal()
1354 if (GVal) { in parseGlobal()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2659 const GlobalValue *GVal = nullptr; in LowerCall() local
2661 GVal = G->getGlobal(); in LowerCall()
2663 !TM.shouldAssumeDSOLocal(*Mod, GVal) && Subtarget->isTargetMachO(); in LowerCall()
2680 DAG.getTargetGlobalAddress(GVal, dl, PtrVt)); in LowerCall()
2685 GVal, ARMPCLabelIndex, ARMCP::CPValue, 0); in LowerCall()
2701 DAG.getTargetGlobalAddress(GVal, dl, PtrVt)); in LowerCall()
2719 bool isDef = GVal->isStrongDefinitionForLinker(); in LowerCall()
2738 if (GVal->hasDLLImportStorageClass()) in LowerCall()
2740 else if (!TM.shouldAssumeDSOLocal(*GVal->getParent(), GVal)) in LowerCall()
2742 Callee = DAG.getTargetGlobalAddress(GVal, dl, PtrVt, /*offset=*/0, in LowerCall()
[all …]