Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp43 static cl::opt<unsigned> MaxLoadsPerMemcmp( variable
762 if (!OptForSize && MaxLoadsPerMemcmp.getNumOccurrences()) in expandMemCmp()
763 Options.MaxNumLoads = MaxLoadsPerMemcmp; in expandMemCmp()
DTargetLoweringBase.cpp574 MaxLoadsPerMemcmp = 8; in TargetLoweringBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1431 return OptSize ? MaxLoadsPerMemcmpOptSize : MaxLoadsPerMemcmp; in getMaxExpandSizeMemcmp()
2900 unsigned MaxLoadsPerMemcmp; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1278 MaxLoadsPerMemcmp = 128; in PPCTargetLowering()
1280 MaxLoadsPerMemcmp = 8; in PPCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp677 MaxLoadsPerMemcmp = Subtarget->requiresStrictAlign() in AArch64TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp2040 MaxLoadsPerMemcmp = 2; in X86TargetLowering()