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

1 2 3 4 5

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVValue.cpp 62 SPIRVValue::isVolatile()const {
67 SPIRVValue::setVolatile(bool IsVolatile) {
68 if (!IsVolatile) {
  /external/clang/lib/CodeGen/
CGBuilder.h 77 // ending up in the IsVolatile overload.
82 llvm::LoadInst *CreateLoad(Address Addr, bool IsVolatile,
86 IsVolatile,
106 bool IsVolatile,
108 return CreateAlignedLoad(Addr, Align.getQuantity(), IsVolatile, Name);
114 bool IsVolatile = false) {
116 Addr.getAlignment().getQuantity(), IsVolatile);
121 CharUnits Align, bool IsVolatile = false) {
122 return CreateAlignedStore(Val, Addr, Align.getQuantity(), IsVolatile);
135 llvm::LoadInst *CreateDefaultAlignedLoad(llvm::Value *Addr, bool IsVolatile,
    [all...]
CGCall.h 163 ReturnValueSlot(Address Addr, bool IsVolatile, bool IsUnused = false)
165 (IsVolatile ? IS_VOLATILE : 0) | (IsUnused ? IS_UNUSED : 0)),
170 bool isVolatile() const { return Value.getInt() & IS_VOLATILE; }
CGAtomic.cpp 214 bool IsVolatile);
237 bool IsVolatile);
241 bool IsVolatile);
254 llvm::AtomicOrdering AO, bool IsVolatile);
256 llvm::Value *EmitAtomicLoadOp(llvm::AtomicOrdering AO, bool IsVolatile);
276 bool IsVolatile);
280 bool IsVolatile);
283 bool IsVolatile);
286 bool IsVolatile);
369 Pair->setVolatile(E->isVolatile());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 72 /// \param IsVolatile Set to true to indicate that the contents of the file
77 bool RequiresNullTerminator = true, bool IsVolatile = false);
90 int64_t Offset, bool IsVolatile = false);
95 /// \param IsVolatile Set to true to indicate that the contents of the file
100 bool RequiresNullTerminator = true, bool IsVolatile = false);
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 72 /// \param IsVolatile Set to true to indicate that the contents of the file
77 bool RequiresNullTerminator = true, bool IsVolatile = false);
90 int64_t Offset, bool IsVolatile = false);
95 /// \param IsVolatile Set to true to indicate that the contents of the file
100 bool RequiresNullTerminator = true, bool IsVolatile = false);
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 72 /// \param IsVolatile Set to true to indicate that the contents of the file
77 bool RequiresNullTerminator = true, bool IsVolatile = false);
90 int64_t Offset, bool IsVolatile = false);
95 /// \param IsVolatile Set to true to indicate that the contents of the file
100 bool RequiresNullTerminator = true, bool IsVolatile = false);
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 72 /// \param IsVolatile Set to true to indicate that the contents of the file
77 bool RequiresNullTerminator = true, bool IsVolatile = false);
90 int64_t Offset, bool IsVolatile = false);
95 /// \param IsVolatile Set to true to indicate that the contents of the file
100 bool RequiresNullTerminator = true, bool IsVolatile = false);
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 72 /// \param IsVolatile Set to true to indicate that the contents of the file
77 bool RequiresNullTerminator = true, bool IsVolatile = false);
90 int64_t Offset, bool IsVolatile = false);
95 /// \param IsVolatile Set to true to indicate that the contents of the file
100 bool RequiresNullTerminator = true, bool IsVolatile = false);
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 72 /// \param IsVolatile Set to true to indicate that the contents of the file
77 bool RequiresNullTerminator = true, bool IsVolatile = false);
90 int64_t Offset, bool IsVolatile = false);
95 /// \param IsVolatile Set to true to indicate that the contents of the file
100 bool RequiresNullTerminator = true, bool IsVolatile = false);
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 72 /// \param IsVolatile Set to true to indicate that the contents of the file
77 bool RequiresNullTerminator = true, bool IsVolatile = false);
90 int64_t Offset, bool IsVolatile = false);
95 /// \param IsVolatile Set to true to indicate that the contents of the file
100 bool RequiresNullTerminator = true, bool IsVolatile = false);
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MemoryBuffer.h 72 /// \param IsVolatile Set to true to indicate that the contents of the file
77 bool RequiresNullTerminator = true, bool IsVolatile = false);
90 int64_t Offset, bool IsVolatile = false);
95 /// \param IsVolatile Set to true to indicate that the contents of the file
100 bool RequiresNullTerminator = true, bool IsVolatile = false);
139 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h 29 SDValue Size, unsigned Align, bool IsVolatile,
36 SDValue Size, unsigned Align, bool IsVolatile,
SystemZSelectionDAGInfo.cpp 51 SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline,
53 if (IsVolatile)
79 SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile,
83 if (IsVolatile)
  /art/runtime/
art_field-inl.h 58 if (UNLIKELY(IsVolatile())) {
68 if (UNLIKELY(IsVolatile())) {
78 if (UNLIKELY(IsVolatile())) {
88 if (UNLIKELY(IsVolatile())) {
99 if (UNLIKELY(IsVolatile())) {
109 if (UNLIKELY(IsVolatile())) {
120 if (UNLIKELY(IsVolatile())) { \
128 if (UNLIKELY(IsVolatile())) { \
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
Variable.c     [all...]
  /art/runtime/mirror/
field.h 68 bool IsVolatile() REQUIRES_SHARED(Locks::mutator_lock_) {
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 104 bool RequiresNullTerminator = true, bool IsVolatile = false) = 0;
210 bool RequiresNullTerminator = true, bool IsVolatile = false);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 122 bool RequiresNullTerminator = true, bool IsVolatile = false) = 0;
234 bool RequiresNullTerminator = true, bool IsVolatile = false);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 122 bool RequiresNullTerminator = true, bool IsVolatile = false) = 0;
234 bool RequiresNullTerminator = true, bool IsVolatile = false);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 122 bool RequiresNullTerminator = true, bool IsVolatile = false) = 0;
234 bool RequiresNullTerminator = true, bool IsVolatile = false);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 122 bool RequiresNullTerminator = true, bool IsVolatile = false) = 0;
234 bool RequiresNullTerminator = true, bool IsVolatile = false);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 122 bool RequiresNullTerminator = true, bool IsVolatile = false) = 0;
234 bool RequiresNullTerminator = true, bool IsVolatile = false);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 122 bool RequiresNullTerminator = true, bool IsVolatile = false) = 0;
234 bool RequiresNullTerminator = true, bool IsVolatile = false);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 122 bool RequiresNullTerminator = true, bool IsVolatile = false) = 0;
234 bool RequiresNullTerminator = true, bool IsVolatile = false);

Completed in 1090 milliseconds

1 2 3 4 5