Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp47 static cl::opt<unsigned> MaxLoadsPerMemcmpOptSize( variable
759 MaxLoadsPerMemcmpOptSize.getNumOccurrences()) in expandMemCmp()
760 Options.MaxNumLoads = MaxLoadsPerMemcmpOptSize; in expandMemCmp()
DTargetLoweringBase.cpp577 MaxStoresPerMemmoveOptSize = MaxLoadsPerMemcmpOptSize = 4; 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()
2902 unsigned MaxLoadsPerMemcmpOptSize; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp676 MaxLoadsPerMemcmpOptSize = 4; in AArch64TargetLowering()
678 ? MaxLoadsPerMemcmpOptSize : 8; in AArch64TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1281 MaxLoadsPerMemcmpOptSize = 4; in PPCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp2041 MaxLoadsPerMemcmpOptSize = 2; in X86TargetLowering()