Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp738 MaxLoadsPerMemcmp = 8; in TargetLoweringBase()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp175 MaxLoadsPerMemcmp = 0; in BPFTargetLowering()
184 MaxLoadsPerMemcmp = MaxLoadsPerMemcmpOptSize = CommonMaxStores; in BPFTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1801 return OptSize ? MaxLoadsPerMemcmpOptSize : MaxLoadsPerMemcmp; in getMaxExpandSizeMemcmp()
3608 unsigned MaxLoadsPerMemcmp; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1502 MaxLoadsPerMemcmp = 128; in PPCTargetLowering()
1504 MaxLoadsPerMemcmp = 8; in PPCTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1043 MaxLoadsPerMemcmp = in AArch64TargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2496 MaxLoadsPerMemcmp = 2; in X86TargetLowering()