/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcELFObjectWriter.cpp | 24 SparcELFObjectWriter(bool Is64Bit, uint8_t OSABI) in SparcELFObjectWriter() 109 bool Is64Bit, uint8_t OSABI) { in createSparcELFObjectWriter()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFObjectWriter.cpp | 36 X86WinCOFFObjectWriter::X86WinCOFFObjectWriter(bool Is64Bit) in X86WinCOFFObjectWriter() 94 bool Is64Bit) { in createX86WinCOFFObjectWriter()
|
D | X86MachObjectWriter.cpp | 57 X86MachObjectWriter(bool Is64Bit, uint32_t CPUType, in X86MachObjectWriter() 579 bool Is64Bit, uint32_t CPUType, in createX86MachObjectWriter()
|
D | X86AsmBackend.cpp | 390 bool Is64Bit; member in __anon1de412d10211::WindowsX86AsmBackend 436 bool Is64Bit; member in __anon1de412d10211::DarwinX86AsmBackend 740 bool Is64Bit) in DarwinX86AsmBackend()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFObjectWriter.cpp | 25 ARMWinCOFFObjectWriter(bool Is64Bit) in ARMWinCOFFObjectWriter() 86 bool Is64Bit) { in createARMWinCOFFObjectWriter()
|
D | ARMMachObjectWriter.cpp | 52 ARMMachObjectWriter(bool Is64Bit, uint32_t CPUType, in ARMMachObjectWriter() 476 bool Is64Bit, uint32_t CPUType, in createARMMachObjectWriter()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.h | 32 bool Is64Bit; // 32 or 64 bit words variable 36 bool Is64Bit) in MipsAsmBackend()
|
D | MipsELFObjectWriter.cpp | 450 bool Is64Bit) { in createMipsELFObjectWriter()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCELFObjectWriter.cpp | 36 PPCELFObjectWriter::PPCELFObjectWriter(bool Is64Bit, uint8_t OSABI) in PPCELFObjectWriter() 416 bool Is64Bit, in createPPCELFObjectWriter()
|
D | PPCMachObjectWriter.cpp | 40 PPCMachObjectWriter(bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype) in PPCMachObjectWriter() 382 bool Is64Bit, uint32_t CPUType, in createPPCMachObjectWriter()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcSubtarget.h | 37 bool Is64Bit; variable
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 84 bool Is64Bit; variable
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 141 bool Is64Bit) { in findDeadCallerSavedReg() 402 bool Is64Bit = STI.is64Bit(); in emitStackProbeCall() local 581 bool Is64Bit = STI.is64Bit(); in emitPrologue() local 980 bool Is64Bit = STI.is64Bit(); in emitEpilogue() local 1557 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister() 1600 bool Is64Bit = STI.is64Bit(); in adjustForSegmentedStacks() local 1849 const bool Is64Bit = STI.is64Bit(); in adjustForHiPEPrologue() local
|
D | X86MCInstLower.cpp | 757 static void EmitNops(MCStreamer &OS, unsigned NumBytes, bool Is64Bit, const MCSubtargetInfo &STI) { in EmitNops() 808 const MachineInstr &MI, bool Is64Bit, in LowerSTATEPOINT()
|
D | X86FastISel.cpp | 2806 bool Is64Bit = Subtarget->is64Bit(); in fastLowerCall() local
|
/external/google-breakpad/src/client/mac/handler/ |
D | dynamic_images.h | 162 bool Is64Bit() { return (GetCPUType() & CPU_ARCH_ABI64) == CPU_ARCH_ABI64; } in Is64Bit() function 271 bool Is64Bit() { return (GetCPUType() & CPU_ARCH_ABI64) == CPU_ARCH_ABI64; } in Is64Bit() function
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTLSDynamicCall.cpp | 55 bool Is64Bit = MBB.getParent()->getSubtarget<PPCSubtarget>().isPPC64(); in processBlock() local
|
D | PPCInstrInfo.cpp | 651 bool Is64Bit = PPC::G8RCRegClass.hasSubClassEq(RC) || in insertSelect() local
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 28 const unsigned Is64Bit : 1; variable
|
D | MCELFObjectWriter.h | 44 const unsigned Is64Bit : 1; variable
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 362 bool Is64Bit = (VT == MVT::f64); in materializeFP() local 488 bool Is64Bit = (VT == MVT::f64); in fastMaterializeFloatZero() local 1246 bool Is64Bit = RetVT == MVT::i64; in emitAddSub_rr() local 1288 bool Is64Bit = RetVT == MVT::i64; in emitAddSub_ri() local 1327 bool Is64Bit = RetVT == MVT::i64; in emitAddSub_rs() local 1364 bool Is64Bit = RetVT == MVT::i64; in emitAddSub_rx() local 2199 bool Is64Bit = BW == 64; in emitCompareAndBranch() local 3424 bool Is64Bit = RetVT == MVT::f64; in fastLowerIntrinsicCall() local 3926 bool Is64Bit = (RetVT == MVT::i64); in emitLSL_ri() local 4033 bool Is64Bit = (RetVT == MVT::i64); in emitLSR_ri() local [all …]
|
D | AArch64InstrInfo.cpp | 313 bool Is64Bit = AArch64::GPR64allRegClass.hasSubClassEq(MRI.getRegClass(VReg)); in canFoldIntoCSel() local 429 bool Is64Bit; in insertSelect() local
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.h | 92 bool Is64Bit() const { in Is64Bit() function
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 57 bool Is64Bit; member in __anonfac0fe7c0111::SymbolTableWriter 330 bool Is64Bit, in SymbolTableWriter()
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 72 bool Is64Bit = (Opcode == AArch64::SBFMXri || Opcode == AArch64::UBFMXri); in printInst() local
|