Home
last modified time | relevance | path

Searched refs:InstSimplifyFolder (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h34 class InstSimplifyFolder final : public IRBuilderFolder {
41 InstSimplifyFolder(const DataLayout &DL) : ConstFolder(DL), SQ(DL) {} in InstSimplifyFolder() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp75 IRBuilder<InstSimplifyFolder> Builder( in versionLoop()
77 InstSimplifyFolder(RuntimeCheckBB->getModule()->getDataLayout())); in versionLoop()
H A DLoopUtils.cpp1758 IRBuilder<InstSimplifyFolder> ChkBuilder(Ctx, in addRuntimeChecks()
1813 IRBuilder<InstSimplifyFolder> ChkBuilder(Ctx, in addDiffRuntimeChecks()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h110 typedef IRBuilder<InstSimplifyFolder, IRBuilderCallbackInserter> BuilderType;
166 Builder(se.getContext(), InstSimplifyFolder(DL),
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp488 IRBuilder<InstSimplifyFolder> Builder(Ctx, *DL); in tryCreateStridedLoadStore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp356 IRBuilder<InstSimplifyFolder> Builder(Inst->getContext(), in promoteAllocaUserToVector()
357 InstSimplifyFolder(DL)); in promoteAllocaUserToVector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1464 InstSimplifyFolder(HVC.DL)); in realignGroup()
1745 InstSimplifyFolder(HVC.DL)); in processFxpMul()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp130 struct ReplacementIRBuilder : IRBuilder<InstSimplifyFolder> {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp7229 void InstSimplifyFolder::anchor() {} in anchor()