Searched refs:isGlobal (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp98 if (SymA.isGlobal())
111 if (SymA.isGlobal())
H A DWebAssemblyTargetStreamer.cpp71 assert(Sym->isGlobal());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFGuardLongjmp.cpp84 if (!MO.isGlobal())
H A DRegUsageInfoPropagate.cpp91 if (MO.isGlobal())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.cpp53 assert(MO.isGlobal() || MO.isSymbol());
H A DWebAssemblyLateEHPrepare.cpp287 if (CalleeOp.isGlobal() && CalleeOp.getGlobal()->getName() ==
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h44 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; } function in class:llvm::MCSymbolWasm
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp89 if (MO.isGlobal()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp436 } else if (CalleeMO.isGlobal()) {
668 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) &&
724 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) &&
753 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) &&
783 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) &&
812 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) &&
818 MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal());
850 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() ||
855 (!MO.isGlobal() || Subtarget->isGVIndirectSymbol(MO.getGlobal())) &&
882 assert((MO.isGlobal() || M
[all...]
H A DPPCMCInstLower.cpp40 if (!MO.isGlobal()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h336 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
337 bool isGlobal() const { return OpKind == MO_GlobalAddress; } function
562 assert(isGlobal() && "Wrong MachineOperand accessor");
599 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
669 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp169 assert(TexHandleDef.getOperand(1).isGlobal() && "Load is not a global!");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp89 if (!MOp.isGlobal())
H A DX86OptimizeLEAs.cpp210 MO.isGlobal() || MO.isBlockAddress() || MO.isMCSymbol() || MO.isMBB();
223 (MO1.isGlobal() && MO2.isGlobal() &&
H A DX86InstrBuilder.h111 if (Op3.isGlobal())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp53 assert(FoldOp->isReg() || FoldOp->isGlobal());
70 bool isGlobal() const { return Kind == MachineOperand::MO_GlobalAddress; } function in struct:__anon3971::FoldCandidate
240 if ((Fold.isImm() || Fold.isFI() || Fold.isGlobal()) && Fold.needsShrink()) {
292 if (Fold.isGlobal()) {
405 (OpToFold->isImm() || OpToFold->isFI() || OpToFold->isGlobal())) {
642 OpToFold.isImm() || OpToFold.isFI() || OpToFold.isGlobal();
1175 bool FoldingImm = OpToFold.isImm() || OpToFold.isFI() || OpToFold.isGlobal();
1554 OpToFold.isImm() || OpToFold.isFI() || OpToFold.isGlobal();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h121 addNodeForDecl(FD, FD->isGlobal());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp675 if (HiOperand.isGlobal()) {
682 if (LoOperand.isGlobal()) {
772 if (HiOperand.isGlobal()) {
820 if (LoOperand.isGlobal()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp629 assert(MO.isGlobal() && "caller should check MO.isGlobal");
660 if (MO.isGlobal()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp281 if (!MO.isGlobal())
H A DBTFDebug.cpp1008 if (MO.isGlobal()) {
1072 if (MO.isGlobal()) {
1192 if (MO.isGlobal()) {
1214 if (MO.isGlobal()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h205 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } function in struct:llvm::irsymtab::Symbol
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp144 if (FD->isGlobal() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp122 if (MO.isGlobal()) {

Completed in 344 milliseconds

123