Home
last modified time | relevance | path

Searched refs:setByValSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h173 void setByValSize(unsigned S) { in setByValSize() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp171 Flags.setByValSize(DL.getTypeAllocSize(Ty ? Ty : ElementTy)); in setArgFlags()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1085 Flags.setByValSize(FrameSize); in lowerCallTo()
H A DSelectionDAGBuilder.cpp9614 Flags.setByValSize(FrameSize); in LowerCallTo()
10178 Flags.setByValSize(MemSize); in LowerArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7264 MemcpyFlags.setByValSize(ByValSize - LoadOffset); in LowerCall_AIX()