HomeSort by relevance Sort by last modified time
    Searched full:getbase (Results 1 - 25 of 481) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/subzero/src/
IceInstX8632.cpp 141 if (getBase() && getBase()->isRematerializable()) {
142 Disp += getRematerializableOffset(getBase(), Target);
161 if (getBase() == nullptr || CI->getValue() || Disp != 0)
174 if (getBase() || getIndex()) {
176 if (getBase())
177 getBase()->emit(Func);
201 if (getBase() && getBase()->isRematerializable()) {
202 Disp += getRematerializableOffset(getBase(), Target)
    [all...]
IceInstX8664.cpp 114 if (getBase() && getBase()->isRematerializable()) {
115 Disp += getRematerializableOffset(getBase(), Target);
197 if (getBase() && getBase()->isRematerializable()) {
198 Disp += getRematerializableOffset(getBase(), Target);
255 if (getBase() && getBase()->isRematerializable()) {
256 Disp += getRematerializableOffset(getBase(), Target);
270 (getBase() != nullptr || getIndex() != nullptr) ? FK_Abs : FK_PcRel
    [all...]
  /external/libmojo/mojo/edk/system/
shared_buffer_dispatcher_unittest.cc 126 ASSERT_TRUE(mapping1->GetBase());
129 static_cast<char*>(mapping1->GetBase())[50] = 'x';
135 ASSERT_TRUE(mapping2->GetBase());
137 EXPECT_EQ('x', static_cast<char*>(mapping2->GetBase())[0]);
143 static_cast<char*>(mapping2->GetBase())[1] = 'y';
144 EXPECT_EQ('y', static_cast<char*>(mapping1->GetBase())[51]);
163 ASSERT_TRUE(mapping1->GetBase());
166 static_cast<char*>(mapping1->GetBase())[50] = 'x';
172 ASSERT_TRUE(mapping2->GetBase());
174 EXPECT_EQ('x', static_cast<char*>(mapping2->GetBase())[0])
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/sycl/
sycl_util.h 30 inline void const* GetBase(const Tensor* src) { return DMAHelper::base(src); }
31 inline void* GetBase(Tensor* dst) { return DMAHelper::base(dst); }
36 void* dst_ptr = GetBase(dst_tensor);
37 void const* src_ptr = GetBase(&src_tensor);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MemoryObject.h 27 /// getBase - Returns the lowest valid address in the region.
30 virtual uint64_t getBase() const = 0;
34 /// is getBase() + getExtent() - 1).
41 /// @param address - The address of the byte, in the same space as getBase().
53 /// getBase().
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_util.cc 110 void* GetBase(const Tensor* src) {
114 void* GetBase(Tensor* dst) { return DMAHelper::base(dst); }
162 void* src_ptr = GetBase(&tensor);
218 void* src_ptr = GetBase(input);
220 void* dst_ptr = GetBase(output);
285 void* src_ptr = GetBase(gpu_tensor);
287 void* dst_ptr = GetBase(cpu_tensor);
331 void* src_ptr = GetBase(cpu_tensor);
332 void* dst_ptr = GetBase(gpu_tensor);
376 void* ptr = (num_bytes > 0) ? GetBase(tensor) : nullptr
    [all...]
  /external/clang/lib/Sema/
ScopeInfo.cpp 73 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts());
79 IsExact = IE->getBase()->isObjCSelfExpr();
90 const Expr *DoubleBase = BaseProp->getBase();
126 const OpaqueValueExpr *OVE = cast<OpaqueValueExpr>(PropE->getBase());
152 : Base(getBaseInfo(IvarE->getBase())), Property(IvarE->getDecl()) {
189 if (isa<OpaqueValueExpr>(RefExpr->getBase()))
192 markSafeWeakUse(RefExpr->getBase());
  /external/clang/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /external/llvm/include/llvm/Support/
MemoryObject.h 45 /// getBase().
53 /// @param address - address of the byte, in the same space as getBase()
61 /// @param address - address of the byte, in the same space as getBase()
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MemoryObject.h 45 /// getBase().
53 /// @param address - address of the byte, in the same space as getBase()
61 /// @param address - address of the byte, in the same space as getBase()
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
MemoryObject.h 45 /// getBase().
53 /// @param address - address of the byte, in the same space as getBase()
61 /// @param address - address of the byte, in the same space as getBase()
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
BaseSubobject.h 39 /// getBase - Returns the base class declaration.
40 const CXXRecordDecl *getBase() const { return Base; }
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),

Completed in 439 milliseconds

1 2 3 4 5 6 7 8 91011>>