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

1 2

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; }
120 assert(getByValAlign() == A && "bitfield overflow");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetCallingConv.h 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; }
120 assert(getByValAlign() == A && "bitfield overflow");
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetCallingConv.h 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; }
120 assert(getByValAlign() == A && "bitfield overflow");
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetCallingConv.h 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; }
120 assert(getByValAlign() == A && "bitfield overflow");
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetCallingConv.h 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; }
120 assert(getByValAlign() == A && "bitfield overflow");
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetCallingConv.h 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; }
120 assert(getByValAlign() == A && "bitfield overflow");
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetCallingConv.h 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; }
120 assert(getByValAlign() == A && "bitfield overflow");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetCallingConv.h 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; }
120 assert(getByValAlign() == A && "bitfield overflow");
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetCallingConv.h 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; }
120 assert(getByValAlign() == A && "bitfield overflow");
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetCallingConv.h 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; }
120 assert(getByValAlign() == A && "bitfield overflow");
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetCallingConv.h 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; }
120 assert(getByValAlign() == A && "bitfield overflow");
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetCallingConv.h 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; }
120 assert(getByValAlign() == A && "bitfield overflow");
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetCallingConv.h 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; }
120 assert(getByValAlign() == A && "bitfield overflow");
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetCallingConv.h 117 unsigned getByValAlign() const { return (1U << ByValAlign) / 2; }
120 assert(getByValAlign() == A && "bitfield overflow");
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetCallingConv.h 68 unsigned getByValAlign() const {
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 106 unsigned getByValAlign() const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CallingConvLower.cpp 46 unsigned Align = ArgFlags.getByValAlign();
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 48 unsigned Align = ArgFlags.getByValAlign();
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 324 Out.Flags.getByValAlign(),
330 Chain, DL, FINode, OutVal, SizeNode, Out.Flags.getByValAlign(),
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 161 ArgFlags.getByValAlign());
225 ArgFlags.getByValAlign());
536 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 621 unsigned Align = Flags.getByValAlign();
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 621 Flags.getByValAlign(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 383 unsigned Align = Flags.getByValAlign();
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]

Completed in 311 milliseconds

1 2