/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCRegisterInfo.cpp | 122 for (MCPhysReg Sub : subregs(Reg)) { in getSubReg() local 136 for (MCPhysReg Sub : subregs(Reg)) { in getSubRegIndex() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionGOFF.h | 32 MCSectionGOFF(StringRef Name, SectionKind K, MCSection *P, uint32_t Sub) in MCSectionGOFF()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64ExternalSymbolizer.cpp | 184 const MCExpr *Sub = nullptr; in tryAddingSymbolicOperand() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_stats.h | 33 void Sub(AllocatorStat i, uptr v) { in Sub() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.cpp | 446 const MCExpr *Sub = MCBinaryExpr::createSub(Expr, One, OutContext); in HexagonProcessInstruction() local 482 const MCExpr *Sub = MCBinaryExpr::createSub(Expr, One, OutContext); in HexagonProcessInstruction() local 509 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 | 193 unsigned Sub; member 291 LaneBitmask HexagonExpandCondsets::getLaneMask(Register Reg, unsigned Sub) { in getLaneMask()
|
H A D | BitTracker.h | 147 unsigned Sub; member
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | MCExternalSymbolizer.cpp | 96 const MCExpr *Sub = nullptr; in tryAddingSymbolicOperand() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsMCInstLower.cpp | 209 const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Sym1, Sym2, *Ctx); createSub() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1543 auto *Sub = BinaryOperator::CreateSub(RHS, A); in visitAdd() local 1579 Value *Sub = Builder.CreateSub(A, B); in visitAdd() local 1587 Value *Sub = Builder.CreateSub(B, A, "reass.sub"); in visitAdd() local 1804 Value *Sub = Builder.CreateAdd(A, Constant::getAllOnesValue(A->getType())); in visitAdd() local 2240 BinaryOperator *Sub = BinaryOperator::CreateSub(X, Add); in visitSub() local 2289 Value *Sub = Builder.CreateSub(V0, V1); in visitSub() local 2646 Value *Sub = Builder.CreateSub(X, Y, "sub", PropagateNUW, PropagateNSW); in visitSub() local 2655 Value *Sub = in visitSub() local 2972 Value *Sub = Builder.CreateFSubFMF(V0, V1, &I); in visitFSub() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | RelLookupTableConverter.cpp | 116 Constant *Sub = llvm::ConstantExpr::getSub(Target, Base); in createRelLookupTable() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 258 SubCommand &Sub = *SC; in removeOption() local 312 SubCommand &Sub = *SC; in updateArgStr() local 340 [sub](const SubCommand *Sub) { in registerSubCommand() 393 Option *LookupLongOption(SubCommand &Sub, StringRef &Arg, StringRef &Value, in LookupLongOption() 494 Option *CommandLineParser::LookupOption(SubCommand &Sub, StringRef &Arg, in LookupOption() 2351 SubCommand *Sub = GlobalParser->getActiveSubCommand(); in printHelp() local 2794 StringMap<Option *> &cl::getRegisteredOptions(SubCommand &Sub) { in getRegisteredOptions() 2807 void cl::HideUnrelatedOptions(cl::OptionCategory &Category, SubCommand &Sub) { in HideUnrelatedOptions() 2821 SubCommand &Sub) { in HideUnrelatedOptions()
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DivRemPairs.cpp | 335 Instruction *Sub = BinaryOperator::CreateSub(X, Mul); in optimizeDivRem() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 331 const SCEV *Sub = SE->getMinusSCEV(SE->getBackedgeTakenCount(L), Div); in IsSafeActiveMask() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CalcSpillWeights.cpp | 51 unsigned Sub, HSub; in copyHint() local
|
H A D | ExpandLargeFpConvert.cpp | 372 Value *Sub = Builder.CreateSub(Xor, Shr); in expandIToFP() local
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | DirectoryScanner.cpp | 35 auto GetDirectory = [&](const char *Sub) -> OptionalDirectoryEntryRef { in scanForUnwrappedLibraries()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 52 RecSet Add, Sub; in apply() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrProfiling.cpp | 84 for (auto *Sub = Ctx->subContexts()[I]; Sub; Sub = Sub->next()) in validate() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelperVectorOps.cpp | 447 GSub *Sub = cast<GSub>(MRI.getVRegDef(MO.getReg())); in matchSubOfVScale() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 98 const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Cur, Start, OutContext); in createPCXRelExprOp() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.cpp | 305 MachineInstr *Sub = nullptr; in optimizeCompareInstr() local
|