Searched defs:isLittle (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp43 bool isLittle)
45 Subtarget(TT, CPU, FS, isLittle, RM),
46 DataLayout(isLittle ?
56 ELFWriterInfo(false, isLittle) {
39 MipsTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle) argument
H A DMipsSubtarget.h129 bool isLittle() const { return IsLittle; } function in class:llvm::MipsSubtarget
H A DMipsISelLowering.cpp2122 bool IsLittle = Subtarget->isLittle();
2200 bool IsLittle = Subtarget->isLittle();
2424 MVT PtrType, bool isLittle) {
2465 if (!isLittle)
2484 unsigned ShiftAmt = isLittle ? 16 : 8;
2515 EVT PtrTy, bool isLittle) {
2567 unsigned Shamt = isLittle ? OffsetDW : 64 - (OffsetDW + LoadSize * 8);
2678 Subtarget->isLittle());
2682 Subtarget->isLittle());
2699 if (!Subtarget->isLittle())
2419 WriteByValArg(SDValue Chain, DebugLoc dl, SmallVector<std::pair<unsigned, SDValue>, 16> &RegsToPass, SmallVector<SDValue, 8> &MemOpChains, SDValue StackPtr, MachineFrameInfo *MFI, SelectionDAG &DAG, SDValue Arg, const CCValAssign &VA, const ISD::ArgFlagsTy &Flags, MVT PtrType, bool isLittle) argument
2510 PassByValArg64(SDValue Chain, DebugLoc dl, SmallVector<std::pair<unsigned, SDValue>, 16> &RegsToPass, SmallVector<SDValue, 8> &MemOpChains, SDValue StackPtr, MachineFrameInfo *MFI, SelectionDAG &DAG, SDValue Arg, const CCValAssign &VA, const ISD::ArgFlagsTy &Flags, EVT PtrTy, bool isLittle) argument
[all...]

Completed in 144 milliseconds