Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp33 bool IsLittle) { in computeDataLayout()
51 bool IsLittle) in XtensaTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.h39 MipsMCCodeEmitter(const MCInstrInfo &mcii, MCContext &Ctx_, bool IsLittle) in MipsMCCodeEmitter() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp167 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); in assignCustomValue() local
345 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); in assignCustomValue() local
H A DARMSubtarget.cpp91 const ARMBaseTargetMachine &TM, bool IsLittle, in ARMSubtarget()
H A DARMSubtarget.h148 bool IsLittle; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h80 bool IsLittle; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h75 bool IsLittle; variable
H A DMipsISelLowering.cpp2716 bool IsLittle = Subtarget.isLittle(); in lowerLOAD() local
2786 bool IsLittle) { in lowerUnalignedIntStore()
4788 const bool IsLittle = Subtarget.isLittle(); in emitLDR_W() local
4834 const bool IsLittle = Subtarget.isLittle(); in emitLDR_D() local
4918 const bool IsLittle = Subtarget.isLittle(); in emitSTR_W() local
4968 const bool IsLittle = Subtarget.isLittle(); in emitSTR_D() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp56 ARMMCCodeEmitter(const MCInstrInfo & mcii,MCContext & ctx,bool IsLittle) ARMMCCodeEmitter() argument