Home
last modified time | relevance | path

Searched defs:constant (Results 1 – 25 of 69) sorted by relevance

123

/llvm-project/clang/test/Analysis/
H A Dbool-assignment.c10 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 Dconstant-folding.c166 unsigned int constant = 1 << 3; in testBitwiseRules() local
/llvm-project/lld/test/MachO/
H A Dload-command-sequence.s66 constant: label
/llvm-project/flang/include/flang/Lower/
H A DConvertConstant.h51 const evaluate::Constant<T> &constant, in convertConstant()
/llvm-project/mlir/test/lib/Analysis/DataFlow/
H A DTestDeadCodeAnalysis.cpp82 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 DConstantPropagationAnalysis.h36 explicit ConstantValue(Attribute constant, Dialect *dialect) in ConstantValue() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp70 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 Doffloading-entries.cu92 const __device__ int constant = 1; global() variable
[all...]
/llvm-project/flang/lib/Parser/
H A Dexpr-parsers.h25 template <typename PA> inline constexpr auto constant(const PA &p) { in constant() function
/llvm-project/llvm/docs/
H A DAMDGPUOperandSyntax.rst630 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 DConvertConstant.cpp131 &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 DIRInterpreter.cpp168 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 DSCCP.cpp54 Value constant = folder.getOrCreateConstant( in replaceWithConstant() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp123 template<typename T, T v> struct constant { constexpr static T value = v; }; argument
/llvm-project/mlir/lib/IR/
H A DAffineExprDetail.h92 int64_t constant; member
/llvm-project/clang/test/AST/
H A Dast-dump-templates.cpp8 int constant; member
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DScalableValueBoundsConstraintSet.cpp23 auto matchConstant = [&](AffineExpr expr, int64_t &constant) -> bool { in getSize() argument
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DLoopSpecialization.cpp66 Value constant = in specializeParallelLoopForUnrolling() local
98 Value constant in specializeForLoopForUnrolling() local
[all...]
/llvm-project/mlir/python/mlir/dialects/
H A Darith.py107 def constant( function
/llvm-project/clang/test/CodeGenCXX/
H A Datomicinit.cpp95 namespace constant { namespace
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/ROCDL/
H A DROCDLToLLVMIRTranslation.cpp178 llvm::Constant *constant = llvm::ConstantInt::get(i32, i); amendOperation() local
/llvm-project/mlir/lib/Analysis/Presburger/
H A DQuasiPolynomial.cpp39 QuasiPolynomial::QuasiPolynomial(unsigned numVars, const Fraction &constant) in QuasiPolynomial() argument
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleImport.cpp765 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 DTestReifyValueBounds.cpp85 bool constant = op.getConstant(); testReifyValueBounds() local
/llvm-project/mlir/lib/Conversion/ArithToEmitC/
H A DArithToEmitC.cpp81 auto constant = rewriter.create<emitc::ConstantOp>( matchAndRewrite() local
150 auto constant = rewriter.create<emitc::ConstantOp>( matchAndRewrite() local

123