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

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 115 unsigned getByValSize() const {
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 49 unsigned Size = ArgFlags.getByValSize();
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 159 // by ArgFlags.getByValSize(), not by the size of LocVT.
160 ofst = State.AllocateStack(ArgFlags.getByValSize(),
224 unsigned Offset = State.AllocateStack(ArgFlags.getByValSize(),
258 unsigned Offset = State.AllocateStack(ArgFlags.getByValSize(), 32);
536 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), dl, MVT::i32);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 490 int FI = MFI->CreateFixedObject(Flags.getByValSize(),
639 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), dl, MVT::i16);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 773 unsigned Size = Flags.getByValSize();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 379 milliseconds