Home
last modified time | relevance | path

Searched defs:is64Bit (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp20 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCWasmObjectWriter.h41 bool is64Bit() const { return Is64Bit; } in is64Bit() function in llvm::MCWasmObjectTargetWriter
H A DMCXCOFFObjectWriter.h29 bool is64Bit() const { return Is64Bit; } in is64Bit() function in llvm::MCXCOFFObjectTargetWriter
H A DMCELFObjectWriter.h104 bool is64Bit() const { return Is64Bit; } in is64Bit() function in llvm::MCELFObjectTargetWriter
H A DMCMachObjectWriter.h62 bool is64Bit() const { return Is64Bit; } in is64Bit() function in llvm::MCMachObjectTargetWriter
168 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function in llvm::MachObjectWriter
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes_unittest.cpp17 constexpr bool is64Bit = true; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcSubtarget.cpp67 SparcSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM, bool is64Bit) SparcSubtarget() argument
H A DSparcTargetMachine.h25 bool is64Bit; member in llvm::SparcTargetMachine
H A DSparcTargetMachine.cpp30 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() argument
H A DSparcSubtarget.h107 bool is64Bit() const { return Is64Bit; } in is64Bit() function in llvm::SparcSubtarget
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h48 bool is64Bit() const { return is64bit; } in is64Bit() function in llvm::NVPTXTargetMachine
H A DNVPTXTargetMachine.cpp94 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp40 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local
85 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local
H A DX86MCTargetDesc.cpp325 bool is64Bit = TheTriple.getArch() == Triple::x86_64; in createX86MCAsmInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h90 bool is64Bit() const { return HasRV64; } in is64Bit() function in llvm::RISCVSubtarget
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp127 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; in getDataLayoutString() local
H A DPPCRegisterInfo.cpp626 bool is64Bit = TM.isPPC64(); in lowerDynamicAreaOffset() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp161 bool is64Bit = TT.getArch() == Triple::x86_64; in getEffectiveRelocModel() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp50 bool is64Bit() const { in is64Bit() function
H A DMachOEmitter.cpp59 bool is64Bit; member in __anon24284::MachOWriter
554 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; in writeFatArchs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMachObjectWriter.cpp421 ComputeLinkerOptionsLoadCommandSize( const std::vector<std::string> &Options, bool is64Bit) ComputeLinkerOptionsLoadCommandSize() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DXCOFFObjectFile.cpp423 bool XCOFFObjectFile::is64Bit() const { is64Bit() function in llvm::object::XCOFFObjectFile
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp161 bool is64Bit() const { return Root->getType()->isIntegerTy(64); } in is64Bit() function in __anon24536::Reduction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp101 bool is64Bit() const { in is64Bit() function in __anon24811::SparcAsmParser
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp999 static bool is64Bit(const char *name) { in is64Bit() function

Completed in 23 milliseconds

12