Home
last modified time | relevance | path

Searched defs:SizeWidth (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86FastISel.cpp2732 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2747 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2580 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2595 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FastISel.cpp2744 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2759 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2896 unsigned SizeWidth = ELFT::Is64Bits ? 8 : 7; in printProgramHeaders() local