Home
last modified time | relevance | path

Searched defs:Add (Results 1051 – 1075 of 1197) sorted by relevance

1...<<4142434445464748

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1471 auto Add = BuildMI(MBB, MI, DL, TII->get(AMDGPU::S_ADD_I32), SOffset) in buildSpillLoadStore() local
H A DAMDGPULegalizerInfo.cpp2088 auto Add = B.buildSelect(S64, And, One, Zero); in legalizeFceil() local
2953 auto Add = in buildMultiply() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1238 BinaryOperator *&Add) { in matchUAddWithOverflowConstantEdgeCases()
1271 BinaryOperator *Add; in combineToUAddWithOverflow() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Doptimized_ops.h1517 inline void Add(const ArithmeticParams& params, in Add() function
1754 inline void Add(const ArithmeticParams& params, in Add() function
1771 inline void Add(const ArithmeticParams& params, in Add() function
1809 inline typename std::enable_if<is_int32_or_int64<T>::value, void>::type Add( in Add() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12918 SDValue Add = DAG.getNode(ISD::ADD, DL, OpVT, LHS, RHS.getOperand(1)); in combineSetCC() local
14091 SDValue Add = N->getOperand(1); in PerformDAGCombine() local
15566 SDValue Add = DAG.getNode(ISD::ADD, DL, MVT::i64, Z, in combineADDToADDZE() local
15581 SDValue Add = DAG.getNode(ISD::ADD, DL, MVT::i64, Z, in combineADDToADDZE() local
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1657 SDValue Add = DAG.getNode(ISD::ADD, DL, MVT::i64, Mul, in getAArch64XALUOOp() local
7515 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, N0, Pow2MinusOne); in BuildSDIVPow2() local
7588 SDValue Add = in performMulCombine() local
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dlib.rs2562 Add(#[serde(with = "with_as_descriptor")] Descriptor), enumerator
/aosp_15_r20/external/libchrome-gestures/src/
H A Dimmediate_interpreter.cc263 ScrollEvent ScrollEvent::Add(const ScrollEvent& evt_a, in Add() function in gestures::ScrollEvent
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle.cpp4356 void Mle::TlvList::Add(uint8_t aTlvType) in Add() function in ot::Mle::Mle::TlvList
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1149 SDValue Add = DAG.getNode(ISD::ADD, DL, PtrVT, FINode, in LowerCall() local
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql.go3615 func (s *connRequestSet) Add(v chan connRequest) connRequestDelHandle { func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1405 auto Add = B.buildSelect(S64, And, One, Zero); in legalizeFceil() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1953 static bool isWorthFoldingAdd(SDValue Add) { in isWorthFoldingAdd()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInstX8632.h194 Add, enumerator
3182 using Add = InstX86Add; member
H A DIceInstX8664.h135 Add, enumerator
3081 using Add = InstX86Add; member
H A DIceInstARM32.h381 Add, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2351 Combiner &Add(Value *OpShadow, Value *OpOrigin) { in Add() function in __anon0f976a830811::MemorySanitizerVisitor::Combiner
2381 Combiner &Add(Value *V) { in Add() function in __anon0f976a830811::MemorySanitizerVisitor::Combiner
/aosp_15_r20/external/crosvm/src/crosvm/
H A Dcmdline.rs482 Add(VfioAddSubCommand), enumerator
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h1727 void Add(SideEffects other) { in Add() function
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_ast.h25 typedef enum _operator { Add=1, Sub=2, Mult=3, MatMult=4, Div=5, Mod=6, Pow=7, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ast.h25 typedef enum _operator { Add=1, Sub=2, Mult=3, MatMult=4, Div=5, Mod=6, Pow=7, enumerator
/aosp_15_r20/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc1391 void MacroAssembler::Add(const Register& rd, in Add() function in vixl::aarch64::MacroAssembler
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Dmath_grad_test.cc842 TEST_F(NaryGradTest, Add) { in TEST_F() argument
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/
H A Dclient_channel_filter.cc2632 void Add(absl::string_view key, absl::string_view value) override { in Add() function in grpc_core::ClientChannelFilter::LoadBalancedCall::Metadata
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ast.h25 typedef enum _operator { Add=1, Sub=2, Mult=3, MatMult=4, Div=5, Mod=6, Pow=7, enumerator

1...<<4142434445464748