Searched refs:SizeWidth (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FastISel.cpp1382 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; local
1383 if (!MCI.getLength()->getType()->isIntegerTy(SizeWidth))
1397 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; local
1398 if (!MSI.getLength()->getType()->isIntegerTy(SizeWidth))
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2580 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; local
2581 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth))
2595 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; local
2596 if (!MSI->getLength()->getType()->isIntegerTy(SizeWidth))
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2896 unsigned SizeWidth = ELFT::Is64Bits ? 8 : 7; local
2919 FileSz = to_string(format_hex(Phdr.p_filesz, SizeWidth));
2920 MemSz = to_string(format_hex(Phdr.p_memsz, SizeWidth));

Completed in 218 milliseconds