Searched refs:replaceWithConstant (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Transforms/ |
H A D | SCCP.cpp | 42 static LogicalResult replaceWithConstant(DataFlowSolver &solver, in replaceWithConstant() function 91 succeeded(replaceWithConstant(solver, builder, folder, res)); in rewrite() 108 (void)replaceWithConstant(solver, builder, folder, arg); in rewrite()
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 82 static void replaceWithConstant(Constant *Value, in replaceWithConstant() function 411 replaceWithConstant(ResumeAddrConstant, ResumeAddr); in attemptElide() 420 replaceWithConstant(DestroyAddrConstant, It.second); in attemptElide()
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 4385 static bool replaceWithConstant(MachineIRBuilder &B, MachineInstr &MI, in legalizeWorkitemIDIntrinsic() 4397 return replaceWithConstant(B, MI, 0); in legalizeWorkitemIDIntrinsic() 4366 static bool replaceWithConstant(MachineIRBuilder &B, MachineInstr &MI, replaceWithConstant() function
|