/llvm-project/clang/test/Analysis/ |
H A D | bool-assignment.c | 10 bool constant = 2; // no-warning in test_stdbool_initialization() local 40 BOOL constant = 2; // expected-warning {{Assignment of a non-Boolean value}} in test_BOOL_initialization() local 83 Boolean constant = 2; // expected-warning {{Assignment of a non-Boolean value}} in test_Boolean_initialization() local
|
H A D | constant-folding.c | 166 unsigned int constant = 1 << 3; in testBitwiseRules() local
|
/llvm-project/lld/test/MachO/ |
H A D | load-command-sequence.s | 66 constant: label
|
/llvm-project/flang/include/flang/Lower/ |
H A D | ConvertConstant.h | 51 const evaluate::Constant<T> &constant, in convertConstant()
|
/llvm-project/mlir/test/lib/Analysis/DataFlow/ |
H A D | TestDeadCodeAnalysis.cpp | 82 auto *constant = getOrCreate<Lattice<ConstantValue>>(op->getResult(0)); visit() local 96 auto *constant = getOrCreate<Lattice<ConstantValue>>(value); setAllToUnknownConstants() local
|
/llvm-project/mlir/include/mlir/Analysis/DataFlow/ |
H A D | ConstantPropagationAnalysis.h | 36 explicit ConstantValue(Attribute constant, Dialect *dialect) in ConstantValue() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | ConstantInitBuilder.cpp | 70 bool constant, in createGlobal() argument 273 auto constant = llvm::ConstantArray::get(type, elts); in finishArray() local 288 llvm::Constant *constant; in finishStruct() local
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | offloading-entries.cu | 92 const __device__ int constant = 1; global() variable [all...] |
/llvm-project/flang/lib/Parser/ |
H A D | expr-parsers.h | 25 template <typename PA> inline constexpr auto constant(const PA &p) { in constant() function
|
/llvm-project/llvm/docs/ |
H A D | AMDGPUOperandSyntax.rst | 630 encoded as an *inline constant*. 649 encoded as an *inline constant*. 681 A symbolic operand encoded as an *inline constant*.
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertConstant.cpp | 131 &constant, in tryCreating() argument 147 &constant) { in tryConvertingToAttributes() argument 170 *constant); in tryConvertingToAttributes() local 650 genOutlineArrayLit(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Type arrayTy,const Fortran::evaluate::Constant<T> & constant) genOutlineArrayLit() argument 739 gen(Fortran::lower::AbstractConverter & converter,mlir::Location loc,const Fortran::evaluate::Constant<T> & constant,bool outlineBigConstantsInReadOnlyMemory) gen() argument 770 if (const auto *constant = std::get_if< genConstantValue() local 788 if (const auto *constant = genConstantValue() local [all...] |
/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 168 if (constant) { in EvaluateValue() local 258 ResolveConstantValue(APInt & value,const Constant * constant) ResolveConstantValue() argument 370 ResolveConstant(lldb::addr_t process_address,const Constant * constant) ResolveConstant() argument 449 if (const Constant *constant = dyn_cast<Constant>(value)) { ResolveValue() local 481 CanResolveConstant(llvm::Constant * constant) CanResolveConstant() argument 669 if (Constant *constant = llvm::dyn_cast<Constant>(operand)) { CanInterpret() local [all...] |
/llvm-project/mlir/lib/Transforms/ |
H A D | SCCP.cpp | 54 Value constant = folder.getOrCreateConstant( in replaceWithConstant() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx11-user-defined-literals.cpp | 123 template<typename T, T v> struct constant { constexpr static T value = v; }; argument
|
/llvm-project/mlir/lib/IR/ |
H A D | AffineExprDetail.h | 92 int64_t constant; member
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-templates.cpp | 8 int constant; member
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | ScalableValueBoundsConstraintSet.cpp | 23 auto matchConstant = [&](AffineExpr expr, int64_t &constant) -> bool { in getSize() argument
|
/llvm-project/mlir/lib/Dialect/SCF/Transforms/ |
H A D | LoopSpecialization.cpp | 66 Value constant = in specializeParallelLoopForUnrolling() local 98 Value constant in specializeForLoopForUnrolling() local [all...] |
/llvm-project/mlir/python/mlir/dialects/ |
H A D | arith.py | 107 def constant( function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | atomicinit.cpp | 95 namespace constant { namespace
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/ROCDL/ |
H A D | ROCDLToLLVMIRTranslation.cpp | 178 llvm::Constant *constant = llvm::ConstantInt::get(i32, i); amendOperation() local
|
/llvm-project/mlir/lib/Analysis/Presburger/ |
H A D | QuasiPolynomial.cpp | 39 QuasiPolynomial::QuasiPolynomial(unsigned numVars, const Fraction &constant) in QuasiPolynomial() argument
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleImport.cpp | 765 getConstantAsAttr(llvm::Constant * constant) getConstantAsAttr() argument 970 getConstantsToConvert(llvm::Constant * constant) getConstantsToConvert() argument 1025 convertConstant(llvm::Constant * constant) convertConstant() argument 1148 convertConstantExpr(llvm::Constant * constant) convertConstantExpr() argument 1190 if (auto *constant = dyn_cast<llvm::Constant>(value)) convertValue() local 1216 if (auto *constant = dyn_cast<llvm::Constant>(value)) convertMetadataValue() local 1246 auto *constant = llvm::cast<llvm::Constant>(value); convertIntrinsicArguments() local [all...] |
/llvm-project/mlir/test/lib/Dialect/Affine/ |
H A D | TestReifyValueBounds.cpp | 85 bool constant = op.getConstant(); testReifyValueBounds() local
|
/llvm-project/mlir/lib/Conversion/ArithToEmitC/ |
H A D | ArithToEmitC.cpp | 81 auto constant = rewriter.create<emitc::ConstantOp>( matchAndRewrite() local 150 auto constant = rewriter.create<emitc::ConstantOp>( matchAndRewrite() local
|