Searched defs:HasSideEffect (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2288 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 2843 bool HasSideEffect = S.isVolatile() || S.getNumOutputs() == 0; EmitAsmStmt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3744 bool HasSideEffect, AlignStack, AsmDialect, CanThrow; parseValID() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 9275 bool HasSideEffect = IA->hasSideEffects(); visitInlineAsm() local
|