Searched refs:isGlobal (Results 26 - 50 of 68) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp308 if (Operand1.isImm() || Operand1.isGlobal())
H A DSparcAsmPrinter.cpp298 if (MO.isGlobal() || MO.isSymbol() || MO.isCPI()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp152 if (WasmSym->isGlobal())
H A DWebAssemblyRegStackify.cpp146 if (MO.isGlobal()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h118 MI.getOperand(Op + X86::AddrDisp).isGlobal() ||
H A DX86ExpandPseudo.cpp246 if (JumpTarget.isGlobal()) {
H A DX86MCInstLower.cpp143 if (MO.isGlobal() && TT.isOSBinFormatELF())
147 assert((MO.isGlobal() || MO.isSymbol() || MO.isMBB()) &&
171 if (MO.isGlobal()) {
195 assert(MO.isGlobal() && "Extern symbol not handled yet");
206 assert(MO.isGlobal() && "Extern symbol not handled yet");
H A DX86FixupLEAs.cpp326 return (Offset.isImm() && Offset.getImm() != 0) || Offset.isGlobal();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp217 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI());
219 if (MO.isGlobal())
H A DHexagonInstrInfo.cpp2085 if (MO.isGlobal() || MO.isSymbol() || MO.isBlockAddress() ||
2615 if (Op.isGlobal() || Op.isSymbol())
4146 (MI.getOperand(1).isGlobal() &&
4149 (MI.getOperand(2).isGlobal() &&
4161 (MI.getOperand(2).isGlobal() && MI.getOperand(2).getOffset() == 0)))
4171 (MI.getOperand(1).isGlobal() && MI.getOperand(1).getOffset() == 0)))
H A DHexagonOptAddrMode.cpp698 !MI->getOperand(1).isGlobal()) &&
H A DHexagonConstExtenders.cpp706 else if (Op.isGlobal())
759 else if (Op.isSymbol() || Op.isGlobal() || Op.isBlockAddress() ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp528 Info.Callee.isGlobal() && TM.isPositionIndependent();
568 if (Info.Callee.isGlobal()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp551 !RelEntry.Symbol->isGlobal()) {
1245 } else if (WS.isGlobal()) {
1449 } else if (WS.isGlobal()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp91 if (FD->isGlobal() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp559 if (!MO.isGlobal())
H A DRDFGraph.cpp233 return Op.isMBB() || Op.isGlobal() || Op.isSymbol();
239 else if (T->isGlobal())
624 if (O.isGlobal() || O.isSymbol())
1259 if (Op.isGlobal() || Op.isSymbol())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp177 if (!MO.isGlobal()) continue;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp782 if (MO1.isGlobal()) {
814 if (MO1.isGlobal()) {
H A DAArch64FalkorHWPFFix.cpp666 else if (LI.OffsetOpnd->isGlobal() || LI.OffsetOpnd->isSymbol() ||
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h255 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp748 if (Info.Callee.isGlobal()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp98 } else if (MovSrc.isGlobal()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp656 } else if (CalleeMO.isGlobal()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp199 assert(MO.isGlobal() && "caller should check MO.isGlobal");
1528 else if (MI->getOperand(1).isGlobal()) {

Completed in 391 milliseconds

123