Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp48 static cl::opt<unsigned> MaxLoadsPerMemcmp( variable
775 if (!OptForSize && MaxLoadsPerMemcmp.getNumOccurrences()) in expandMemCmp()
776 Options.MaxNumLoads = MaxLoadsPerMemcmp; in expandMemCmp()
H A DTargetLoweringBase.cpp699 MaxLoadsPerMemcmp = 8; in TargetLoweringBase()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1618 return OptSize ? MaxLoadsPerMemcmpOptSize : MaxLoadsPerMemcmp; in getMaxExpandSizeMemcmp()
3127 unsigned MaxLoadsPerMemcmp; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1430 MaxLoadsPerMemcmp = 128; in PPCTargetLowering()
1432 MaxLoadsPerMemcmp = 8; in PPCTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp939 MaxLoadsPerMemcmp = Subtarget->requiresStrictAlign() in AArch64TargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2070 MaxLoadsPerMemcmp = 2; in X86TargetLowering()