Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DValue.cpp62 Value newValue, const SmallPtrSetImpl<Operation *> &exceptions) { in replaceAllUsesExcept()
72 void Value::replaceAllUsesExcept(Value newValue, Operation *exceptedUser) { in replaceAllUsesExcept()
81 void Value::replaceUsesWithIf(Value newValue, in replaceUsesWithIf()
/llvm-project/libcxx/test/support/
H A Dunique_ptr_test_helper.h55 TEST_CONSTEXPR_CXX23 typename std::enable_if<!std::is_array<T>::value, T*>::type newValue(int num_e… in newValue() function
62 newValue(int num_elements) { in newValue() function
/llvm-project/mlir/lib/Query/Matcher/
H A DVariantValue.cpp101 void VariantValue::setString(const llvm::StringRef &newValue) { in setString()
114 void VariantValue::setMatcher(const VariantMatcher &newValue) { in setMatcher()
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DMutableBox.h97 fir::ExtendedValue newValue; global() member
/llvm-project/mlir/include/mlir/IR/
H A DUseDefLists.h163 void set(IRValueT newValue) { in set()
211 void replaceAllUsesWith(ValueT &&newValue) { in replaceAllUsesWith()
H A DAttributes.h227 setValue(Attribute newValue) setValue() argument
H A DValue.h173 void replaceAllUsesWith(Value newValue) { in replaceAllUsesWith()
/llvm-project/mlir/include/mlir/Analysis/DataFlow/
H A DSparseAnalysis.h117 ValueT newValue = ValueT::join(value, rhs); in join() local
145 ValueT newValue = ValueT::meet(value, rhs); in meet() local
[all...]
/llvm-project/libcxxabi/src/
H A Dcxa_exception.cpp81 void __setExceptionClass(_Unwind_Exception* unwind_exception, uint64_t newValue) { in __setExceptionClass()
/llvm-project/flang/lib/Optimizer/Builder/
H A DTemporaryStorage.cpp42 mlir::Value newValue = in getAndIncrementIndex() local
H A DMutableBox.cpp907 auto newValue = getExtValForStorage(newAddr); genReallocIfNeeded() local
/llvm-project/mlir/lib/AsmParser/
H A DAsmParserState.cpp426 refineDefinition(Value oldValue,Value newValue) refineDefinition() argument
/llvm-project/flang/lib/Optimizer/Transforms/
H A DStackArrays.cpp529 mlir::Value newValue = convertAllocationType( matchAndRewrite() local
/llvm-project/mlir/unittests/IR/
H A DAttributeTest.cpp37 for (auto newValue : detectedSplat.template getValues<EltTy>()) in testSplat() local
/llvm-project/mlir/lib/CAPI/IR/
H A DIR.cpp577 mlirOperationSetOperand(MlirOperation op,intptr_t pos,MlirValue newValue) mlirOperationSetOperand() argument
1007 mlirValueReplaceAllUsesOfWith(MlirValue oldValue,MlirValue newValue) mlirValueReplaceAllUsesOfWith() argument
/llvm-project/mlir/lib/Pass/
H A DPassRegistry.cpp394 setValue(const OpPassManager & newValue) setValue() argument
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp648 Value &newValue = rewriteValues[oldValue]; in generateRewriter() local
/llvm-project/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp1574 parseGangValue(OpAsmParser & parser,llvm::StringRef keyword,llvm::SmallVectorImpl<mlir::OpAsmParser::UnresolvedOperand> & operands,llvm::SmallVectorImpl<Type> & types,llvm::SmallVector<GangArgTypeAttr> & attributes,GangArgTypeAttr gangArgType,bool & needCommaBetweenValues,bool & newValue) parseGangValue() argument
1643 bool newValue = false; parseGangClause() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp2587 Value newValue = rewriterImpl.mapping.lookupOrNull(result); finalize() local
2951 legalizeChangedResultType(Operation * op,OpResult result,Value newValue,const TypeConverter * replConverter,ConversionPatternRewriter & rewriter,ConversionPatternRewriterImpl & rewriterImpl,const DenseMap<Value,SmallVector<Value>> & inverseMapping) legalizeChangedResultType() argument
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp2494 Value newValue = newValues[i]; defineValues() local
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp1581 ArrayAttr newValue = ArrayAttr::get(ctx, elements); setAttributionAttrs() local
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp2032 auto newValue = blockArgs[0]; matchAndRewrite() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2500 EmitARCStoreStrong(LValue dst,llvm::Value * newValue,bool ignored) EmitARCStoreStrong() argument
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp6632 selectPassthru(OpBuilder & builder,Value mask,Value newValue,Value passthru) selectPassthru() argument
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp5561 mlir::Value newValue = fir::getBase(asScalarArray(e)); genSliceIndices() local