Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DPatternMatch.h644 void replaceAllUsesWith(Value from, Value to) { in replaceAllUsesWith() function
650 void replaceAllUsesWith(Block *from, Block *to) { in replaceAllUsesWith() function
638 void replaceAllUsesWith(Value from, Value to) { replaceAllUsesWith() function
H A DUseDefLists.h211 void replaceAllUsesWith(ValueT &&newValue) { in replaceAllUsesWith() function
H A DValueRange.h281 replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith() function
H A DValue.h173 void replaceAllUsesWith(Value newValue) { in replaceAllUsesWith() function
H A DOperation.h272 void replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith() function
/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h510 void replaceAllUsesWith(Metadata *MD) { replaceAllUsesWith() function
/llvm-project/llvm/lib/IR/
H A DValue.cpp534 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith() function in Value
H A DMetadata.cpp361 void ReplaceableMetadataImpl::replaceAllUsesWith(Metadata *MD) { replaceAllUsesWith() function in ReplaceableMetadataImpl
[all...]
/llvm-project/mlir/lib/IR/
H A DSymbolTable.cpp1078 void SymbolUserMap::replaceAllUsesWith(Operation *symbol, in replaceAllUsesWith() function in SymbolUserMap
H A DOperationSupport.cpp634 void ResultRange::replaceAllUsesWith(Operation *op) { replaceAllUsesWith() function in ResultRange
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1366 void VPValue::replaceAllUsesWith(VPValue *New) { replaceAllUsesWith() function in VPValue
/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp176 TEST(VPInstructionTest,replaceAllUsesWith) TEST() argument
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1112 static void replaceAllUsesWith(Value *Old, Value *New, in replaceAllUsesWith() function
3389 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, replaceAllUsesWith() function in TypePromotionTransaction
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp4039 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { replaceAllUsesWith() function in LibCallSimplifier