| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InlineCost.h | 107 assert((isVariable() || Reason) && in Cost() 131 bool isVariable() const { return !isAlways() && !isNever(); } in isVariable() function 136 assert(isVariable() && "Invalid access of InlineCost"); in getCost() 142 assert(isVariable() && "Invalid access of InlineCost"); in getThreshold() 151 assert((Reason || isVariable()) && in getReason()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSymbol.h | 269 assert(!isVariable() && "Cannot set fragment of variable"); in setFragment() 293 bool isVariable() const { in isVariable() function 299 assert(isVariable() && "Invalid accessor!"); 394 if (Fragment || !isVariable())
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCExpr.cpp | 624 if (FA == FB && !SA.isVariable() && !SA.isUnset() && !SB.isVariable() && in AttemptToFoldSymbolOffsetDifference() 657 if (SA.isVariable() || SA.isUnset() || SB.isVariable() || SB.isUnset() || in AttemptToFoldSymbolOffsetDifference() 798 if (Sym.isVariable() && (Kind == MCSymbolRefExpr::VK_None || Layout) && in evaluateAsRelocatableImpl()
|
| H A D | MCObjectStreamer.cpp | 156 Hi->isVariable() || Lo->isVariable()) in absoluteSymbolDiff() 735 if (Symbol.isVariable()) { in getOffsetAndDataFragment() 766 if (SRE.getSymbol().isVariable()) in getOffsetAndDataFragment()
|
| H A D | MCFragment.cpp | 117 if (!S.isVariable()) in getSymbolOffsetImpl() 163 if (!Symbol.isVariable()) in getBaseSymbol()
|
| H A D | MachObjectWriter.cpp | 92 if (S.isVariable()) { in getSymbolAddress() 330 while (S->isVariable()) { in findAliasedSymbol() 673 if (A.isVariable() || B.isVariable()) in isSymbolRefDifferenceFullyResolvedImpl()
|
| H A D | ELFObjectWriter.cpp | 504 if (!Symbol->isVariable() || in isIFunc() 552 while (Sym->isVariable()) { in writeSymbol() 578 if (Symbol.isVariable()) { in isInSymtab() 596 if (Symbol.isVariable() && Symbol.isUndefined()) { in isInSymtab() 1427 if (SymA && SymA->isVariable()) { in recordRelocation()
|
| H A D | WasmObjectWriter.cpp | 473 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) { in executePostLayoutBinding() 537 if (SymA->isVariable()) { in recordRelocation() 1580 << " isVariable=" << WS.isVariable() << "\n"); in writeOneObject() 1582 if (WS.isVariable()) in writeOneObject() 1731 if (!S.isVariable()) in writeOneObject()
|
| H A D | MCMachOStreamer.cpp | 513 !Symbol.isVariable()) { in finishImpl()
|
| H A D | WinCOFFObjectWriter.cpp | 365 if (!Symbol.isVariable()) in getLinkedSymbol() 438 (!MCSym.getFragment() && !MCSym.isVariable()); in DefineSymbol()
|
| H A D | MCStreamer.cpp | 426 if (!Symbol->isUndefined() || Symbol->isVariable()) in emitLabel() 430 assert(!Symbol->isVariable() && "Cannot emit a variable symbol!"); in emitLabel()
|
| H A D | MCAssembler.cpp | 139 if (!Symbol->isVariable()) in isThumbFunc()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 244 } else if (Symbol->isInSection() && !Symbol->isVariable()) { in RecordX86_64Relocation() 251 } else if (Symbol->isVariable()) { in RecordX86_64Relocation() 565 if (A->isVariable()) { in RecordX86Relocation()
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | MCInstrDescView.h | 74 bool isVariable() const;
|
| H A D | MCInstrDescView.cpp | 52 bool Operand::isVariable() const { return VariableIndex.has_value(); } in isVariable() function in llvm::exegesis::Operand 165 if (Op.isVariable()) in create()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 325 assert(!Symbol->isVariable() || Base); in recordRelocation()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCTargetDesc.cpp | 248 if (Sym->isVariable()) in finish()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 437 if (A->isVariable()) { in recordRelocation()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 1211 if (Sym->isVariable()) { in parseCSKYSymbol() 1297 if (Sym->isVariable()) { in parseDataSymbol() 1393 if (Sym->isVariable()) { in parseConstpoolSymbol()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 1051 if (Sym->isTemporary() && !Sym->isVariable() && !Sym->isDefined()) in Run() 1255 if (Sym->isVariable()) { in parsePrimaryExpr() 6371 if (S.isVariable()) in isSymbolUsedInExpression() 6410 !Sym->isVariable()) in parseAssignmentExpression() 6412 else if (Sym->isVariable() && !Sym->isUsed() && allow_redef) in parseAssignmentExpression() 6414 else if (!Sym->isUndefined() && (!Sym->isVariable() || !allow_redef)) in parseAssignmentExpression() 6416 else if (!Sym->isVariable()) in parseAssignmentExpression()
|
| H A D | MasmParser.cpp | 1408 if (Sym->isTemporary() && !Sym->isVariable() && !Sym->isDefined()) in Run() 1689 if (Sym->isVariable()) { in parsePrimaryExpr() 3498 Sym->isVariable() ? dyn_cast_or_null<MCConstantExpr>( in parseDirectiveEquate()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 647 else if (IC.isVariable() && IC.getCostDelta() > 0) in getSpecializationBonus()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 331 if (GVSym->isDefined() || GVSym->isVariable()) in emitGlobalVariable()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 717 if (GVSym->isDefined() || GVSym->isVariable()) in emitGlobalVariable() 1034 if (CurrentFnSym->isVariable()) in emitFunctionEntryLabel()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 1609 if (Sym->isVariable()) { in parseBareSymbol()
|