Searched refs:replaceWithConstant (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Transforms/ |
| H A D | SCCP.cpp | 37 static LogicalResult replaceWithConstant(DataFlowSolver &solver, in replaceWithConstant() function 86 succeeded(replaceWithConstant(solver, builder, folder, res)); in rewrite() 103 (void)replaceWithConstant(solver, builder, folder, arg); in rewrite()
|
| /llvm-project-15.0.7/mlir/test/lib/Transforms/ |
| H A D | TestIntRangeInference.cpp | 24 static LogicalResult replaceWithConstant(DataFlowSolver &solver, OpBuilder &b, in replaceWithConstant() function 73 succeeded(replaceWithConstant(solver, builder, folder, res)); in rewrite() 90 (void)replaceWithConstant(solver, builder, folder, arg); in rewrite()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroElide.cpp | 56 static void replaceWithConstant(Constant *Value, in replaceWithConstant() function 341 replaceWithConstant(ResumeAddrConstant, ResumeAddr); in processCoroId() 349 replaceWithConstant(DestroyAddrConstant, It.second); in processCoroId()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 3340 static bool replaceWithConstant(MachineIRBuilder &B, MachineInstr &MI, in replaceWithConstant() function 3352 return replaceWithConstant(B, MI, 0); in legalizeWorkitemIDIntrinsic()
|