Searched refs:Add (Results 201 - 225 of 303) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-sysv.mk233 # XXX: This is unexpected. Add more test case to demonstrate the effects
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1270 int Add(int val, int& ref, int* ptr) { // NOLINT function in namespace:__anon794
1289 Action<int(int, int&, int*)> a = &Add;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1290 /// Add MemorySanitizer instrumentation to a function.
2029 /// Add a pair of shadow and origin values to the mix.
2030 Combiner &Add(Value *OpShadow, Value *OpOrigin) {
2059 /// Add an application value to the mix.
2060 Combiner &Add(Value *V) {
2063 return Add(OpShadow, OpOrigin);
2090 OC.Add(OI->get());
2141 SC.Add(OI->get());
2551 SC.Add(I.getArgOperand(i));
3105 SOC.Add(Shuf
[all...]
/freebsd-13-stable/contrib/openresolv/
H A Dresolvconf.in88 -a \$INTERFACE Add DNS information to the specified interface
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp547 // FIXME: Add tfe support
1243 const auto *Add = MCSymbolRefExpr::create(Sym, Ctx);
1244 Inst.addOperand(MCOperand::createExpr(Add));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1071 case Instruction::Add:
1175 case Instruction::Add:
1300 case Instruction::Add:
1438 case Instruction::Add:
2367 // Add the last index of the source with the first index of the new GEP.
2383 Combined = ConstantExpr::get(Instruction::Add, C1, C2);
2386 ConstantExpr::get(Instruction::Add, Idx0, Combined);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp63 if (I->getOpcode() == Instruction::Add) {
176 case Instruction::Add:
355 case Instruction::Add:
601 case Instruction::Add:
1051 case Instruction::Add:
1382 case Instruction::Add:
H A DInstructionCombining.cpp213 // not overflow. This function only handles the Add and Sub opcodes. For
220 // We reason about Add and Sub Only.
222 if (Opcode != Instruction::Add && Opcode != Instruction::Sub)
230 if (Opcode == Instruction::Add)
453 BinaryOperator *NewBO = (IsNUW && Opcode == Instruction::Add) ?
499 return ROp == Instruction::Add || ROp == Instruction::Sub;
530 /// 'add(shl(X, 5), ...)', this function will have TopOpcode == Instruction::Add
539 if (TopOpcode == Instruction::Add || TopOpcode == Instruction::Sub) {
629 if (TopLevelOpcode == Instruction::Add &&
3471 // Add operand
[all...]
H A DInstCombineShifts.cpp666 case Instruction::Add:
758 case Instruction::Add:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp615 /// Given operands for an Add, see if we can fold the result.
619 if (Constant *C = foldOrCommuteConstant(Instruction::Add, Op0, Op1, Q))
665 if (Value *V = SimplifyAssociativeBinOp(Instruction::Add, Op0, Op1, Q,
669 // Threading Add over selects and phi nodes is pointless, so don't bother.
779 if (Value *W = SimplifyBinOp(Instruction::Add, X, V, Q, MaxRecurse-1)) {
787 if (Value *W = SimplifyBinOp(Instruction::Add, Y, V, Q, MaxRecurse-1)) {
823 if (Value *W = SimplifyBinOp(Instruction::Add, V, Y, Q, MaxRecurse-1)) {
903 // Mul distributes over Add. Try some generic simplifications based on this.
904 if (Value *V = ExpandBinOp(Instruction::Mul, Op0, Op1, Instruction::Add,
2279 // Add commute
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp259 /// Add to the worklist making sure its instance is at the back (next to be
1487 // Add all the dag nodes to the worklist.
1521 // Add any operands of the new node which have not yet been combined to the
1911 // Add if it's a new chain
2215 SDValue Add = local
2217 assert(Add && "Constant folding failed");
2218 return DAG.getNode(ISD::SUB, DL, VT, Add, N0.getOperand(1));
2557 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, N0.getOperand(0), N1); local
2558 return DAG.getNode(ISD::SUB, DL, VT, Add, N0.getOperand(1));
3262 SDValue Add local
3289 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, N0.getOperand(1), N1); local
3943 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, N0, Srl); local
4062 SDValue Add = DAG.getNode(ISD::ADD, DL, ADDVT, N1.getOperand(1), Trunc); local
4114 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, N1, NegOne); local
4121 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, N1, NegOne); local
4697 SDValue Add = DAG.getNode(ISD::ADD, SDLoc(N0), OpVT, LL, One); local
4734 SDValue Add = DAG.getNode(ISD::ADD, DL, OpVT, LL, OffsetC); local
8202 SDValue Add = DAG.getNode(ISD::ADD, DL, TruncVT, Trunc, ShiftC); local
9320 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, LHS, Shift); local
12665 SDValue Add = DAG.getNode(ISD::FADD, DL, VT, B, B, Flags); local
12671 SDValue Add = DAG.getNode(ISD::FADD, DL, VT, B, B, Flags); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1156 // Add a chain value for each stack argument corresponding
1944 // Add LHS high bit
2114 SDValue Add = DAG.getNode(ISD::SELECT, SL, MVT::f64, And, One, Zero); local
2116 return DAG.getNode(ISD::FADD, SL, MVT::f64, Trunc, Add);
2271 SDValue Add = DAG.getNode(ISD::SELECT, SL, MVT::f64, And, NegOne, Zero); local
2273 return DAG.getNode(ISD::FADD, SL, MVT::f64, Trunc, Add);
2345 SDValue Add, NewOpr; local
2347 Add = DAG.getNode(ISD::ADD, SL, MVT::i32, OprLo, Bits32);
2349 NewOpr = DAG.getNode(ISD::SELECT, SL, MVT::i32, Hi0orLo0, Add, OprHi);
2351 Add
[all...]
H A DAMDGPURegisterBankInfo.cpp1355 if (MachineInstr *Add = getOpcodeDef(AMDGPU::G_ADD, CombinedOffset, *MRI)) {
1356 Register Src0 = getSrcRegIgnoringCopies(*MRI, Add->getOperand(1).getReg());
1357 Register Src1 = getSrcRegIgnoringCopies(*MRI, Add->getOperand(2).getReg());
1881 auto Add = B.buildAdd(S32, WaterfallIdx, MaterializedOffset); local
1883 MRI.setRegBank(Add.getReg(0), AMDGPU::SGPRRegBank);
1884 IdxUseInstr.getOperand(OpIdx).setReg(Add.getReg(0));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1317 StyleSet.Add(Styles[i]);
1326 StyleSet.Add(std::move(DefaultStyle));
1360 void FormatStyle::FormatStyleSet::Add(FormatStyle Style) { function in class:clang::format::FormatStyle::FormatStyleSet
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp719 // Add the regions in the reverse order, then reverse the resulting array.
1208 ID.Add(V);
1530 ID.Add(Constraint);
1614 ID.Add(V);
2007 // Add visitor, which will suppress inline defensive checks.
2828 // Add constraints to the solver
2862 // Add constraints if we don't have them yet
H A DMemRegion.cpp320 ID.Add(sym);
332 ID.Add(ElementType);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp285 case AtomicRMWInst::Add:
455 // Add placeholders for the type index and immediate flags
875 SDValue Add = DAG.getNode(ISD::ADD, DL, PtrVT, FINode, local
878 DAG.getStore(Chain, DL, Arg, Add,
904 // Add all fixed arguments. Note that for non-varargs calls, NumFixedArgs
908 // Add a pointer to the vararg buffer.
1284 // Add an operand for each case.
1288 // Add the first MBB as a dummy default target for now. This will be replaced
1573 // Add replace_lane instructions for any unhandled values
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h357 DEFINE_HELPERS(Add, NSW) // CreateNSWAdd
358 DEFINE_HELPERS(Add, NUW) // CreateNUWAdd
/freebsd-13-stable/contrib/kyua/store/
H A Dmigrate_v1_v2.sql80 -- Add the new tables, columns and indexes.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp783 case Instruction::Add:
804 case Instruction::Add: GV.IntVal = LHS.IntVal + RHS.IntVal; break;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp252 // Add new metadata.
968 case Instruction::Add:
1051 return createSimpleTargetReduction(B, TTI, Instruction::Add, Src, Flags);
1551 // Add all of the blocks in L to the new loop.
1557 // Add all of the subloops to the new loop.
1578 // TODO: Add helper to retrieve pointers to CG.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp657 /// Add additional metadata to \p To that was not present on \p Orig.
664 /// Add metadata from one instruction to another.
1723 AddOp = Instruction::Add;
1944 // Add the consecutive indices to the vector value.
1962 // Add the consecutive indices to the vector value.
1998 AddOp = Instruction::Add;
2016 auto *Add = addFastMathFlag(Builder.CreateBinOp(AddOp, ScalarIV, Mul));
2017 VectorLoopValueMap.setScalarValue(EntryVal, {Part, Lane}, Add);
2018 recordVectorLoopValueForInductionCast(ID, EntryVal, Add, Part, Lane);
2495 // Add metadat
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp240 uint16_t OpcodeWithNoCarry, bool Add, bool Predicated);
2588 bool Add, bool Predicated) {
2601 uint32_t CarryExpected = Add ? 0 : CarryMask;
2758 // Add a MVE_VLDn instruction for each Vec, except the last
3858 SDNode *Add = nullptr; local
3868 Add = CurDAG->getMachineNode(ARM::t2ADDri, dl, MVT::i32, Ops);
3874 Add = CurDAG->getMachineNode(Opc, dl, MVT::i32, Ops);
3877 if (Add) {
3878 SDValue Ops2[] = {SDValue(Add, 0), CurDAG->getConstant(0, dl, MVT::i32)};
5410 // Add th
2586 SelectMVE_VADCSBC(SDNode *N, uint16_t OpcodeWithCarry, uint16_t OpcodeWithNoCarry, bool Add, bool Predicated) argument
[all...]
H A DARMLowOverheadLoops.cpp210 Reduction(MachineInstr *Init, MachineInstr *Mov, MachineInstr *Add, argument
212 : Init(Init), Copy(*Mov), Reduce(*Add), VPSEL(*Sel) { }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc874 // Add something for replace_filename to replace.

Completed in 450 milliseconds

1234567891011>>