/external/angle/src/compiler/translator/ |
D | IntermNode.h | 296 bool hasSideEffects() const override { return false; } in hasSideEffects() function 357 bool hasSideEffects() const override { return false; } in hasSideEffects() function 436 bool hasSideEffects() const override { return isAssignment(); } in hasSideEffects() function 463 bool hasSideEffects() const override { return mOperand->hasSideEffects(); } in hasSideEffects() function 517 bool hasSideEffects() const override in hasSideEffects() function 563 bool hasSideEffects() const override { return isAssignment() || mOperand->hasSideEffects(); } in hasSideEffects() function 751 bool hasSideEffects() const override in hasSideEffects() function 898 bool hasSideEffects() const override in hasSideEffects() function
|
D | IntermNode.cpp | 980 bool TIntermAggregate::hasSideEffects() const in hasSideEffects() function in sh::TIntermAggregate
|
/external/llvm/lib/IR/ |
D | InlineAsm.cpp | 28 StringRef Constraints, bool hasSideEffects, in get() 37 const std::string &constraints, bool hasSideEffects, in InlineAsm()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | InlineAsm.cpp | 31 const std::string &constraints, bool hasSideEffects, in InlineAsm() 43 StringRef Constraints, bool hasSideEffects, in get()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | InlineAsm.cpp | 31 const std::string &constraints, bool hasSideEffects, in InlineAsm() 44 StringRef Constraints, bool hasSideEffects, in get()
|
/external/pytorch/torch/csrc/jit/passes/ |
D | dead_code_elimination.cpp | 315 bool hasSideEffects(Node* node) { in hasSideEffects() function in torch::jit::DeadCodeEliminator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InlineAsm.h | 66 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
/external/llvm/include/llvm/IR/ |
D | InlineAsm.h | 69 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | InlineAsm.h | 70 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 248 bool hasSideEffects : 1; variable
|
D | CodeGenDAGPatterns.cpp | 2742 bool hasSideEffects; member in InstAnalyzer
|
/external/clang/lib/ARCMigrate/ |
D | Transforms.cpp | 173 bool trans::hasSideEffects(Expr *E, ASTContext &Ctx) { in hasSideEffects() function in trans
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 97 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
/external/pytorch/torch/csrc/jit/ir/ |
D | ir.cpp | 1161 bool Node::hasSideEffects() const { in hasSideEffects() function in torch::jit::Node
|
/external/clang/lib/AST/ |
D | Expr.cpp | 2792 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function in __anon8c1c36e80211::SideEffectFinder
|
/external/clang/include/clang/AST/ |
D | Expr.h | 556 bool hasSideEffects() const { in hasSideEffects() function
|