Home
last modified time | relevance | path

Searched refs:SizeWidth (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp2758 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2759 if (!MCI->getLength()->getType()->isIntegerTy(SizeWidth)) in fastLowerIntrinsicCall()
2773 unsigned SizeWidth = Subtarget->is64Bit() ? 64 : 32; in fastLowerIntrinsicCall() local
2774 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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp3246 unsigned SizeWidth = ELFT::Is64Bits ? 8 : 7; in printProgramHeaders() local
3269 FileSz = to_string(format_hex(Phdr.p_filesz, SizeWidth)); in printProgramHeaders()
3270 MemSz = to_string(format_hex(Phdr.p_memsz, SizeWidth)); in printProgramHeaders()