Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DExpandMemCmp.cpp45 static cl::opt<unsigned> MaxLoadsPerMemcmp( variable
744 if (!OptForSize && MaxLoadsPerMemcmp.getNumOccurrences()) in expandMemCmp()
745 Options.MaxNumLoads = MaxLoadsPerMemcmp; in expandMemCmp()
DTargetLoweringBase.cpp684 MaxLoadsPerMemcmp = 8; in TargetLoweringBase()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1431 return OptSize ? MaxLoadsPerMemcmpOptSize : MaxLoadsPerMemcmp; in getMaxExpandSizeMemcmp()
2900 unsigned MaxLoadsPerMemcmp; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h1587 return OptSize ? MaxLoadsPerMemcmpOptSize : MaxLoadsPerMemcmp; in getMaxExpandSizeMemcmp()
3080 unsigned MaxLoadsPerMemcmp; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1278 MaxLoadsPerMemcmp = 128; in PPCTargetLowering()
1280 MaxLoadsPerMemcmp = 8; in PPCTargetLowering()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1369 MaxLoadsPerMemcmp = 128; in PPCTargetLowering()
1371 MaxLoadsPerMemcmp = 8; in PPCTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp677 MaxLoadsPerMemcmp = Subtarget->requiresStrictAlign() in AArch64TargetLowering()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp880 MaxLoadsPerMemcmp = Subtarget->requiresStrictAlign() in AArch64TargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp2040 MaxLoadsPerMemcmp = 2; in X86TargetLowering()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp2032 MaxLoadsPerMemcmp = 2; in X86TargetLowering()