/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 94 assert(!is64Bit() && "32-bit interface called on 64-bit object file."); in toSection32() 103 assert(is64Bit() && "64-bit interface called on a 32-bit object file."); in toSection64() 111 assert(!is64Bit() && "Symbol table support not implemented for 64-bit."); in toSymbolEntry() 121 assert(!is64Bit() && "32-bit interface called on 64-bit object file."); in fileHeader32() 126 assert(is64Bit() && "64-bit interface called on a 32-bit object file."); in fileHeader64() 132 assert(!is64Bit() && "32-bit interface called on 64-bit object file."); in sectionHeaderTable32() 138 assert(is64Bit() && "64-bit interface called on a 32-bit object file."); in sectionHeaderTable64() 194 assert(!is64Bit() && "Symbol table support not implemented for 64-bit."); in getSymbolAddress() 199 assert(!is64Bit() && "Symbol table support not implemented for 64-bit."); in getSymbolValueImpl() 242 if (is64Bit()) in getSectionAddress() 423 bool XCOFFObjectFile::is64Bit() const { is64Bit() function in llvm::object::XCOFFObjectFile [all...] |
H A D | MachOObjectFile.cpp | 98 bool Is64 = O.is64Bit(); in getSectionPtr() 178 if (O.is64Bit()) { in getSectionFlags() 203 unsigned HeaderSize = Obj.is64Bit() ? sizeof(MachO::mach_header_64) in getFirstLoadCommandInfo() 214 unsigned HeaderSize = Obj.is64Bit() ? sizeof(MachO::mach_header_64) in getNextLoadCommandInfo() 425 if (Obj.is64Bit()) { in checkSymtabCommand() 502 if (Obj.is64Bit()) { in checkDysymtabCommand() 1266 if (is64Bit()) { in MachOObjectFile() 1315 if (is64Bit()) { in MachOObjectFile() 1680 if (is64Bit()) { in checkSymbolTable() 1696 if (is64Bit()) { in checkSymbolTable() 3106 MachORebaseEntry(Error *E, const MachOObjectFile *O, ArrayRef<uint8_t> Bytes, bool is64Bit) MachORebaseEntry() argument 3454 MachOBindEntry(Error *E, const MachOObjectFile *O, ArrayRef<uint8_t> Bytes, bool is64Bit, Kind BK) MachOBindEntry() argument 4618 bool MachOObjectFile::is64Bit() const { is64Bit() function in MachOObjectFile [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCAsmInfo.cpp | 40 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local 41 if (is64Bit) in X86MCAsmInfoDarwin() 48 if (!is64Bit) in X86MCAsmInfoDarwin() 85 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local 91 CodePointerSize = (is64Bit && !isX32) ? 8 : 4; in X86ELFMCAsmInfo() 94 CalleeSaveStackSlotSize = is64Bit ? 8 : 4; in X86ELFMCAsmInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | angletypes_unittest.cpp | 17 constexpr bool is64Bit = true; member 19 constexpr bool is64Bit = false; 52 ASSERT_EQ(blendStateExt.mMaxColorMask, is64Bit ? 0xFFu : 0xFu); in TEST() 53 ASSERT_EQ(blendStateExt.mMaxEquationMask, is64Bit ? 0xFFu : 0xFu); in TEST() 62 ASSERT_EQ(blendStateExt.mMaxColorMask, is64Bit ? 0xFFFFFFFFu : 0xFFFFu); in TEST() 63 ASSERT_EQ(blendStateExt.mMaxEquationMask, is64Bit ? 0xFFFFFFFFu : 0xFFFFu); in TEST() 72 ASSERT_EQ(blendStateExt.mMaxColorMask, is64Bit ? 0xFFFFFFFFFFFFFFFFu : 0xFFFFFFFFu); in TEST() 73 ASSERT_EQ(blendStateExt.mMaxEquationMask, is64Bit ? 0xFFFFFFFFFFFFFFFFu : 0xFFFFFFFFu); in TEST() 97 ASSERT_EQ(blendStateExt.mColorMask, is64Bit ? 0x0505050505u : 0x55555u); in TEST() 100 ASSERT_EQ(blendStateExt.mColorMask, is64Bit in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCAsmInfo.cpp | 20 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo() argument 25 if (is64Bit) { in PPCELFMCAsmInfo() 50 Data64bitsDirective = is64Bit ? "\t.quad\t" : nullptr; in PPCELFMCAsmInfo()
|
H A D | PPCMCAsmInfo.h | 27 explicit PPCELFMCAsmInfo(bool is64Bit, const Triple &); 34 explicit PPCXCOFFMCAsmInfo(bool is64Bit, const Triple &);
|
H A D | PPCELFObjectWriter.cpp | 263 if (is64Bit()) in getRelocType() 278 if (is64Bit()) in getRelocType() 377 if (is64Bit()) in getRelocType() 383 if (is64Bit()) in getRelocType() 389 if (is64Bit()) in getRelocType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.cpp | 30 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() argument 36 if (!is64Bit) in computeDataLayout() 44 if (is64Bit) in computeDataLayout() 49 if (is64Bit) in computeDataLayout() 102 Subtarget(TT, CPU, FS, *this, is64bit), is64Bit(is64bit) { in SparcTargetMachine() 137 this->is64Bit); in getSubtargetImpl()
|
H A D | SparcSubtarget.cpp | 69 bool is64Bit) in SparcSubtarget() 70 : SparcGenSubtargetInfo(TT, CPU, FS), TargetTriple(TT), Is64Bit(is64Bit), in SparcSubtarget() 76 if (is64Bit()) { in getAdjustedFrameSize() 67 SparcSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM, bool is64Bit) SparcSubtarget() argument
|
H A D | SparcSubtarget.h | 107 bool is64Bit() const { return Is64Bit; } in is64Bit() function in llvm::SparcSubtarget 112 return is64Bit() ? 2047 : 0; in getStackPointerBias()
|
H A D | SparcRegisterInfo.cpp | 67 if (!Subtarget.is64Bit()) in getReservedRegs() 82 if (ReserveAppRegisters || !Subtarget.is64Bit()) in getReservedRegs() 108 return Subtarget.is64Bit() ? &SP::I64RegsRegClass : &SP::IntRegsRegClass; in getPointerRegClass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 75 if (is64Bit()) { in classifyLocalReference() 153 if (is64Bit()) { in classifyGlobalReference() 194 if (is64Bit() && F && (CallingConv::X86_RegCall == F->getCallingConv())) in classifyGlobalFunctionReference() 202 is64Bit()) in classifyGlobalFunctionReference() 207 if (is64Bit()) { in classifyGlobalFunctionReference() 341 else if (is64Bit()) in X86Subtarget()
|
H A D | X86Subtarget.h | 551 bool is64Bit() const { in is64Bit() function in llvm::final 583 bool hasCMov() const { return HasCMov || X86SSELevel >= SSE1 || is64Bit(); } in hasCMov() 654 bool hasCmpxchg16b() const { return HasCmpxchg16b && is64Bit(); } in hasCmpxchg16b() 737 bool isXRaySupported() const override { return is64Bit(); } 750 bool hasMFence() const { return hasSSE2() || is64Bit(); } in hasMFence() 769 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32() 770 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
|
H A D | X86TargetMachine.cpp | 161 bool is64Bit = TT.getArch() == Triple::x86_64; in getEffectiveRelocModel() local 172 if (is64Bit) in getEffectiveRelocModel() 176 if (TT.isOSWindows() && is64Bit) in getEffectiveRelocModel() 186 if (is64Bit) in getEffectiveRelocModel() 194 if (*RM == Reloc::Static && TT.isOSDarwin() && is64Bit) in getEffectiveRelocModel()
|
H A D | X86ExpandPseudo.cpp | 304 TII->get(STI->is64Bit() ? X86::IRET64 : X86::IRET32)); in ExpandMI() 314 TII->get(STI->is64Bit() ? X86::RETQ : X86::RETL)); in ExpandMI() 317 TII->get(STI->is64Bit() ? X86::RETIQ : X86::RETIL)) in ExpandMI() 320 assert(!STI->is64Bit() && in ExpandMI()
|
H A D | X86MCInstLower.cpp | 98 MF->getSubtarget<X86Subtarget>().is64Bit(), STI); in emitShadowPadding() 346 if (Printer.getSubtarget().is64Bit()) in SimplifyShortMoveForm() 394 return Subtarget.is64Bit() ? X86::RETQ : X86::RETL; in getRetOpcode() 741 unsigned ReturnReg = Subtarget.is64Bit() ? X86::RAX : X86::EAX; in Lower() 778 if (!AsmPrinter.getSubtarget().is64Bit()) { in Lower() 1189 assert(Subtarget->is64Bit() && "Statepoint currently only supports X86-64"); in LowerSTATEPOINT() 1195 EmitNops(*OutStreamer, PatchBytes, Subtarget->is64Bit(), in LowerSTATEPOINT() 1288 bool Is64Bits = Subtarget->is64Bit(); in LowerFENTRY_CALL() 1328 unsigned NopSize = EmitNop(*OutStreamer, MinSize, Subtarget->is64Bit(), in LowerPATCHABLE_OP() 1356 assert(Subtarget->is64Bit() in LowerPATCHPOINT() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 148 W.write<uint32_t>(is64Bit() ? MachO::MH_MAGIC_64 : MachO::MH_MAGIC); in writeHeader() 157 if (is64Bit()) in writeHeader() 160 assert(W.OS.tell() - Start == (is64Bit() ? sizeof(MachO::mach_header_64) in writeHeader() 185 is64Bit() ? sizeof(MachO::segment_command_64): in writeSegmentLoadCommand() 187 W.write<uint32_t>(is64Bit() ? MachO::LC_SEGMENT_64 : MachO::LC_SEGMENT); in writeSegmentLoadCommand() 189 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in writeSegmentLoadCommand() 193 if (is64Bit()) { in writeSegmentLoadCommand() 236 if (is64Bit()) { in writeSection() 252 if (is64Bit()) in writeSection() 256 (is64Bit() in writeSection() 421 ComputeLinkerOptionsLoadCommandSize( const std::vector<std::string> &Options, bool is64Bit) ComputeLinkerOptionsLoadCommandSize() argument [all...] |
H A D | ELFObjectWriter.cpp | 156 bool is64Bit() const; 172 if (is64Bit()) in WriteWord() 400 bool ELFWriter::is64Bit() const { in is64Bit() function in ELFWriter 401 return OWriter.TargetObjectWriter->is64Bit(); in is64Bit() 420 W.OS << char(is64Bit() ? ELF::ELFCLASS64 : ELF::ELFCLASS32); // e_ident[EI_CLASS] in writeHeader() 447 W.write<uint16_t>(is64Bit() ? sizeof(ELF::Elf64_Ehdr) in writeHeader() 454 W.write<uint16_t>(is64Bit() ? sizeof(ELF::Elf64_Shdr) in writeHeader() 612 SymbolTableWriter Writer(*this, is64Bit()); in computeSymbolTable() 615 unsigned EntrySize = is64Bit() ? ELF::SYMENTRY_SIZE64 : ELF::SYMENTRY_SIZE32; in computeSymbolTable() 618 SymtabSection->setAlignment(is64Bit() in computeSymbolTable() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 30 MachOWriter(MachOYAML::Object &Obj) : Obj(Obj), is64Bit(true), fileStart(0) { in MachOWriter() 31 is64Bit = Obj.Header.magic == MachO::MH_MAGIC_64 || in MachOWriter() 59 bool is64Bit; member in __anon24284::MachOWriter 86 is64Bit ? sizeof(MachO::mach_header_64) : sizeof(MachO::mach_header); in writeHeader() 263 uint64_t segOff = is64Bit ? LC.Data.segment_command_64_data.fileoff in writeSectionData() 312 uint64_t segSize = is64Bit ? LC.Data.segment_command_64_data.filesize in writeSectionData() 454 if (is64Bit) in writeNameList() 554 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; in writeFatArchs() local 556 if (is64Bit) in writeFatArchs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 62 bool is64Bit() const { return Is64Bit; } in is64Bit() function in llvm::MCMachObjectTargetWriter 168 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function in llvm::MachObjectWriter
|
H A D | MCWasmObjectWriter.h | 41 bool is64Bit() const { return Is64Bit; } in is64Bit() function in llvm::MCWasmObjectTargetWriter
|
H A D | MCXCOFFObjectWriter.h | 29 bool is64Bit() const { return Is64Bit; } in is64Bit() function in llvm::MCXCOFFObjectTargetWriter
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 83 const bool is64Bit = tcu::boolAny(tcu::equal(bitDepths, tcu::IVec4(64,64,64,64))); in is64Format() local 85 return is64Bit; in is64Format() 355 const bool is64Bit = is64Format(access.getFormat()); in comparePixelToColorClearValue() local 362 DE_ASSERT(!is64Bit); // There are no 64-bit fixed point formats. in comparePixelToColorClearValue() 393 const U64Vec4 refColor ((is64Bit ? packed[0] : static_cast<uint64_t>(ref.uint32[0])), in comparePixelToColorClearValue() 394 (is64Bit ? packed[1] : static_cast<uint64_t>(ref.uint32[1])), in comparePixelToColorClearValue() 395 static_cast<uint64_t>(is64Bit ? 0u : ref.uint32[2]), in comparePixelToColorClearValue() 396 static_cast<uint64_t>(is64Bit ? 0u : ref.uint32[3])); in comparePixelToColorClearValue() 418 const I64Vec4 refColor ((is64Bit ? packed[0] : static_cast<int64_t>(ref.int32[0])), in comparePixelToColorClearValue() 419 (is64Bit in comparePixelToColorClearValue() 2482 const bool is64Bit = is64Format(tcuFormat); createImageClearingTestsCommon() local 2773 const bool is64Bit = is64Format(tcuFormat); createImageClearingTestsCommon() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetMachine.cpp | 127 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; in getDataLayoutString() local 140 if (!is64Bit || T.getOS() == Triple::Lv2) in getDataLayoutString() 145 if (is64Bit || !T.isOSDarwin()) in getDataLayoutString() 151 if (is64Bit) in getDataLayoutString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 59 ABI = Subtarget.is64Bit() ? RISCVABI::ABI_LP64 : RISCVABI::ABI_ILP32; in RISCVTargetLowering() 65 ABI = Subtarget.is64Bit() ? RISCVABI::ABI_LP64 : RISCVABI::ABI_ILP32; in RISCVTargetLowering() 117 if (Subtarget.is64Bit()) { in RISCVTargetLowering() 135 if (Subtarget.is64Bit() && Subtarget.hasStdExtM()) { in RISCVTargetLowering() 181 if (Subtarget.hasStdExtF() && Subtarget.is64Bit()) in RISCVTargetLowering() 209 Subtarget.is64Bit() ? Legal : Custom); in RISCVTargetLowering() 305 if (Subtarget.is64Bit() || !SrcTy->isIntegerTy() || !DstTy->isIntegerTy()) in isTruncateFree() 313 if (Subtarget.is64Bit() || SrcVT.isVector() || DstVT.isVector() || in isTruncateFree() 326 (Subtarget.is64Bit() && MemVT == MVT::i32)) && in isZExtFree() 336 return Subtarget.is64Bit() in isSExtCheaperThanZExt() [all...] |