Home
last modified time | relevance | path

Searched defs:ReadNone (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h118 ReadNone, global() enumerator
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2456 UpdateAsmCallInst(llvm::CallBase & Result,bool HasSideEffect,bool HasUnwindClobber,bool ReadOnly,bool ReadNone,bool NoMerge,const AsmStmt & S,const std::vector<llvm::Type * > & ResultRegTypes,const std::vector<llvm::Type * > & ArgElemTypes,CodeGenFunction & CGF,std::vector<llvm::Value * > & RegResults) UpdateAsmCallInst() argument
2691 bool ReadOnly = true, ReadNone = true; EmitAsmStmt() local