Searched defs:Is64Bit (Results 1 - 25 of 57) sorted by last modified time

123

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8632Traits.h54 static constexpr bool Is64Bit = false; member in struct:Ice::X8632::TargetX8632Traits
H A DIceTargetLoweringX8664Traits.h55 static constexpr bool Is64Bit = true; member in struct:Ice::X8664::TargetX8664Traits
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DBinaryObject.h32 bool Is64Bit; member in class:llvm::BinaryObject
41 : IsLittleEndian(isLittleEndian), Is64Bit(is64Bit) {}
44 : Name(name), IsLittleEndian(isLittleEndian), Is64Bit(is64Bit) {}
110 if (!Is64Bit)
224 if (!Is64Bit)
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachOObject.h61 bool Is64Bit; member in class:llvm::object::MachOObject
79 MachOObject(MemoryBuffer *Buffer, bool IsLittleEndian, bool Is64Bit);
100 bool is64Bit() const { return Is64Bit; }
103 return Is64Bit ? macho::Header64Size : macho::Header32Size;
/external/swiftshader/third_party/LLVM/lib/MC/
H A DWinCOFFObjectWriter.cpp132 bool Is64Bit; member in class:__anon19950::WinCOFFObjectWriter
318 , Is64Bit(is64Bit) {
321 Is64Bit ? Header.Machine = COFF::IMAGE_FILE_MACHINE_AMD64
707 Reloc.Data.Type = Is64Bit ? COFF::IMAGE_REL_AMD64_REL32
715 Reloc.Data.Type = Is64Bit ? COFF::IMAGE_REL_AMD64_ADDR32
719 if (Is64Bit)
/external/swiftshader/third_party/LLVM/lib/Object/
H A DMachOObject.cpp61 : Buffer(Buffer_), IsLittleEndian(IsLittleEndian_), Is64Bit(Is64Bit_),
96 bool IsLittleEndian = false, Is64Bit = false; local
102 Is64Bit = true;
105 Is64Bit = true;
112 unsigned HeaderSize = Is64Bit ? macho::Header64Size : macho::Header32Size;
119 Is64Bit));
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp43 ARMMachObjectWriter(bool Is64Bit, uint32_t CPUType, argument
45 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype,
381 bool Is64Bit,
384 return createMachObjectWriter(new ARMMachObjectWriter(Is64Bit,
380 createARMMachObjectWriter(raw_ostream &OS, bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype) argument
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXSubtarget.h78 bool Is64Bit; member in class:llvm::PTXSubtarget
92 bool is64Bit() const { return Is64Bit; }
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp50 PPCMachObjectWriter(bool Is64Bit, uint32_t CPUType, argument
52 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype) {}
62 PPCELFObjectWriter(bool Is64Bit, Triple::OSType OSType, uint16_t EMachine, argument
64 : MCELFObjectTargetWriter(Is64Bit, OSType, EMachine, HasRelocationAddend) {}
134 /*Is64Bit=*/is64,
169 /*Is64Bit=*/is64,
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcSubtarget.h30 bool Is64Bit; member in class:llvm::SparcSubtarget
44 bool is64Bit() const { return Is64Bit; }
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp356 bool Is64Bit; member in class:__anon20146::WindowsX86AsmBackend
361 , Is64Bit(is64Bit) {
365 return createWinCOFFObjectWriter(OS, Is64Bit);
381 return createX86MachObjectWriter(OS, /*Is64Bit=*/false,
395 return createX86MachObjectWriter(OS, /*Is64Bit=*/true,
H A DX86MachObjectWriter.cpp57 X86MachObjectWriter(bool Is64Bit, uint32_t CPUType, argument
59 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype,
60 /*UseAggressiveSymbolFolding=*/Is64Bit) {}
547 bool Is64Bit,
550 return createMachObjectWriter(new X86MachObjectWriter(Is64Bit,
546 createX86MachObjectWriter(raw_ostream &OS, bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype) argument
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FrameLowering.cpp88 bool Is64Bit) {
128 const unsigned *CS = Is64Bit ? CallerSavedRegs64Bit : CallerSavedRegs32Bit;
144 bool Is64Bit, const TargetInstrInfo &TII,
149 getSUBriOpcode(Is64Bit, Offset) :
150 getADDriOpcode(Is64Bit, Offset);
156 if (ThisVal == (Is64Bit ? 8 : 4)) {
159 ? (unsigned)(Is64Bit ? X86::RAX : X86::EAX)
160 : findDeadCallerSavedReg(MBB, MBBI, TRI, Is64Bit);
163 ? (Is64Bit ? X86::PUSH64r : X86::PUSH32r)
164 : (Is64Bit
85 findDeadCallerSavedReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, const TargetRegisterInfo &TRI, bool Is64Bit) argument
142 emitSPUpdate(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, unsigned StackPtr, int64_t NumBytes, bool Is64Bit, const TargetInstrInfo &TII, const TargetRegisterInfo &TRI) argument
[all...]
H A DX86ISelLowering.cpp1553 bool Is64Bit = Subtarget->is64Bit(); local
1565 ((Is64Bit || Ins[i].Flags.isInReg()) && !Subtarget->hasXMM())) {
1731 bool Is64Bit = Subtarget->is64Bit(); local
1765 else if (Is64Bit && RegVT == MVT::i64)
1819 if (Is64Bit && MF.getFunction()->hasStructRetAttr()) {
1838 if (Is64Bit || (CallConv != CallingConv::X86_FastCall &&
1842 if (Is64Bit) {
1957 if (X86::isCalleePop(CallConv, Is64Bit, isVarArg, GuaranteedTailCallOpt)) {
1962 if (!Is64Bit && !IsTailCallConvention(CallConv) && ArgsAreStructReturn(Ins))
1966 if (!Is64Bit) {
2000 EmitTailCallLoadRetAddr(SelectionDAG &DAG, SDValue &OutRetAddr, SDValue Chain, bool IsTailCall, bool Is64Bit, int FPDiff, DebugLoc dl) const argument
2017 EmitTailCallStoreRetAddr(SelectionDAG & DAG, MachineFunction &MF, SDValue Chain, SDValue RetAddrFrIdx, bool Is64Bit, int FPDiff, DebugLoc dl) argument
2044 bool Is64Bit = Subtarget->is64Bit(); local
8941 bool Is64Bit = Subtarget->is64Bit(); local
[all...]
H A DX86RegisterInfo.h33 /// Is64Bit - Is the target 64-bits.
35 bool Is64Bit; member in class:llvm::X86RegisterInfo
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DX86RecognizableInstr.h70 bool Is64Bit; member in class:llvm::X86Disassembler::RecognizableInstr
/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp309 static unsigned segmentLoadCommandSize(bool Is64Bit, unsigned NumSections) { argument
310 if (Is64Bit)
344 bool Is64Bit = Writer.is64Bit(); local
377 Is64Bit ? sizeof(MachO::mach_header_64) : sizeof(MachO::mach_header);
384 LoadCommandSize += segmentLoadCommandSize(Is64Bit, Segment.nsects);
406 LoadCommandSize += segmentLoadCommandSize(Is64Bit, NumDwarfSections);
411 unsigned NListSize = Is64Bit ? sizeof(MachO::nlist_64) : sizeof(MachO::nlist);
464 uint64_t DwarfVMMax = Is64Bit ? UINT64_MAX : UINT32_MAX;
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7901 static void PrintSymtabLoadCommand(MachO::symtab_command st, bool Is64Bit, argument
7916 if (Is64Bit) {
7949 bool Is64Bit) {
8013 if (Is64Bit) {
7947 PrintDysymtabLoadCommand(MachO::dysymtab_command dyst, uint32_t nsyms, uint32_t object_size, bool Is64Bit) argument
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.h83 bool Is64Bit; member in class:llvm::X86Disassembler::RecognizableInstr
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h32 bool Is64Bit; // 32 or 64 bit words member in class:llvm::MipsAsmBackend
36 bool Is64Bit)
37 : MCAsmBackend(), OSType(OSType), IsLittle(IsLittle), Is64Bit(Is64Bit) {}
35 MipsAsmBackend(const Target &T, Triple::OSType OSType, bool IsLittle, bool Is64Bit) argument
H A DMipsELFObjectWriter.cpp639 bool Is64Bit) {
641 new MipsELFObjectWriter(Is64Bit, OSABI, Is64Bit, IsLittleEndian);
636 createMipsELFObjectWriter(raw_pwrite_stream &OS, uint8_t OSABI, bool IsLittleEndian, bool Is64Bit) argument
H A DMipsTargetStreamer.cpp193 unsigned TrgReg, bool Is64Bit,
195 emitRRR(Is64Bit ? Mips::DADDu : Mips::ADDu, DstReg, SrcReg, TrgReg, SMLoc(),
192 emitAddu(unsigned DstReg, unsigned SrcReg, unsigned TrgReg, bool Is64Bit, const MCSubtargetInfo *STI) argument
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp941 bool Is64Bit, bool IsMicroMips) {
956 if (Is64Bit)
938 insertDivByZeroTrap(MachineInstr &MI, MachineBasicBlock &MBB, const TargetInstrInfo &TII, bool Is64Bit, bool IsMicroMips) argument
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp48 bool Is64Bit = local
51 (Is64Bit ? NVPTX::cvta_local_yes_64 : NVPTX::cvta_local_yes);
53 (Is64Bit ? NVPTX::MOV_DEPOT_ADDR_64 : NVPTX::MOV_DEPOT_ADDR);
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp25 PPCELFObjectWriter(bool Is64Bit, uint8_t OSABI);
36 PPCELFObjectWriter::PPCELFObjectWriter(bool Is64Bit, uint8_t OSABI) argument
37 : MCELFObjectTargetWriter(Is64Bit, OSABI,
38 Is64Bit ? ELF::EM_PPC64 : ELF::EM_PPC,
420 bool Is64Bit,
423 MCELFObjectTargetWriter *MOTW = new PPCELFObjectWriter(Is64Bit, OSABI);
419 createPPCELFObjectWriter(raw_pwrite_stream &OS, bool Is64Bit, bool IsLittleEndian, uint8_t OSABI) argument

Completed in 481 milliseconds

123