Home
last modified time | relevance | path

Searched defs:HasSideEffects (Results 1 – 7 of 7) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2373 bool &HasSideEffects; member in InstAnalyzer
2474 bool &HasSideEffects, bool &IsVariadic, in InferFromPattern()
2825 bool MayStore, MayLoad, IsBitcast, HasSideEffects, IsVariadic; in InferInstructionFlags() local
/external/v8/src/
Dhydrogen-instructions.h660 bool HasSideEffects() const { in HasSideEffects() function
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1296 bool HasSideEffects = Record[0] & 1; in ParseConstants() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c759 value Constraints, value HasSideEffects, in llvm_const_inline_asm()
/external/llvm/lib/VMCore/
DCore.cpp1038 LLVMBool HasSideEffects, in LLVMConstInlineAsm()
/external/clang/include/clang/AST/
DExpr.h452 bool HasSideEffects; member
/external/clang/lib/AST/
DExprConstant.cpp6388 bool Expr::HasSideEffects(const ASTContext &Ctx) const { in HasSideEffects() function in Expr