Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h69 unsigned MaxLoadsPerMemcmp; member
390 : TuneInfo->MaxLoadsPerMemcmp; in getMaxLoadsPerMemcmp()
H A DRISCVProcessors.td44 bits<32> MaxLoadsPerMemcmp = 8;
60 "MaxLoadsPerMemcmpOptSize", "MaxLoadsPerMemcmp",
H A DRISCVISelLowering.cpp1685 MaxLoadsPerMemcmp = Subtarget.getMaxLoadsPerMemcmp(/*OptSize=*/false); in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp55 static cl::opt<unsigned> MaxLoadsPerMemcmp( variable
867 if (!OptForSize && MaxLoadsPerMemcmp.getNumOccurrences()) in expandMemCmp()
868 Options.MaxNumLoads = MaxLoadsPerMemcmp; in expandMemCmp()
H A DTargetLoweringBase.cpp696 MaxLoadsPerMemcmp = 8; in TargetLoweringBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp182 MaxLoadsPerMemcmp = 0; in BPFTargetLowering()
191 MaxLoadsPerMemcmp = MaxLoadsPerMemcmpOptSize = CommonMaxStores; in BPFTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1935 return OptSize ? MaxLoadsPerMemcmpOptSize : MaxLoadsPerMemcmp; in getMaxExpandSizeMemcmp()
3875 unsigned MaxLoadsPerMemcmp; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1496 MaxLoadsPerMemcmp = 128; in PPCTargetLowering()
1498 MaxLoadsPerMemcmp = 8; in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1193 MaxLoadsPerMemcmp = in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2713 MaxLoadsPerMemcmp = 2; in X86TargetLowering()