Searched defs:IsLittle (Results 1 – 9 of 9) sorted by relevance
33 bool IsLittle) { in computeDataLayout()51 bool IsLittle) in XtensaTargetMachine()
39 MipsMCCodeEmitter(const MCInstrInfo &mcii, MCContext &Ctx_, bool IsLittle) in MipsMCCodeEmitter() argument
167 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); in assignCustomValue() local345 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); in assignCustomValue() local
91 const ARMBaseTargetMachine &TM, bool IsLittle, in ARMSubtarget()
148 bool IsLittle; variable
80 bool IsLittle; variable
75 bool IsLittle; variable
2716 bool IsLittle = Subtarget.isLittle(); in lowerLOAD() local2786 bool IsLittle) { in lowerUnalignedIntStore()4788 const bool IsLittle = Subtarget.isLittle(); in emitLDR_W() local4834 const bool IsLittle = Subtarget.isLittle(); in emitLDR_D() local4918 const bool IsLittle = Subtarget.isLittle(); in emitSTR_W() local4968 const bool IsLittle = Subtarget.isLittle(); in emitSTR_D() local
56 ARMMCCodeEmitter(const MCInstrInfo & mcii,MCContext & ctx,bool IsLittle) ARMMCCodeEmitter() argument