/llvm-project/mlir/include/mlir/IR/ |
H A D | PatternMatch.h | 644 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 D | UseDefLists.h | 211 void replaceAllUsesWith(ValueT &&newValue) { in replaceAllUsesWith() function
|
H A D | ValueRange.h | 281 replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith() function
|
H A D | Value.h | 173 void replaceAllUsesWith(Value newValue) { in replaceAllUsesWith() function
|
H A D | Operation.h | 272 void replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Metadata.h | 510 void replaceAllUsesWith(Metadata *MD) { replaceAllUsesWith() function
|
/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 534 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith() function in Value
|
H A D | Metadata.cpp | 361 void ReplaceableMetadataImpl::replaceAllUsesWith(Metadata *MD) { replaceAllUsesWith() function in ReplaceableMetadataImpl [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | SymbolTable.cpp | 1078 void SymbolUserMap::replaceAllUsesWith(Operation *symbol, in replaceAllUsesWith() function in SymbolUserMap
|
H A D | OperationSupport.cpp | 634 void ResultRange::replaceAllUsesWith(Operation *op) { replaceAllUsesWith() function in ResultRange
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 1366 void VPValue::replaceAllUsesWith(VPValue *New) { replaceAllUsesWith() function in VPValue
|
/llvm-project/llvm/unittests/Transforms/Vectorize/ |
H A D | VPlanTest.cpp | 176 TEST(VPInstructionTest,replaceAllUsesWith) TEST() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 1112 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 D | SimplifyLibCalls.cpp | 4039 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { replaceAllUsesWith() function in LibCallSimplifier
|