Searched defs:IsLittle (Results 1 – 8 of 8) sorted by relevance
39 MipsMCCodeEmitter(const MCInstrInfo &mcii, MCContext &Ctx_, bool IsLittle) in MipsMCCodeEmitter()
98 const ARMBaseTargetMachine &TM, bool IsLittle, in ARMSubtarget()
162 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); in assignCustomValue() local388 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); in assignCustomValue() local
484 bool IsLittle; variable
73 bool IsLittle; variable
2681 bool IsLittle = Subtarget.isLittle(); in lowerLOAD() local2751 bool IsLittle) { in lowerUnalignedIntStore()
216 bool IsLittle; variable
56 ARMMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool IsLittle) in ARMMCCodeEmitter()