Home
last modified time | relevance | path

Searched refs:replaceWithConstant (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DSCCP.cpp37 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 DTestIntRangeInference.cpp24 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 DCoroElide.cpp56 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 DAMDGPULegalizerInfo.cpp3340 static bool replaceWithConstant(MachineIRBuilder &B, MachineInstr &MI, in replaceWithConstant() function
3352 return replaceWithConstant(B, MI, 0); in legalizeWorkitemIDIntrinsic()