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

12

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp19 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) { argument
37 PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCJITInfo.h26 bool is64Bit; member in class:llvm::PPCJITInfo
H A DPPCSubtarget.cpp29 PPCSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS, bool is64Bit) argument
H A DPPCTargetMachine.cpp35 PPCTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64Bit) argument
H A DPPCJITInfo.cpp49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ argument
295 PPCCompilationCallbackC(unsigned *StubCallAddrPlus4, unsigned *OrigCallAddrPlus4, bool is64Bit) argument
[all...]
H A DPPCInstrInfo.cpp506 bool is64Bit = TM.getSubtargetImpl()->isPPC64(); local
H A DPPCRegisterInfo.cpp232 bool is64Bit = Subtarget.isPPC64(); local
568 bool is64Bit = Subtarget.isPPC64(); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp35 NVPTXSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS, bool is64Bit) argument
H A DNVPTXSubtarget.h66 bool is64Bit() const { return Is64Bit; } function in class:llvm::NVPTXSubtarget
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Sparc/
H A DSparcSubtarget.cpp26 SparcSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS, bool is64Bit) argument
H A DSparcSubtarget.h45 bool is64Bit() const { return Is64Bit; } function in class:llvm::SparcSubtarget
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_bridgesupport.py33 is64Bit = (sys.maxint > 2147483647) variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/objc/
H A D_bridgesupport.py17 is64Bit = (sys.maxint > 2147483647) variable
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp45 bool is64Bit = T.getArch() == Triple::x86_64; local
H A DX86AsmBackend.cpp63 X86ELFObjectWriter(bool is64Bit, uint8_t OSABI, uint16_t EMachine, argument
373 WindowsX86AsmBackend(const Target &T, bool is64Bit, StringRef CPU) argument
H A DX86MCTargetDesc.cpp379 bool is64Bit = TheTriple.getArch() == Triple::x86_64; local
418 bool is64Bit = T.getArch() == Triple::x86_64; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCMachObjectWriter.h51 bool is64Bit() const { return Is64Bit; } function in class:llvm::MCMachObjectTargetWriter
142 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } function in class:llvm::MachObjectWriter
H A DMCELFObjectWriter.h99 bool is64Bit() const { return Is64Bit; } function in class:llvm::MCELFObjectTargetWriter
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Object/
H A DMachOObject.h100 bool is64Bit() const { return Is64Bit; } function in class:llvm::object::MachOObject
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DOutputBuffer.h29 bool is64Bit, isLittleEndian; member in class:llvm::OutputBuffer
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetELFWriterInfo.h28 bool is64Bit, isLittleEndian; member in class:llvm::TargetELFWriterInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86FrameLowering.cpp58 static unsigned getSUBriOpcode(unsigned is64Bit, int64_t Imm) { argument
70 static unsigned getADDriOpcode(unsigned is64Bit, int64_t Imm) { argument
82 static unsigned getLEArOpcode(unsigned is64Bit) { argument
[all...]
H A DX86Subtarget.cpp285 X86Subtarget(const std::string &TT, const std::string &CPU, const std::string &FS, unsigned StackAlignOverride, bool is64Bit) argument
H A DX86TargetMachine.cpp72 X86TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64Bit) argument
H A DX86RegisterInfo.cpp443 static unsigned getSUBriOpcode(unsigned is64Bit, int64_t Imm) { argument
455 static unsigned getADDriOpcode(unsigned is64Bit, int64_t Imm) { argument
[all...]

Completed in 135 milliseconds

12