/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSectionGOFF.h | 32 MCSectionGOFF(StringRef Name, SectionKind K, MCSection *P, const MCExpr *Sub) in MCSectionGOFF()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | CommandLine.cpp | 190 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 D | HexagonAsmPrinter.cpp | 445 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 D | HexagonBlockRanges.h | 37 unsigned Sub; member
|
H A D | HexagonExpandCondsets.cpp | 192 unsigned Sub; member 290 LaneBitmask HexagonExpandCondsets::getLaneMask(Register Reg, unsigned Sub) { in getLaneMask()
|
H A D | BitTracker.h | 147 unsigned Sub; member
|
/openbsd/gnu/llvm/llvm/examples/Fibonacci/ |
H A D | fibonacci.cpp | 83 Value *Sub = BinaryOperator::CreateSub(ArgX, One, "arg", RecurseBB); in CreateFibFunction() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64ExternalSymbolizer.cpp | 184 const MCExpr *Sub = nullptr; in tryAddingSymbolicOperand() local
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_stats.h | 38 void Sub(AllocatorStat i, uptr v) { in Sub() function
|
/openbsd/gnu/llvm/llvm/lib/MC/MCDisassembler/ |
H A D | MCExternalSymbolizer.cpp | 96 const MCExpr *Sub = nullptr; in tryAddingSymbolicOperand() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsMCInstLower.cpp | 209 const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Sym1, Sym2, *Ctx); in createSub() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | RelLookupTableConverter.cpp | 116 Constant *Sub = llvm::ConstantExpr::getSub(Target, Base); in createRelLookupTable() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86DynAllocaExpander.cpp | 44 enum Lowering { TouchAndSub, Sub, Probe }; enumerator
|
H A D | X86PartialReduction.cpp | 242 auto *Sub = dyn_cast<BinaryOperator>(LHS); in trySADReplacement() local
|
/openbsd/gnu/llvm/llvm/examples/ParallelJIT/ |
H A D | ParallelJIT.cpp | 114 Value *Sub = BinaryOperator::CreateSub(ArgX, One, "arg", RecurseBB); in CreateFibFunction() local
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVELFStreamer.cpp | 274 unsigned Add, Sub; in emitValueImpl() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 297 const SCEV *Sub = in IsSafeActiveMask() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CalcSpillWeights.cpp | 49 unsigned Sub, HSub; in copyHint() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | DivRemPairs.cpp | 337 Instruction *Sub = BinaryOperator::CreateSub(X, Mul); in optimizeDivRem() local
|
/openbsd/gnu/llvm/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 52 RecSet Add, Sub; in apply() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 97 const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Cur, Start, OutContext); in createPCXRelExprOp() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1421 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 D | DataflowAnalysisContext.cpp | 269 auto &Sub = substituteBoolValue(Negation.getSubVal(), SubstitutionsCache); in substituteBoolValue() local
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 145 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 D | llvm.ml | 191 | Sub Constructor 287 | Sub Constructor
|