Home
last modified time | relevance | path

Searched defs:IsVolatile (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp356 bool IsVolatile = MemSD->isVolatile(); in SelectLoadVector() local
894 bool IsVolatile = MemSD->isVolatile(); in SelectStoreVector() local
/external/clang/lib/CodeGen/
DCGCall.h291 ReturnValueSlot(llvm::Value *Value, bool IsVolatile) in ReturnValueSlot()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp90 bool IsVolatile, unsigned NumOutputs, in ActOnGCCAsmStmt()
DTreeTransform.h1175 bool IsVolatile, unsigned NumOutputs, in RebuildGCCAsmStmt()
/external/clang/include/clang/AST/
DStmt.h1381 bool IsVolatile; variable
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp495 uint64_t Size, bool IsVolatile) { in handleLoadOrStore()