Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Transforms/
H A DSCCP.cpp42 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 DCoroElide.cpp82 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 DAMDGPULegalizerInfo.cpp4385 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