Searched defs:IsLittle (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaTargetMachine.cpp | 33 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 D | MipsMCCodeEmitter.h | 39 MipsMCCodeEmitter(const MCInstrInfo &mcii, MCContext &Ctx_, bool IsLittle) in MipsMCCodeEmitter()
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMCallLowering.cpp | 160 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); assignCustomValue() local 338 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle(); assignCustomValue() local
|
H A D | ARMSubtarget.cpp | 91 const ARMBaseTargetMachine &TM, bool IsLittle, in ARMSubtarget() argument
|
H A D | ARMSubtarget.h | 148 bool IsLittle; global() variable
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.h | 80 bool IsLittle; global() variable
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.h | 75 bool IsLittle; global() variable
|
H A D | MipsISelLowering.cpp | 2726 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 D | ARMMCCodeEmitter.cpp | 57 ARMMCCodeEmitter(const MCInstrInfo & mcii,MCContext & ctx,bool IsLittle) ARMMCCodeEmitter() argument
|