HomeSort by relevance Sort by last modified time
    Searched refs:is64bit (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Target/R600/
AMDILDeviceInfo.cpp 23 bool is64bit, bool is64on32bit) {
35 assert(!is64bit && "This device does not support 64bit pointers!");
42 assert(!is64bit && "This device does not support 64bit pointers!");
49 assert(!is64bit && "This device does not support 64bit pointers!");
56 assert(!is64bit && "This device does not support 64bit pointers!");
63 assert(!is64bit && "This device does not support 64bit pointers!");
70 assert(!is64bit && "This device does not support 64bit pointers!");
77 assert(!is64bit && "This device does not support 64bit pointers!");
86 assert(!is64bit && "This device does not support 64bit pointers!");
AMDGPUSubtarget.h 35 bool Is64bit;
50 bool is64bit() const;
AMDGPUSubtarget.cpp 32 Is64bit = false;
38 Device = AMDGPUDeviceInfo::getDeviceFromName(DevName, this, Is64bit);
52 AMDGPUSubtarget::is64bit() const {
53 return Is64bit;
AMDILDeviceInfo.h 85 bool is64bit = false, bool is64on32bit = false);
  /external/llvm/lib/Target/NVPTX/
NVPTXFrameLowering.h 25 bool is64bit; member in class:llvm::NVPTXFrameLowering
30 tm(_tm), is64bit(_is64bit) {}
NVPTXTargetMachine.cpp 70 bool is64bit)
72 Subtarget(TT, CPU, FS, is64bit),
74 InstrInfo(*this), TLInfo(*this), TSInfo(*this), FrameLowering(*this,is64bit)
NVPTXFrameLowering.cpp 44 if (is64bit) {
62 if (is64bit)
NVPTXTargetMachine.h 55 bool is64bit);
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 31 bool Is64Bit;
35 const std::string &FS, bool is64bit);
45 bool is64Bit() const { return Is64Bit; }
48 if (is64Bit()) {
SparcTargetMachine.cpp 33 bool is64bit)
35 Subtarget(TT, CPU, FS, is64bit),
SparcTargetMachine.h 39 CodeGenOpt::Level OL, bool is64bit);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dlm_device.h 58 __u8 is64bit; member in struct:dlm_write_request
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dlm_device.h 58 __u8 is64bit; member in struct:dlm_write_request
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dlm_device.h 58 __u8 is64bit; member in struct:dlm_write_request
  /external/llvm/include/llvm/Support/
OutputBuffer.h 27 /// is64Bit/isLittleEndian - This information is inferred from the target
29 bool is64Bit, isLittleEndian;
32 bool is64bit, bool le)
33 : Output(Out), is64Bit(is64bit), isLittleEndian(le) {}
105 if (!is64Bit)
150 if (!is64Bit)
  /frameworks/rs/driver/linkloader/include/
ELFHeader.h 86 bool is64bit() const { function in class:ELFHeader
208 (Bitwidth == 64 && is64bit()));
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 189 bool is64bit = arch == llvm::Triple::ppc64 || arch == llvm::Triple::x86_64; local
190 if (is64bit)
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 1351 bool is64bit = PPCSubTarget.isPPC64(); local
5755 bool is64bit = PPCSubTarget.isPPC64(); local
6033 bool is64bit = MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I64; local
6103 bool is64bit = PPCSubTarget.isPPC64(); local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 516 bool is64bit = VT == MVT::f64; local
523 if (is64bit) {
548 unsigned Opc = is64bit ? ARM::VLDRD : ARM::VLDRS;
1828 bool is64bit = VT == MVT::f64 || VT == MVT::i64; local
    [all...]

Completed in 617 milliseconds