/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 310 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | IntervalMap.h | 319 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib()
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | idl.h | 206 bool Add(const std::string &name, T *e) { in Add() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 319 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib()
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2351 SDValue Add = DAG.getNode(ISD::ADD, DL, ADDVT, in visitUDIV() local 2420 SDValue Add = in visitREM() local 5654 SDValue Add = DAG.getNode(ISD::ADD, DL, VT, LHS, Shift); in visitVSELECT() local 5857 bool Add = false; in ExtendUsesToFormExtLoad() local 14395 SDValue Add = DAG.getNode(ISD::ADD, DL, in SimplifySelectCC() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 3191 SDValue Add = DAG.getNode(ISD::ADD, dl, CTVT, CTOp, NegOne); in SimplifySetCC() local 3206 SDValue Add = DAG.getNode(ISD::ADD, dl, CTVT, CTOp, NegOne); in SimplifySetCC() local 6555 SDValue Add = DAG.getNode(ISD::ADD, dl, VT, Op, Shift); in expandABS() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 1074 SDValue Add = N->getOperand(1); in performADDCombine() local 2186 SDValue Add = DAG.getNode(ISD::ADD, DL, PtrVT, Hi, Ret); in lowerGlobalTLSAddress() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 2409 SDValue Add = DAG.getNode(ISD::ADD, dl, ResTy, {A, B}); in emitHvxAddWithOverflow() local 2417 SDValue Add = DAG.getNode(ISD::ADD, dl, ResTy, {A, B}); in emitHvxAddWithOverflow() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2523 bool Add, bool Predicated) { in SelectMVE_VADCSBC() 3599 SDNode *Add = nullptr; in Select() local
|
H A D | ARMConstantIslandPass.cpp | 2260 MachineInstr *Add = Load->getNextNode(); in optimizeThumb2JumpTables() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1327 Value *Add = Builder.CreateExtractValue(Call, 0, "sadd.result"); in processUGT_ADDCST_ADD() local 2557 BinaryOperator *Add, in foldICmpAddConstant()
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_routing_manager.cpp | 209 void Add(const Ip6::Prefix &aPrefix) { SuccessOrQuit(PushBack(RioPrefix(aPrefix))); } in Add() function in ot::ExpectedRios
|
/aosp_15_r20/external/flatbuffers/python/flatbuffers/ |
H A D | flexbuffers.py | 1474 def Add(self, value): member in Builder
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 163 enum ExprKind { Subtract, Add }; enumerator
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | shape_inference_test.cc | 1434 TEST_F(ShapeInferenceTest, Add) { in TEST_F() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 163 enum ExprKind { Subtract, Add }; enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 2317 MachineInstr *Add = Load->getNextNode(); in optimizeThumb2JumpTables() local
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | bn.rs | 1275 impl<'a, 'b> Add<&'b BigNumRef> for &'a BigNumRef { impl
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ |
H A D | parser.cc | 2427 void SourceLocationTable::Add( in Add() function in google::protobuf::compiler::SourceLocationTable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
D | link.go | 988 Add int64 member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 2260 bool FastISel::canFoldAddIntoGEP(const User *GEP, const Value *Add) { in canFoldAddIntoGEP()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | export_test.go | 999 func (a *AddrRanges) Add(r AddrRange) { func
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | device_groups.cc | 2281 LeAudioDeviceGroup* LeAudioDeviceGroups::Add(int group_id) { in Add() function in bluetooth::le_audio::LeAudioDeviceGroups
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser.cc | 2427 void SourceLocationTable::Add( in Add() function in google::protobuf::compiler::SourceLocationTable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 163 enum ExprKind { Subtract, Add }; enumerator
|