Home
last modified time | relevance | path

Searched defs:Sub (Results 1 – 25 of 106) sorted by relevance

12345

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionGOFF.h32 MCSectionGOFF(StringRef Name, SectionKind K, MCSection *P, const MCExpr *Sub) in MCSectionGOFF()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp190 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption() local
246 for (auto *Sub : RegisteredSubCommands) { in addOption() local
274 SubCommand &Sub = *SC; in removeOption() local
331 SubCommand &Sub = *SC; in updateArgStr() local
368 [sub](const SubCommand *Sub) { in registerSubCommand()
422 Option *LookupLongOption(SubCommand &Sub, StringRef &Arg, StringRef &Value, in LookupLongOption()
523 Option *CommandLineParser::LookupOption(SubCommand &Sub, StringRef &Arg, in LookupOption()
2353 SubCommand *Sub = GlobalParser->getActiveSubCommand(); in printHelp() local
2757 StringMap<Option *> &cl::getRegisteredOptions(SubCommand &Sub) { in getRegisteredOptions()
2770 void cl::HideUnrelatedOptions(cl::OptionCategory &Category, SubCommand &Sub) { in HideUnrelatedOptions()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp445 const MCExpr *Sub = MCBinaryExpr::createSub(Expr, One, OutContext); in HexagonProcessInstruction() local
481 const MCExpr *Sub = MCBinaryExpr::createSub(Expr, One, OutContext); in HexagonProcessInstruction() local
508 const MCExpr *Sub = MCBinaryExpr::createSub(Expr, One, OutContext); in HexagonProcessInstruction() local
H A DHexagonBlockRanges.h37 unsigned Sub; member
H A DHexagonExpandCondsets.cpp192 unsigned Sub; member
290 LaneBitmask HexagonExpandCondsets::getLaneMask(Register Reg, unsigned Sub) { in getLaneMask()
H A DBitTracker.h147 unsigned Sub; member
/openbsd/gnu/llvm/llvm/examples/Fibonacci/
H A Dfibonacci.cpp83 Value *Sub = BinaryOperator::CreateSub(ArgX, One, "arg", RecurseBB); in CreateFibFunction() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp184 const MCExpr *Sub = nullptr; in tryAddingSymbolicOperand() local
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h38 void Sub(AllocatorStat i, uptr v) { in Sub() function
/openbsd/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp96 const MCExpr *Sub = nullptr; in tryAddingSymbolicOperand() local
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp209 const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Sym1, Sym2, *Ctx); in createSub() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp116 Constant *Sub = llvm::ConstantExpr::getSub(Target, Base); in createRelLookupTable() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86DynAllocaExpander.cpp44 enum Lowering { TouchAndSub, Sub, Probe }; enumerator
H A DX86PartialReduction.cpp242 auto *Sub = dyn_cast<BinaryOperator>(LHS); in trySADReplacement() local
/openbsd/gnu/llvm/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp114 Value *Sub = BinaryOperator::CreateSub(ArgX, One, "arg", RecurseBB); in CreateFibFunction() local
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp274 unsigned Add, Sub; in emitValueImpl() local
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp297 const SCEV *Sub = in IsSafeActiveMask() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp49 unsigned Sub, HSub; in copyHint() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp337 Instruction *Sub = BinaryOperator::CreateSub(X, Mul); in optimizeDivRem() local
/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DSetTheory.cpp52 RecSet Add, Sub; in apply() local
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp97 const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Cur, Start, OutContext); in createPCXRelExprOp() local
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1421 Value *Sub = Builder.CreateSub(A, B); in visitAdd() local
2050 Value *Sub = Builder.CreateSub(V0, V1); in visitSub() local
2386 Value *Sub = Builder.CreateSub(X, Y, "sub", PropagateNUW, PropagateNSW); in visitSub() local
2672 Value *Sub = Builder.CreateFSubFMF(V0, V1, &I); in visitFSub() local
/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp269 auto &Sub = substituteBoolValue(Negation.getSubVal(), SubstitutionsCache); in substituteBoolValue() local
/openbsd/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp145 Module *Sub = lookupModuleQualified(Id[I].first, Context); in resolveModuleId() local
819 if (Module *Sub = lookupModuleQualified(Name, Context)) in lookupModuleUnqualified() local
838 if (Module *Sub = lookupModuleQualified(Name, Parent)) in findOrCreateModule() local
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml191 | Sub Constructor
287 | Sub Constructor

12345