/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 1471 auto Add = BuildMI(MBB, MI, DL, TII->get(AMDGPU::S_ADD_I32), SOffset) in buildSpillLoadStore() local
|
H A D | AMDGPULegalizerInfo.cpp | 2088 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 D | CodeGenPrepare.cpp | 1238 BinaryOperator *&Add) { in matchUAddWithOverflowConstantEdgeCases() 1271 BinaryOperator *Add; in combineToUAddWithOverflow() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | optimized_ops.h | 1517 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 D | PPCISelLowering.cpp | 12918 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 D | AArch64ISelLowering.cpp | 1657 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 D | lib.rs | 2562 Add(#[serde(with = "with_as_descriptor")] Descriptor), enumerator
|
/aosp_15_r20/external/libchrome-gestures/src/ |
H A D | immediate_interpreter.cc | 263 ScrollEvent ScrollEvent::Add(const ScrollEvent& evt_a, in Add() function in gestures::ScrollEvent
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | mle.cpp | 4356 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 D | WebAssemblyISelLowering.cpp | 1149 SDValue Add = DAG.getNode(ISD::ADD, DL, PtrVT, FINode, in LowerCall() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/ |
D | sql.go | 3615 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 D | AMDGPULegalizerInfo.cpp | 1405 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 D | RISCVISelDAGToDAG.cpp | 1953 static bool isWorthFoldingAdd(SDValue Add) { in isWorthFoldingAdd()
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceInstX8632.h | 194 Add, enumerator 3182 using Add = InstX86Add; member
|
H A D | IceInstX8664.h | 135 Add, enumerator 3081 using Add = InstX86Add; member
|
H A D | IceInstARM32.h | 381 Add, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 2351 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 D | cmdline.rs | 482 Add(VfioAddSubCommand), enumerator
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | nodes.h | 1727 void Add(SideEffects other) { in Add() function
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_ast.h | 25 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/ |
D | pycore_ast.h | 25 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 D | macro-assembler-aarch64.cc | 1391 void MacroAssembler::Add(const Register& rd, in Add() function in vixl::aarch64::MacroAssembler
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/ |
H A D | math_grad_test.cc | 842 TEST_F(NaryGradTest, Add) { in TEST_F() argument
|
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/ |
H A D | client_channel_filter.cc | 2632 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/ |
D | pycore_ast.h | 25 typedef enum _operator { Add=1, Sub=2, Mult=3, MatMult=4, Div=5, Mod=6, Pow=7, enumerator
|