/llvm-project/mlir/lib/IR/ |
H A D | Value.cpp | 62 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 D | unique_ptr_test_helper.h | 55 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 D | VariantValue.cpp | 101 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 D | MutableBox.h | 97 fir::ExtendedValue newValue; global() member
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | UseDefLists.h | 163 void set(IRValueT newValue) { in set() 211 void replaceAllUsesWith(ValueT &&newValue) { in replaceAllUsesWith()
|
H A D | Attributes.h | 227 setValue(Attribute newValue) setValue() argument
|
H A D | Value.h | 173 void replaceAllUsesWith(Value newValue) { in replaceAllUsesWith()
|
/llvm-project/mlir/include/mlir/Analysis/DataFlow/ |
H A D | SparseAnalysis.h | 117 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 D | cxa_exception.cpp | 81 void __setExceptionClass(_Unwind_Exception* unwind_exception, uint64_t newValue) { in __setExceptionClass()
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | TemporaryStorage.cpp | 42 mlir::Value newValue = in getAndIncrementIndex() local
|
H A D | MutableBox.cpp | 907 auto newValue = getExtValForStorage(newAddr); genReallocIfNeeded() local
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | AsmParserState.cpp | 426 refineDefinition(Value oldValue,Value newValue) refineDefinition() argument
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | StackArrays.cpp | 529 mlir::Value newValue = convertAllocationType( matchAndRewrite() local
|
/llvm-project/mlir/unittests/IR/ |
H A D | AttributeTest.cpp | 37 for (auto newValue : detectedSplat.template getValues<EltTy>()) in testSplat() local
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | IR.cpp | 577 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 D | PassRegistry.cpp | 394 setValue(const OpPassManager & newValue) setValue() argument
|
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/ |
H A D | PDLToPDLInterp.cpp | 648 Value &newValue = rewriteValues[oldValue]; in generateRewriter() local
|
/llvm-project/mlir/lib/Dialect/OpenACC/IR/ |
H A D | OpenACC.cpp | 1574 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 D | DialectConversion.cpp | 2587 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 D | BytecodeReader.cpp | 2494 Value newValue = newValues[i]; defineValues() local
|
/llvm-project/mlir/lib/Dialect/GPU/IR/ |
H A D | GPUDialect.cpp | 1581 ArrayAttr newValue = ArrayAttr::get(ctx, elements); setAttributionAttrs() local
|
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalg.cpp | 2032 auto newValue = blockArgs[0]; matchAndRewrite() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 2500 EmitARCStoreStrong(LValue dst,llvm::Value * newValue,bool ignored) EmitARCStoreStrong() argument
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 6632 selectPassthru(OpBuilder & builder,Value mask,Value newValue,Value passthru) selectPassthru() argument
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExpr.cpp | 5561 mlir::Value newValue = fir::getBase(asScalarArray(e)); genSliceIndices() local
|