| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
| H A D | CommonConfig.h | 39 MachineInfo(uint16_t EM, uint8_t ABI, bool Is64, bool IsLittle) in MachineInfo() 40 : EMachine(EM), OSABI(ABI), Is64Bit(Is64), IsLittleEndian(IsLittle) {} in MachineInfo() 42 MachineInfo(uint16_t EM, bool Is64, bool IsLittle) in MachineInfo() 43 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.cpp | 98 const ARMBaseTargetMachine &TM, bool IsLittle, in ARMSubtarget() argument 102 IsLittle(IsLittle), TargetTriple(TT), Options(TM.Options), TM(TM), in ARMSubtarget()
|
| H A D | ARMCallLowering.cpp | 161 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); in assignCustomValue() local 162 if (!IsLittle) in assignCustomValue() 334 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); in assignCustomValue() local 335 if (!IsLittle) in assignCustomValue()
|
| H A D | ARMSubtarget.h | 514 bool IsLittle; variable 535 const ARMBaseTargetMachine &TM, bool IsLittle, 849 bool isLittle() const { return IsLittle; } in isLittle()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.h | 73 bool IsLittle; variable 281 bool isLittle() const { return IsLittle; } in isLittle()
|
| H A D | MipsISelLowering.cpp | 2677 bool IsLittle = Subtarget.isLittle(); in lowerLOAD() local 2691 IsLittle ? 7 : 0); in lowerLOAD() 2693 IsLittle ? 0 : 7); in lowerLOAD() 2697 IsLittle ? 3 : 0); in lowerLOAD() 2699 IsLittle ? 0 : 3); in lowerLOAD() 2747 bool IsLittle) { in lowerUnalignedIntStore() argument 2759 IsLittle ? 3 : 0); in lowerUnalignedIntStore() 2760 return createStoreLR(MipsISD::SWR, DAG, SD, SWL, IsLittle ? 0 : 3); in lowerUnalignedIntStore() 2770 SDValue SDL = createStoreLR(MipsISD::SDL, DAG, SD, Chain, IsLittle ? 7 : 0); in lowerUnalignedIntStore() 2771 return createStoreLR(MipsISD::SDR, DAG, SD, SDL, IsLittle ? 0 : 7); in lowerUnalignedIntStore() [all …]
|
| H A D | MipsSubtarget.cpp | 74 MipsArchVersion(MipsDefault), IsLittle(little), IsSoftFloat(false), in MipsSubtarget()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsMCCodeEmitter.h | 39 MipsMCCodeEmitter(const MCInstrInfo &mcii, MCContext &Ctx_, bool IsLittle) in MipsMCCodeEmitter() argument 40 : MCII(mcii), Ctx(Ctx_), IsLittleEndian(IsLittle) {} in MipsMCCodeEmitter()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 262 bool IsLittle; variable 480 bool isLittleEndian() const { return IsLittle; } in isLittleEndian()
|
| H A D | AArch64Subtarget.cpp | 217 IsLittle(LittleEndian), in AArch64Subtarget()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCCodeEmitter.cpp | 56 ARMMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool IsLittle) in ARMMCCodeEmitter() argument 57 : MCII(mcii), CTX(ctx), IsLittleEndian(IsLittle) { in ARMMCCodeEmitter()
|