Home
last modified time | relevance | path

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

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