Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp33 computeDataLayout(const Triple & TT,StringRef CPU,const TargetOptions & Options,bool IsLittle) computeDataLayout() argument
51 XtensaTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT,bool IsLittle) XtensaTargetMachine() argument
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.h39 MipsMCCodeEmitter(const MCInstrInfo &mcii, MCContext &Ctx_, bool IsLittle) in MipsMCCodeEmitter()
/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp160 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); assignCustomValue() local
338 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); assignCustomValue() local
H A DARMSubtarget.cpp91 const ARMBaseTargetMachine &TM, bool IsLittle, in ARMSubtarget() argument
H A DARMSubtarget.h148 bool IsLittle; global() variable
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h80 bool IsLittle; global() variable
/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h75 bool IsLittle; global() variable
H A DMipsISelLowering.cpp2726 bool IsLittle = Subtarget.isLittle(); lowerLOAD() local
2796 lowerUnalignedIntStore(StoreSDNode * SD,SelectionDAG & DAG,bool IsLittle) lowerUnalignedIntStore() argument
4798 const bool IsLittle = Subtarget.isLittle(); emitLDR_W() local
4844 const bool IsLittle = Subtarget.isLittle(); emitLDR_D() local
4928 const bool IsLittle = Subtarget.isLittle(); emitSTR_W() local
4978 const bool IsLittle = Subtarget.isLittle(); emitSTR_D() local
[all...]
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp57 ARMMCCodeEmitter(const MCInstrInfo & mcii,MCContext & ctx,bool IsLittle) ARMMCCodeEmitter() argument