Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp35 bool IsLittle) { in computeDataLayout()
53 bool IsLittle) in XtensaTargetMachine()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.h39 MipsMCCodeEmitter(const MCInstrInfo &mcii, MCContext &Ctx_, bool IsLittle) in MipsMCCodeEmitter()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp159 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); in assignCustomValue() local
336 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); in assignCustomValue() local
H A DARMSubtarget.cpp95 const ARMBaseTargetMachine &TM, bool IsLittle, in ARMSubtarget()
H A DARMSubtarget.h214 bool IsLittle; variable
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h125 bool IsLittle; variable
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSubtarget.h76 bool IsLittle; variable
H A DMipsISelLowering.cpp2691 bool IsLittle = Subtarget.isLittle(); in lowerLOAD() local
2761 bool IsLittle) { in lowerUnalignedIntStore()
4776 const bool IsLittle = Subtarget.isLittle(); in emitLDR_W() local
4822 const bool IsLittle = Subtarget.isLittle(); in emitLDR_D() local
4906 const bool IsLittle = Subtarget.isLittle(); in emitSTR_W() local
4956 const bool IsLittle = Subtarget.isLittle(); in emitSTR_D() local
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp56 ARMMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool IsLittle) in ARMMCCodeEmitter()