HomeSort by relevance Sort by last modified time
    Searched refs:IsRead (Results 1 - 25 of 46) sorted by null

1 2

  /external/llvm/utils/TableGen/
CodeGenSchedule.h 50 bool IsRead;
59 : Index(0), TheDef(nullptr), IsRead(false), IsAlias(false),
64 IsRead = Def->isSubClassOf("SchedRead");
77 : Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read), IsAlias(false),
330 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const {
331 return IsRead ? getSchedRead(Idx) : getSchedWrite(Idx);
334 bool IsRead = Def->isSubClassOf("SchedRead");
335 unsigned Idx = getSchedRWIdx(Def, IsRead);
337 IsRead ? getSchedRead(Idx) : getSchedWrite(Idx));
343 unsigned getSchedRWIdx(Record *Def, bool IsRead, unsigned After = 0) const
    [all...]
CodeGenSchedule.cpp 280 assert(!getSchedRWIdx(*SWI, /*IsRead=*/false) && "duplicate SchedWrite");
285 assert(!getSchedRWIdx(*SRI, /*IsRead-*/true) && "duplicate SchedWrite");
294 /*IsRead=*/false);
329 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) {
334 Name += getSchedRW(*I, IsRead).Name;
340 unsigned CodeGenSchedModels::getSchedRWIdx(Record *Def, bool IsRead,
342 const std::vector<CodeGenSchedRW> &RWVec = IsRead ? SchedReads : SchedWrites;
393 bool IsRead) const {
395 unsigned Idx = getSchedRWIdx(*RI, IsRead);
402 bool IsRead) const
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.h 285 @param[in] IsRead Boolean to show the operation direction.
298 IN BOOLEAN IsRead
312 @param[in] IsRead Boolean to show the operation direction.
325 IN BOOLEAN IsRead
SdHci.c     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 284 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
321 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
870 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) {
873 Uses.push_back(WeakUseTy(E, IsRead));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
EmmcBlockIo.h 278 @param[in] IsRead Indicates it is a read or write operation.
304 IN BOOLEAN IsRead
EmmcBlockIo.c 523 @param[in] IsRead Indicates it is a read or write operation.
541 IN BOOLEAN IsRead,
571 if (IsRead) {
652 @param[in] IsRead Indicates it is a read or write operation.
668 IN BOOLEAN IsRead,
705 if (IsRead) {
787 @param[in] IsRead Indicates it is a read or write operation.
807 IN BOOLEAN IsRead,
831 if (!IsRead && Media->ReadOnly) {
900 Status = EmmcRwMultiBlocks (Partition, Lba, Buffer, BufferSize, IsRead, Token, LastRw);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
SdBlockIo.c 307 @param[in] IsRead Indicates it is a read or write operation.
323 IN BOOLEAN IsRead,
357 if (IsRead) {
468 @param[in] IsRead Indicates it is a read or write operation.
484 IN BOOLEAN IsRead,
519 if (IsRead) {
606 @param[in] IsRead Indicates it is a read or write operation.
626 IN BOOLEAN IsRead,
647 if (!IsRead && Media->ReadOnly) {
701 Status = SdRwSingleBlock (Device, Lba, Buffer, BufferSize, IsRead, Token, LastRw);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 299 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
336 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
ScopeInfo.h 299 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
336 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
ScopeInfo.h 299 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
336 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
ScopeInfo.h 299 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
336 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
ScopeInfo.h 299 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
336 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
ScopeInfo.h 299 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
336 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
ScopeInfo.h 299 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
336 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 299 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
336 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
ScopeInfo.h 299 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
336 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
ScopeInfo.h 299 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
336 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
ScopeInfo.h 299 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
336 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
ScopeInfo.h 299 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
336 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
ScopeInfo.h 299 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
336 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
ScopeInfo.h 299 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {}
336 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHci.h 301 @param[in] IsRead Boolean to show the operation direction.
314 IN BOOLEAN IsRead
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 369 bool IsRead = false;
416 IsRead = true;
458 IsRead = true;
471 IsRead = true;
483 return IsRead ? Attribute::ReadOnly : Attribute::ReadNone;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmmBaseHelper.c 275 @param[in] IsRead TRUE for Read, FALSE for Write.
281 IN BOOLEAN IsRead
304 if (IsRead) {
313 if (IsRead) {
323 if (IsRead) {
    [all...]

Completed in 826 milliseconds

1 2