HomeSort by relevance Sort by last modified time
    Searched refs:getByValSize (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 114 unsigned getByValSize() const {
  /external/llvm/lib/Target/Hexagon/
HexagonVarargsCallingConvention.h 38 ((ByValSize = ArgFlags.getByValSize()) >
HexagonCallingConvLower.cpp 45 unsigned Size = ArgFlags.getByValSize();
HexagonISelLowering.cpp 113 // by ArgFlags.getByValSize(), not by the size of LocVT.
114 assert ((ArgFlags.getByValSize() > 8) &&
116 ofst = State.AllocateStack(ArgFlags.getByValSize(), 4);
151 assert ((ArgFlags.getByValSize() > 8) &&
153 unsigned Offset = State.AllocateStack(ArgFlags.getByValSize(), 4);
304 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), MVT::i32);
868 || (VA.isRegLoc() && Flags.isByVal() && Flags.getByValSize() > 8)) {
    [all...]
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 47 unsigned Size = ArgFlags.getByValSize();
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 492 int FI = MFI->CreateFixedObject(Flags.getByValSize(),
640 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), MVT::i16);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 721 unsigned Size = Flags.getByValSize();
    [all...]

Completed in 629 milliseconds