Home
last modified time | relevance | path

Searched defs:IsLittle (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.h39 MipsMCCodeEmitter(const MCInstrInfo &mcii, MCContext &Ctx_, bool IsLittle) in MipsMCCodeEmitter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp161 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); in assignCustomValue() local
334 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); in assignCustomValue() local
H A DARMSubtarget.cpp98 const ARMBaseTargetMachine &TM, bool IsLittle, in ARMSubtarget()
H A DARMSubtarget.h514 bool IsLittle; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSubtarget.h73 bool IsLittle; variable
H A DMipsISelLowering.cpp2677 bool IsLittle = Subtarget.isLittle(); in lowerLOAD() local
2747 bool IsLittle) { in lowerUnalignedIntStore()
4738 const bool IsLittle = Subtarget.isLittle(); in emitLDR_W() local
4784 const bool IsLittle = Subtarget.isLittle(); in emitLDR_D() local
4868 const bool IsLittle = Subtarget.isLittle(); in emitSTR_W() local
4918 const bool IsLittle = Subtarget.isLittle(); in emitSTR_D() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h262 bool IsLittle; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp56 ARMMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool IsLittle) in ARMMCCodeEmitter()