Home
last modified time | relevance | path

Searched defs:hasSideEffects (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/angle/src/compiler/translator/
H A DIntermNode.h296 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 DIntermNode.cpp979 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 DInlineAsm.cpp31 const std::string &constraints, bool hasSideEffects, in InlineAsm()
43 StringRef Constraints, bool hasSideEffects, in get()
/aosp_15_r20/external/llvm/lib/IR/
H A DInlineAsm.cpp28 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 DInlineAsm.cpp31 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 Ddead_code_elimination.cpp315 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/
DGenericMachineInstrs.h445 bool hasSideEffects() const { in hasSideEffects() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Dmain.go68 hasSideEffects bool // for "reasons", not to be eliminated. E.g., atomic store, #19182. member
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DInlineAsm.h69 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInlineAsm.h66 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/
DGenericMachineInstrs.h460 bool hasSideEffects() const { in hasSideEffects() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/
DGenericMachineInstrs.h460 bool hasSideEffects() const { in hasSideEffects() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DInlineAsm.h71 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h248 bool hasSideEffects : 1; variable
H A DCodeGenDAGPatterns.cpp2742 bool hasSideEffects; member in InstAnalyzer
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DInlineAsm.h70 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DInlineAsm.h71 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DInlineAsm.h71 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DInlineAsm.h71 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DGenericMachineInstrs.h499 bool hasSideEffects() const { in hasSideEffects() function
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DTransforms.cpp173 bool trans::hasSideEffects(Expr *E, ASTContext &Ctx) { in hasSideEffects() function in trans
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dop.go43 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 DIceInst.h97 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp1161 bool Node::hasSideEffects() const { in hasSideEffects() function in torch::jit::Node
/aosp_15_r20/external/clang/lib/AST/
H A DExpr.cpp2792 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function in __anon40406c680211::SideEffectFinder

12