Home
last modified time | relevance | path

Searched defs:IsArg (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
Dinst.go79 IsArg() methodSpec
85 func (Float32Imm) IsArg() {} func
93 func (Float64Imm) IsArg() {} func
102 func (Imm) IsArg() {} func
114 func (ImmAlt) IsArg() {} func
129 func (Label) IsArg() {} func
232 func (Reg) IsArg() {} func
272 func (RegX) IsArg() {} func
282 func (RegList) IsArg() {} func
306 func (Endian) IsArg() {} func
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
Dinst.go49 IsArg() methodSpec
234 func (Reg) IsArg() {} func
301 func (CondReg) IsArg() {} func
320 func (SpReg) IsArg() {} func
328 func (PCRel) IsArg() {} func
336 func (Label) IsArg() {} func
344 func (Imm) IsArg() {} func
352 func (Offset) IsArg() {} func
/aosp_15_r20/external/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h44 bool IsArg; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h47 bool IsArg; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h47 bool IsArg; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h47 bool IsArg; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h47 bool IsArg; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h47 bool IsArg; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h47 bool IsArg; member
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.h208 bool IsArg() const { return class_ == NC_ARG; } in IsArg() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc92 bool IsArg(const NodeDef& node) { in IsArg() function
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp951 BugReport &report, bool IsArg, in trackNullOrUndefValue()
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc103 bool TFGraphDialect::IsArg(TFOp op) const { in IsArg() function in mlir::tfg::TFGraphDialect