Home
last modified time | relevance | path

Searched refs:Defines (Results 1 – 25 of 102) sorted by relevance

12345

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp56 Rewrites[Var].Defines[BB] = V; in AddAvailableValue()
72 if (!R.Defines.count(BB)) { in computeValueAt()
76 R.Defines[BB] = V; in computeValueAt()
78 R.Defines[BB] = UndefValue::get(R.Ty); in computeValueAt()
80 return R.Defines[BB]; in computeValueAt()
135 for (auto &Def : R.Defines) in RewriteAllUses()
155 R.Defines[FrontierBB] = PN; in RewriteAllUses()
/llvm-project-15.0.7/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp61 DenseMap<StringRef, StringRef> Defines; in preprocess() local
69 if (!Defines.try_emplace(Macro, Definition).second) { in preprocess()
87 auto It = Defines.find(Macro); in preprocess()
89 if (It != Defines.end()) in preprocess()
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/libc/
H A Dplatforms.bzl5 """Defines global variables that lists target cpus"""
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dassociative-comdat-2.s1 # Defines foo and foo_assoc globals. foo is comdat, and foo_assoc is comdat
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DTarget.td26 // Defines a matcher for complex operands. This is analogous to ComplexPattern
48 // Defines a custom renderer. This is analogous to SDNodeXForm from
/llvm-project-15.0.7/lld/cmake/modules/
H A DFindVTune.cmake2 # Defines:
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsDirectX.td1 //===- IntrinsicsDirectX.td - Defines DirectX intrinsics ---*- tablegen -*-===//
H A DIntrinsicsBPF.td1 //===- IntrinsicsBPF.td - Defines BPF intrinsics -----------*- tablegen -*-===//
H A DIntrinsicsSPIRV.td1 //===- IntrinsicsSPIRV.td - Defines SPIRV intrinsics -------*- tablegen -*-===//
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToROCDL/
H A DGPUToROCDL.td9 // Defines Patterns to lower GPU ops to ROCDL.
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToNVVM/
H A DGPUToNVVM.td9 // Defines Patterns to lower GPU ops to NVVM.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/EmitC/IR/
H A DEmitCBase.td9 // Defines the MLIR EmitC dialect.
H A DEmitCAttributes.td9 // Defines the MLIR EmitC attributes.
H A DEmitCTypes.td9 // Defines the MLIR EmitC types.
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterBulk.h41 DenseMap<BasicBlock *, Value *> Defines; member
/llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/
H A DShapeInferenceInterface.td9 // Defines the operations of the Shape Inference Op Interface.
/llvm-project-15.0.7/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.td9 // Defines Patterns to lower Shape ops to Std.
/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DShapeInferenceInterface.td9 // Defines the operations of the Shape Inference Op Interface.
/llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/
H A DShapeInferenceInterface.td9 // Defines the operations of the Shape Inference Op Interface.
/llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/
H A DShapeInferenceInterface.td9 // Defines the operations of the Shape Inference Op Interface.
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DCopyOpInterface.td9 // Defines the interface for copy-like operations.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dbraces-around-statements.rst32 Defines the minimal number of lines that the statement should have in order
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTensorEncoding.td9 // Defines the interfaces associated with tensor encoding attributes.
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrMMA.td13 // Defines 2 unmasked instructions where the xo field for acc/non-acc version
29 // Defines 4 instructions, masked/unmasked with masks 8, 4, 4 bits.
53 // Defines 4 instructions, masked/unmasked with masks 4, 4, 4 bits.
77 // Defines 4 instructions, masked/unmasked with masks 2, 4, 4 bits.
100 // Defines 4 instructions, masked/unmasked with masks 2, 4, 4 bits.
134 // Defines 10 instructions, operand negating, unmasked, masked with 2, 4, 4
178 // Defines 5 instructions, unmasked, operand negating.
199 // Defines 10 instructions, operand negating, unmasked, masked with 4, 4 bits.
243 // Defines 10 instructions, operand negating, unmasked, masked with 4, 2 bits.
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DAppleArm64ExceptionClass.def9 // Defines ESR exception classes for Apple arm64* targets.

12345