Searched refs:Add (Results 276 - 300 of 303) sorted by relevance

<<111213

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1665 // Add callee.
1669 // Add implicit physical register uses to the call.
1678 // Add a register mask with the call-preserved registers. Proper
1960 case Instruction::Add:
H A DPPCISelDAGToDAG.cpp860 // Add in the last bits as required.
975 // Add in the last bits as required.
3502 SDValue Add = local
3506 SDValue(CurDAG->getMachineNode(PPC::NOR8, dl, MVT::i64, Add, LHS), 0);
4463 // Add missing bits on left to the mask and check that the mask is a
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3546 case LLVMAtomicRMWBinOpAdd: return AtomicRMWInst::Add;
3566 case AtomicRMWInst::Add: return LLVMAtomicRMWBinOpAdd;
H A DInstructions.cpp1596 case AtomicRMWInst::Add:
2415 case Add: case Sub:
3955 /// addCase - Add an entry to the switch instruction...
4180 /// addDestination - Add a destination.
H A DVerifier.cpp3308 case Instruction::Add:
3941 // recursive search. Add it to the worklist, and we'll
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1748 auto Add = B.buildSelect(S64, And, One, Zero);
1751 B.buildFAdd(MI.getOperand(0).getReg(), Trunc, Add);
3818 // Add uncompressed address
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp319 AtomicRMWInst::Add,
1064 return MakeBinaryAtomicValue(*this, AtomicRMWInst::Add, E);
1072 return MakeBinaryAtomicValue(*this, AtomicRMWInst::Add, E,
1075 return MakeBinaryAtomicValue(*this, AtomicRMWInst::Add, E,
1078 return MakeBinaryAtomicValue(*this, AtomicRMWInst::Add, E,
2967 return EmitBinaryAtomic(*this, llvm::AtomicRMWInst::Add, E);
3014 return EmitBinaryAtomicPost(*this, llvm::AtomicRMWInst::Add, E,
3015 llvm::Instruction::Add);
9807 AtomicRMWInst::Add, Arg0, Arg1,
15587 return MakeBinaryAtomicValue(*this, llvm::AtomicRMWInst::Add,
[all...]
H A DCGOpenMPRuntime.cpp3131 // Add metadata to the named metadata node.
3159 // Add metadata to the named metadata node.
4632 llvm::Value *Add = CGF.Builder.CreateNUWAdd(PrevVal, NumDeps); local
4633 CGF.EmitStoreOfScalar(Add, NumLVal);
4700 llvm::Value *Add = CGF.Builder.CreateNUWAdd(Pos, NumDeps); local
4701 CGF.EmitStoreOfScalar(Add, PosLVal);
5546 // Add emission of __kmpc_end_reduce{_nowait}(<loc>, <gtid>, &<lock>);
5687 // Add emission of __kmpc_end_reduce(<loc>, <gtid>, &<lock>);
7135 /// Return the corresponding bits for a given map clause modifier. Add
7136 /// a flag marking the map as a pointer if requested. Add
[all...]
H A DCGStmtOpenMP.cpp4953 RMWOp = llvm::AtomicRMWInst::Add;
6181 // TODO: Add support for clauses.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp177 // Add legal sve predicate types
183 // Add legal sve data types
374 // Add/Sub overflow ops with MVT::Glues are lowered to NZCV dependences.
417 // Custom lower Add/Sub/Mul with overflow.
918 // FIXME: Add custom lowering of MLOAD to handle different passthrus (not a
2447 SDValue Add = DAG.getNode(ISD::ADD, DL, MVT::i64, Mul, local
2453 Value = DAG.getNode(ISD::TRUNCATE, DL, MVT::i32, Add);
2460 SDValue UpperBits = DAG.getNode(ISD::SRL, DL, MVT::i64, Add,
4277 // Add a chain value for each stack argument corresponding
4691 // Add argumen
10475 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, N0, Pow2MinusOne); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp110 void Add(const NamedDecl *ND, unsigned Index) { function in class:__anon2035::ResultBuilder::ShadowMapEntry
127 // Add the new element to the end of the vector.
316 /// Add a new result to this result set (if it isn't already in one
325 /// Add a new result to this result set, where we already know
339 /// Add a new non-declaration result to this result set.
351 /// Add a visited context.
1168 SMap[R.Declaration->getDeclName()].Add(R.Declaration, Results.size());
1343 OverloadSet.Add(Method, Results.size());
1656 /// Add type specifiers for the current language as keyword results.
1916 /// Add
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3550 if (Opc == Instruction::Add || Opc == Instruction::Sub ||
3574 case Instruction::Add:
4582 // Add a leading zero so that unsigned values with the msb set are not
5630 // Add all of the arguments we parsed to the function.
7250 case lltok::kw_add: Operation = AtomicRMWInst::Add; break;
8122 // Add the summary if one was provided.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp766 SDValue Add = local
768 return DAG.getNode(ISD::UMIN, dl, PromotedType, Add, SatMax);
3401 // Add:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp273 Cost += getArithmeticInstrCost(Instruction::Add, Ty, CostKind, Op1Info,
2903 // Add to the base cost if we know that the extracted element of a vector is
3353 // Add the arithmetic op for this level.
3357 // Add the final extract element to the cost.
3652 // Add the arithmetic op for this level.
3658 // Add the final extract element to the cost.
3755 case Instruction::Add:
3952 // Add the cost of inserting each scalar load into the vector
3957 // Add the cost of extracting each element out of the data vector
H A DX86FastISel.cpp885 case Instruction::Add: {
1252 // Add register to return instruction.
2012 // FIXME: Add support for i8.
3515 // Add a register mask operand representing the call-preserved registers.
3519 // Add an implicit use GOT pointer in EBX.
3526 // Add implicit physical register uses to the call.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1175 return CreateInsertNUWNSWBinOp(Instruction::Add, LHS, RHS, Name,
H A DInstructions.h717 Add,
2681 /// Add an incoming value to the end of the PHI list
2828 /// Add a catch or filter clause to the landing pad.
3413 /// Add an entry to the switch instruction.
3592 /// Add a destination.
4286 /// Add an entry to the switch instruction...
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1297 // Add __kindof.
3293 ID.Add(epi.TypeQuals);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1255 // FIXME: Add operand bundles for calls.
2002 case Instruction::Add:
2038 // FIXME: Add support for shufflevector to createExpression.
2101 // Add I to the set of users of a given predicate.
2565 // Add PHI Op in BB as a PHI of operations version of ExistingValue.
2572 // Add all users to phi node use, as they are now uses of the phi of ops phis
3419 // Add an empty instruction to account for the fact that we start at 1
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp610 // Add the users to the worklist. CAREFUL: an instruction can use itself,
1740 case Instruction::Add:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2153 // Add register to return instruction.
2272 // Add implicit physical register uses to the call.
2276 // Add a register mask with the call-preserved registers.
2414 // Add implicit physical register uses to the call.
2418 // Add a register mask with the call-preserved registers.
2843 case Instruction::Add:
H A DARMISelLowering.cpp2599 // Add argument registers to the end of the list so that they are known live
2605 // Add a register mask operand representing the call-preserved registers.
4550 // FIXME: Add support for ARM/Thumb2; this would need isel patterns, and
4818 SDValue Add = local
4822 return DAG.getNode(ISD::TRUNCATE, dl, VT, Add);
7432 // Add in unknown nodes
7735 // Add this element source to the list if it's not already there.
8752 /// AddRequiredExtensionForVMULL - Add a sign/zero extension to extend the total
9240 SDValue Add = DAG.getNode(ISD::ADD, dl, PtrVT, SRet, local
9243 DAG.getLoad(ArgVT, dl, LoadSin.getValue(1), Add, MachinePointerInf
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1749 // Add a MachineMemOperand if it is a target mem intrinsic.
1752 // TODO: Add a GlobalISel version of getTgtMemIntrinsic.
1844 // Add a label to mark the beginning of the landing pad. Deletion of the
2067 case AtomicRMWInst::Add:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp978 /* Add the significand of the RHS. Returns the carry flag. */
1509 /* Add or subtract two normal numbers. */
2643 /* Add exp, as 10^n = 5^n * 2^n. */
3069 /* Add trailing zeroes. */
4868 NID.Add(bitcastToAPInt());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1784 return m_breakpoint_site_list.Add(bp_site_sp);

Completed in 802 milliseconds

<<111213