/external/clang/lib/CodeGen/ |
D | CGBuilder.h | 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, 137 return CGBuilderBaseTy::CreateLoad(Addr, IsVolatile, Name); [all …]
|
D | 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); 1254 bool IsVolatile) { in EmitAtomicLoadOp() argument [all …]
|
D | CGCall.h | 163 ReturnValueSlot(Address Addr, bool IsVolatile, bool IsUnused = false) 165 (IsVolatile ? IS_VOLATILE : 0) | (IsUnused ? IS_UNUSED : 0)),
|
D | MicrosoftCXXABI.cpp | 3642 bool &IsConst, bool &IsVolatile, in decomposeTypeForEH() argument 3652 IsVolatile = false; in decomposeTypeForEH() 3657 IsVolatile = PointeeType.isVolatileQualified(); in decomposeTypeForEH() 3681 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local 3683 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned); in getAddrOfCXXCatchHandlerType() 3690 if (IsVolatile) in getAddrOfCXXCatchHandlerType() 4104 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local 4105 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned); in getThrowInfo() 4121 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned, in getThrowInfo() 4136 if (IsVolatile) in getThrowInfo()
|
D | CodeGenFunction.h | 1797 bool IsVolatile = hasVolatileMember(EltTy); in EmitAggregateAssign() local 1798 EmitAggregateCopy(DestPtr, SrcPtr, EltTy, IsVolatile, true); in EmitAggregateAssign() 2620 llvm::AtomicOrdering AO, bool IsVolatile = false, 2626 bool IsVolatile, bool isInit); 2638 bool IsVolatile);
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-ptr-to-member.ll | 35 ; CHECK: IsVolatile: 0 49 ; CHECK: IsVolatile: 0 63 ; CHECK: IsVolatile: 0 77 ; CHECK: IsVolatile: 0 94 ; CHECK: IsVolatile: 0 108 ; CHECK: IsVolatile: 0 122 ; CHECK: IsVolatile: 0 136 ; CHECK: IsVolatile: 0 152 ; CHECK: IsVolatile: 0 168 ; CHECK: IsVolatile: 0
|
D | types-basic.ll | 77 ; CHECK: IsVolatile: 0 100 ; CHECK: IsVolatile: 0 113 ; CHECK: IsVolatile: 0 178 ; CHECK: IsVolatile: 0 198 ; CHECK: IsVolatile: 0
|
D | defer-complete-type.ll | 38 ; CHECK: IsVolatile: 0 80 ; CHECK: IsVolatile: 0
|
D | types-data-members.ll | 255 ; CHECK: IsVolatile: 0 276 ; CHECK: IsVolatile: 0 288 ; CHECK: IsVolatile: 0 390 ; CHECK: IsVolatile: 0
|
D | types-non-virtual-methods.ll | 72 ; CHECK: IsVolatile: 0 152 ; CHECK: IsVolatile: 0
|
D | globals.ll | 66 ; OBJ: IsVolatile: 0
|
D | types-recursive-struct.ll | 77 ; CHECK: IsVolatile: 0
|
D | types-array-advanced.ll | 103 ; CHECK: IsVolatile: 0
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVValue.cpp | 67 SPIRVValue::setVolatile(bool IsVolatile) { in setVolatile() argument 68 if (!IsVolatile) { in setVolatile()
|
D | SPIRVValue.h | 97 void setVolatile(bool IsVolatile);
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.h | 29 SDValue Size, unsigned Align, bool IsVolatile, 36 SDValue Size, unsigned Align, bool IsVolatile,
|
D | SystemZSelectionDAGInfo.cpp | 51 SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 53 if (IsVolatile) in EmitTargetCodeForMemcpy() 79 SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, in EmitTargetCodeForMemset() argument 83 if (IsVolatile) in EmitTargetCodeForMemset()
|
/external/clang/include/clang/Basic/ |
D | VirtualFileSystem.h | 104 bool RequiresNullTerminator = true, bool IsVolatile = false) = 0; 210 bool RequiresNullTerminator = true, bool IsVolatile = false);
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 96 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile() argument 101 return (*F)->getBuffer(Name, FileSize, RequiresNullTerminator, IsVolatile); in getBufferForFile() 159 bool IsVolatile) override; 182 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer() argument 185 IsVolatile); in getBuffer() 451 bool IsVolatile) override { in getBuffer() argument 1547 bool IsVolatile) override { in getBuffer() argument 1549 IsVolatile); in getBuffer()
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 142 bool IsVolatile, unsigned NumOutputs, in ActOnGCCAsmStmt() argument 162 Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, NumInputs, Names, in ActOnGCCAsmStmt() 348 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt()
|
/external/clang/include/clang/AST/ |
D | Mangle.h | 210 virtual void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
|
D | Stmt.h | 1423 bool IsVolatile; variable 1433 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt() 1449 bool isVolatile() const { return IsVolatile; } in isVolatile() 1450 void setVolatile(bool V) { IsVolatile = V; } in setVolatile()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 937 bool IsVolatile = MemSD->isVolatile(); in tryLoadVector() local 941 IsVolatile = false; in tryLoadVector() 1029 SDValue Ops[] = { getI32Imm(IsVolatile, DL), getI32Imm(CodeAddrSpace, DL), in tryLoadVector() 1082 SDValue Ops[] = { getI32Imm(IsVolatile, DL), getI32Imm(CodeAddrSpace, DL), in tryLoadVector() 1184 SDValue Ops[] = { getI32Imm(IsVolatile, DL), getI32Imm(CodeAddrSpace, DL), in tryLoadVector() 1286 SDValue Ops[] = { getI32Imm(IsVolatile, DL), getI32Imm(CodeAddrSpace, DL), in tryLoadVector() 2372 bool IsVolatile = MemSD->isVolatile(); in tryStoreVector() local 2376 IsVolatile = false; in tryStoreVector() 2412 StOps.push_back(getI32Imm(IsVolatile, DL)); in tryStoreVector()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 2165 bool IsVolatile; in createMachineMemOperandFor() local 2169 IsVolatile = LI->isVolatile(); in createMachineMemOperandFor() 2175 IsVolatile = SI->isVolatile(); in createMachineMemOperandFor() 2194 if (IsVolatile) in createMachineMemOperandFor()
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 192 bool IsVolatile, unsigned Alignment); 3431 bool IsVolatile, unsigned Alignment) { in writeMemoryAccess() argument 3438 if (IsVolatile || IsUnaligned) { in writeMemoryAccess() 3445 if (IsVolatile) Out << "volatile "; in writeMemoryAccess() 3453 if (IsVolatile || IsUnaligned) { in writeMemoryAccess()
|