/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCAsmInfo.cpp | 21 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit, const Triple& T) { in PPCMCAsmInfoDarwin() 47 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.cpp | 45 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local 90 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local
|
D | X86MCTargetDesc.cpp | 114 bool is64Bit = TheTriple.getArch() == Triple::x86_64; in createX86MCAsmInfo() local 160 bool is64Bit = TT.getArch() == Triple::x86_64; in createX86MCCodeGenInfo() local
|
D | X86AsmBackend.cpp | 64 X86ELFObjectWriter(bool is64Bit, uint8_t OSABI, uint16_t EMachine, in X86ELFObjectWriter() 421 WindowsX86AsmBackend(const Target &T, bool is64Bit, StringRef CPU) in WindowsX86AsmBackend()
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 53 bool is64Bit() const { return Is64Bit; } in is64Bit() function 154 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
|
D | MCELFObjectWriter.h | 81 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetMachine.h | 47 bool is64Bit() const { return is64bit; } in is64Bit() function
|
D | NVPTXTargetMachine.cpp | 79 static std::string computeDataLayout(bool is64Bit) { in computeDataLayout()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcSubtarget.cpp | 54 bool is64Bit) in SparcSubtarget()
|
D | SparcSubtarget.h | 78 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
D | SparcTargetMachine.cpp | 28 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout()
|
D | SparcISelLowering.cpp | 2167 bool is64Bit = Subtarget->is64Bit(); in LowerF128Compare() local 3130 bool is64Bit = SP::I64RegsRegClass.hasSubClassEq(MRI.getRegClass(DestReg)); in expandAtomicRMW() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 81 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; in getDataLayoutString() local
|
D | PPCRegisterInfo.cpp | 856 bool is64Bit = TM.isPPC64(); in eliminateFrameIndex() local
|
D | PPCFrameLowering.cpp | 1658 bool is64Bit = Subtarget.isPPC64(); in eliminateCallFramePseudoInstr() local
|
/external/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 47 bool is64Bit() const { in is64Bit() function
|
D | yaml2elf.cpp | 553 static bool is64Bit(const ELFYAML::Object &Doc) { in is64Bit() function
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1413 MachORebaseEntry::MachORebaseEntry(ArrayRef<uint8_t> Bytes, bool is64Bit) in MachORebaseEntry() 1583 MachOBindEntry::MachOBindEntry(ArrayRef<uint8_t> Bytes, bool is64Bit, Kind BK) in MachOBindEntry() 2289 bool MachOObjectFile::is64Bit() const { in is64Bit() function in MachOObjectFile
|
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.cpp | 856 static bool is64Bit(const char* name) { in is64Bit() function
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 312 bool is64Bit() const { in is64Bit() function
|
D | X86InstrInfo.cpp | 2751 bool is64Bit = Subtarget.is64Bit(); in convertToThreeAddress() local 7297 const bool is64Bit = STI.is64Bit(); in ReplaceTLSBaseAddrCall() local 7317 const bool is64Bit = STI.is64Bit(); in SetRegister() local
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 402 const std::vector<std::string> &Options, bool is64Bit) in ComputeLinkerOptionsLoadCommandSize()
|
D | ELFObjectWriter.cpp | 128 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function in __anon4ed704dc0111::ELFObjectWriter
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 83 bool is64Bit() const { in is64Bit() function in __anoncba7d3b40111::SparcAsmParser
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 6750 static unsigned getSizeForEncoding(bool is64Bit, in getSizeForEncoding() 6770 static uint64_t readPointer(const char *&Pos, bool is64Bit, unsigned Encoding) { in readPointer() 6794 bool is64Bit = Obj->is64Bit(); in printMachOEHFrameSection() local
|