/aosp_15_r20/external/angle/src/compiler/translator/ |
H A 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 516 bool hasSideEffects() const override in hasSideEffects() function 562 bool hasSideEffects() const override { return isAssignment() || mOperand->hasSideEffects(); } in hasSideEffects() function 750 bool hasSideEffects() const override in hasSideEffects() function 897 bool hasSideEffects() const override in hasSideEffects() function
|
H A D | IntermNode.cpp | 979 bool TIntermAggregate::hasSideEffects() const in hasSideEffects() function in sh::TIntermAggregate
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | InlineAsm.cpp | 31 const std::string &constraints, bool hasSideEffects, in InlineAsm() 43 StringRef Constraints, bool hasSideEffects, in get()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | InlineAsm.cpp | 28 StringRef Constraints, bool hasSideEffects, in get() 37 const std::string &constraints, bool hasSideEffects, in InlineAsm()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | InlineAsm.cpp | 31 const std::string &constraints, bool hasSideEffects, in InlineAsm() 44 StringRef Constraints, bool hasSideEffects, in get()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | dead_code_elimination.cpp | 315 bool hasSideEffects(Node* node) { in hasSideEffects() function in torch::jit::DeadCodeEliminator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/ |
D | GenericMachineInstrs.h | 445 bool hasSideEffects() const { in hasSideEffects() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/ |
D | main.go | 68 hasSideEffects bool // for "reasons", not to be eliminated. E.g., atomic store, #19182. member
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 69 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 66 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/ |
D | GenericMachineInstrs.h | 460 bool hasSideEffects() const { in hasSideEffects() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/ |
D | GenericMachineInstrs.h | 460 bool hasSideEffects() const { in hasSideEffects() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | InlineAsm.h | 71 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | CodeGenInstruction.h | 248 bool hasSideEffects : 1; variable
|
H A D | CodeGenDAGPatterns.cpp | 2742 bool hasSideEffects; member in InstAnalyzer
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 70 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | InlineAsm.h | 71 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | InlineAsm.h | 71 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | InlineAsm.h | 71 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/ |
D | GenericMachineInstrs.h | 499 bool hasSideEffects() const { in hasSideEffects() function
|
/aosp_15_r20/external/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 173 bool trans::hasSideEffects(Expr *E, ASTContext &Ctx) { in hasSideEffects() function in trans
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | op.go | 43 hasSideEffects bool // for "reasons", not to be eliminated. E.g., atomic store, #19182. member
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceInst.h | 97 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/ |
H A D | ir.cpp | 1161 bool Node::hasSideEffects() const { in hasSideEffects() function in torch::jit::Node
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | Expr.cpp | 2792 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function in __anon40406c680211::SideEffectFinder
|