Home
last modified time | relevance | path

Searched refs:MaxLoadsPerMemcmp (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp55 static cl::opt<unsigned> MaxLoadsPerMemcmp( variable
868 if (!OptForSize && MaxLoadsPerMemcmp.getNumOccurrences()) in expandMemCmp()
869 Options.MaxNumLoads = MaxLoadsPerMemcmp; in expandMemCmp()
H A DTargetLoweringBase.cpp617 MaxLoadsPerMemcmp = 8; in TargetLoweringBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp174 MaxLoadsPerMemcmp = 0; in BPFTargetLowering()
183 MaxLoadsPerMemcmp = MaxLoadsPerMemcmpOptSize = CommonMaxStores; in BPFTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1878 return OptSize ? MaxLoadsPerMemcmpOptSize : MaxLoadsPerMemcmp; in getMaxExpandSizeMemcmp()
3725 unsigned MaxLoadsPerMemcmp; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1503 MaxLoadsPerMemcmp = 128; in PPCTargetLowering()
1505 MaxLoadsPerMemcmp = 8; in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1145 MaxLoadsPerMemcmp = in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2577 MaxLoadsPerMemcmp = 2; in X86TargetLowering()