Searched defs:IsLittle (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaTargetMachine.cpp | 33 bool IsLittle) { in computeDataLayout() argument 51 bool IsLittle) in XtensaTargetMachine() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCCodeEmitter.h | 39 MipsMCCodeEmitter(const MCInstrInfo &mcii, MCContext &Ctx_, bool IsLittle) in MipsMCCodeEmitter()
|
/freebsd-src/contrib/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 | 94 ARMSubtarget(const Triple & TT,const std::string & CPU,const std::string & FS,const ARMBaseTargetMachine & TM,bool IsLittle,bool MinSize) ARMSubtarget() argument
|
H A D | ARMSubtarget.h | 217 bool IsLittle; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.h | 75 bool IsLittle; variable
|
H A D | MipsISelLowering.cpp | 2700 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 D | AArch64Subtarget.h | 131 bool IsLittle; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 57 ARMMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool IsLittle) in ARMMCCodeEmitter()
|