Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCRegisterInfo.cpp122 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 DMCSectionGOFF.h32 MCSectionGOFF(StringRef Name, SectionKind K, MCSection *P, uint32_t Sub) in MCSectionGOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp184 const MCExpr *Sub = nullptr; in tryAddingSymbolicOperand() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h33 void Sub(AllocatorStat i, uptr v) { in Sub() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp446 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 DHexagonBlockRanges.h37 unsigned Sub; member
H A DHexagonExpandCondsets.cpp193 unsigned Sub; member
291 LaneBitmask HexagonExpandCondsets::getLaneMask(Register Reg, unsigned Sub) { in getLaneMask()
H A DBitTracker.h147 unsigned Sub; member
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp96 const MCExpr *Sub = nullptr; in tryAddingSymbolicOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp209 const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Sym1, Sym2, *Ctx); createSub() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1543 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 DRelLookupTableConverter.cpp116 Constant *Sub = llvm::ConstantExpr::getSub(Target, Base); in createRelLookupTable() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp258 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 DX86DynAllocaExpander.cpp44 enum Lowering { TouchAndSub, Sub, Probe }; enumerator
H A DX86PartialReduction.cpp242 auto *Sub = dyn_cast<BinaryOperator>(LHS); in trySADReplacement() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp335 Instruction *Sub = BinaryOperator::CreateSub(X, Mul); in optimizeDivRem() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp331 const SCEV *Sub = SE->getMinusSCEV(SE->getBackedgeTakenCount(L), Div); in IsSafeActiveMask() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp51 unsigned Sub, HSub; in copyHint() local
H A DExpandLargeFpConvert.cpp372 Value *Sub = Builder.CreateSub(Xor, Shr); in expandIToFP() local
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp35 auto GetDirectory = [&](const char *Sub) -> OptionalDirectoryEntryRef { in scanForUnwrappedLibraries()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp52 RecSet Add, Sub; in apply() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp84 for (auto *Sub = Ctx->subContexts()[I]; Sub; Sub = Sub->next()) in validate() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperVectorOps.cpp447 GSub *Sub = cast<GSub>(MRI.getVRegDef(MO.getReg())); in matchSubOfVScale() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp98 const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Cur, Start, OutContext); in createPCXRelExprOp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp305 MachineInstr *Sub = nullptr; in optimizeCompareInstr() local

1234