Searched refs:Add (Results 226 - 250 of 303) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp292 case Instruction::Add:
306 case Instruction::Add:
/freebsd-13-stable/sys/conf/
H A Dkern.mk281 # Add -fuse-ld=${LD} if $LD is in a different directory or not called "ld".
/freebsd-13-stable/share/mk/
H A Dbsd.cpu.mk392 # Add in any architecture-specific CFLAGS.
H A Dbsd.sys.mk297 # Add -fuse-ld=${LD} if $LD is in a different directory or not called "ld".
H A Dsrc.libnames.mk449 # Add in all dependencies for static linkage.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h855 case Instruction::Add:
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp943 Dst.Add(Pred);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h724 stat->Add(AllocatorStatMapped, user_map_size);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h620 ProgramStateTrait<T>::MakeVoidPtr(ProgramStateTrait<T>::Add(st->get<T>(), K, C)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp287 else if (Op == AtomicRMWInst::Add)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp450 case Instruction::Add:
H A DLowerMatrixIntrinsics.cpp488 case Instruction::Add:
526 // operand shapes. Add the shape for this and then add users to the work
1400 case Instruction::Add:
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp188 /// Add a new instruction.
191 /// Add N new instructions,
397 case 0:{Op = (isFloat?Instruction::FAdd : Instruction::Add); break; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp852 INSTKEYWORD(add, Add); INSTKEYWORD(fadd, FAdd);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp562 /// Add a constant to a polynomial,
916 case Instruction::Add:
1198 // All checks are done. Add instructions detectable by InterleavedAccessPass
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp155 case Instruction::Add:
946 return Cost + LT.first; // Add the cost of the permutations.
962 // Add the cost of each scalar load or store.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp474 // Add argument types
804 // Add a terminator to the block
918 Instruction::Add, IRB.getInt32(4), IRB.getInt32(0), "setjmpTableSize",
953 // Add a phi to the tail, which will be the output of setjmp, which
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp746 /// (e.g., Add/Mul)
2268 /// Add the VectorizableTree to the index iterator to be able to return
2848 case Instruction::Add:
3400 // Add back the cost of s|zext which is subtracted separately.
3463 case Instruction::Add:
3538 TTI->getArithmeticInstrCost(Instruction::Add, ScalarTy, CostKind,
3545 TTI->getArithmeticInstrCost(Instruction::Add, VecTy, CostKind,
4037 // Add to our 'need-to-extract' list.
4346 case Instruction::Add:
5432 case Instruction::Add
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp815 HANDLEBINOP(Add)
2451 llvm::AtomicRMWInst::BinOp aop = isInc ? llvm::AtomicRMWInst::Add :
2453 llvm::Instruction::BinaryOps op = isInc ? llvm::Instruction::Add :
2600 // Add the inc/dec to the real part.
3006 AtomicOp = llvm::AtomicRMWInst::Add;
3007 Op = llvm::Instruction::Add;
4763 COMPOUND_OP(Add);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp657 // Assume the 3rd operand is a CondCodeSDNode. Add code to check the type of
1085 SDValue Add = N->getOperand(1); local
1087 if (Add.getOpcode() != ISD::ADD)
1090 SDValue Lo = Add.getOperand(1);
1100 Add.getOperand(0));
2191 SDValue Add = DAG.getNode(ISD::ADD, DL, PtrVT, Hi, Ret); local
2192 return DAG.getNode(ISD::ADD, DL, PtrVT, Add, Lo);
3066 // Add argument registers to the end of the list so that they are
3072 // Add a register mask operand representing the call-preserved registers.
3893 // Add th
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1431 Value *Add = Builder.CreateAdd(Op1, N1); local
1432 return BinaryOperator::CreateAnd(Op0, Add);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp640 if (BO->getOpcode() != Instruction::Add)
996 case Instruction::Add:
2248 // Add a call to memmove to the conditional block.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp276 // FIXME: Add the Encoding parsed fields as needed for checks,
1467 Opcode = MCBinaryExpr::Add;
1812 if (BE->getOpcode() != MCBinaryExpr::Add &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp653 // TODO: Add support for non-zero index broadcasts.
654 // TODO: Add support for different source vector width.
1240 case Instruction::Add:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp178 case CounterExpression::Add: {
509 // Add the record to the collection if we don't already have a record that

Completed in 343 milliseconds

1234567891011>>