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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetCallingConv.h 89 unsigned getByValSize() const {
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 130 unsigned getByValSize() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 129 unsigned getByValSize() const { return ByValSize; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetCallingConv.h 129 unsigned getByValSize() const { return ByValSize; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetCallingConv.h 129 unsigned getByValSize() const { return ByValSize; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetCallingConv.h 129 unsigned getByValSize() const { return ByValSize; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetCallingConv.h 129 unsigned getByValSize() const { return ByValSize; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetCallingConv.h 129 unsigned getByValSize() const { return ByValSize; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetCallingConv.h 129 unsigned getByValSize() const { return ByValSize; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 129 unsigned getByValSize() const { return ByValSize; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetCallingConv.h 129 unsigned getByValSize() const { return ByValSize; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetCallingConv.h 129 unsigned getByValSize() const { return ByValSize; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetCallingConv.h 129 unsigned getByValSize() const { return ByValSize; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetCallingConv.h 129 unsigned getByValSize() const { return ByValSize; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetCallingConv.h 129 unsigned getByValSize() const { return ByValSize; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetCallingConv.h 129 unsigned getByValSize() const { return ByValSize; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CallingConvLower.cpp 47 unsigned Size = ArgFlags.getByValSize();
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 49 unsigned Size = ArgFlags.getByValSize();
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 321 if (Out.Flags.isByVal() && Out.Flags.getByValSize() != 0) {
323 int FI = MFI->CreateStackObject(Out.Flags.getByValSize(),
327 DAG.getConstant(Out.Flags.getByValSize(), DL, MVT::i32);
  /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);
535 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), dl, MVT::i32);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 474 int FI = MFI->CreateFixedObject(Flags.getByValSize(),
619 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), dl, MVT::i16);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 2224 milliseconds

1 2