Home
last modified time | relevance | path

Searched refs:SplitArgTy (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CallLowering.h44 using SplitArgTy = std::function<void(ArrayRef<unsigned>)>;
49 SplitArgTy SplitArg) const;
DX86CallLowering.cpp60 SplitArgTy PerformArgSplit) const { in splitToValueTypes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCallLowering.h50 using SplitArgTy = std::function<void(unsigned Reg, uint64_t Offset)>; variable
57 const SplitArgTy &PerformArgSplit) const;
DARMCallLowering.cpp188 MachineFunction &MF, const SplitArgTy &PerformArgSplit) const { in splitToValueTypes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64CallLowering.h54 using SplitArgTy = std::function<void(unsigned, uint64_t)>; variable
60 const SplitArgTy &SplitArg) const;
DAArch64CallLowering.cpp192 const SplitArgTy &PerformArgSplit) const { in splitToValueTypes()