Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp33 bool IsLittle) { in computeDataLayout() argument
51 bool IsLittle) in XtensaTargetMachine() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.h39 MipsMCCodeEmitter(const MCInstrInfo &mcii, MCContext &Ctx_, bool IsLittle) in MipsMCCodeEmitter()
/freebsd-src/contrib/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.cpp94 ARMSubtarget(const Triple & TT,const std::string & CPU,const std::string & FS,const ARMBaseTargetMachine & TM,bool IsLittle,bool MinSize) ARMSubtarget() argument
H A DARMSubtarget.h217 bool IsLittle; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h75 bool IsLittle; variable
H A DMipsISelLowering.cpp2700 bool IsLittle = Subtarget.isLittle(); lowerLOAD() local
2770 lowerUnalignedIntStore(StoreSDNode * SD,SelectionDAG & DAG,bool IsLittle) lowerUnalignedIntStore() argument
4773 const bool IsLittle = Subtarget.isLittle(); emitLDR_W() local
4819 const bool IsLittle = Subtarget.isLittle(); emitLDR_D() local
4903 const bool IsLittle = Subtarget.isLittle(); emitSTR_W() local
4953 const bool IsLittle = Subtarget.isLittle(); emitSTR_D() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h131 bool IsLittle; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp57 ARMMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool IsLittle) in ARMMCCodeEmitter()