Home
last modified time | relevance | path

Searched defs:replaceAllUsesWith (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DUseDefLists.h188 void replaceAllUsesWith(ValueT &&newValue) { in replaceAllUsesWith() function
H A DValueRange.h269 replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith() function
H A DOpDefinition.h572 void replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith() function
613 void replaceAllUsesWith(Value newValue) { in replaceAllUsesWith() function
618 void replaceAllUsesWith(Operation *op) { in replaceAllUsesWith() function
H A DValue.h162 void replaceAllUsesWith(Value newValue) const { in replaceAllUsesWith() function
H A DOperation.h203 void replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DMetadata.h402 void replaceAllUsesWith(Metadata *MD) { in replaceAllUsesWith() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp529 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith() function in Value
H A DMetadata.cpp278 void ReplaceableMetadataImpl::replaceAllUsesWith(Metadata *MD) { in replaceAllUsesWith() function in ReplaceableMetadataImpl
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperationSupport.cpp588 void ResultRange::replaceAllUsesWith(Operation *op) { in replaceAllUsesWith() function in ResultRange
H A DSymbolTable.cpp996 void SymbolUserMap::replaceAllUsesWith(Operation *symbol, in replaceAllUsesWith() function in SymbolUserMap
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp979 void VPValue::replaceAllUsesWith(VPValue *New) { in replaceAllUsesWith() function in VPValue
/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp175 TEST(VPInstructionTest, replaceAllUsesWith) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3514 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith() function in LibCallSimplifier
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3057 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith() function in TypePromotionTransaction