Searched refs:SizeVT (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp170 EVT SizeVT = Size.getValueType(); local
176 DAG.getConstant(BytesLeft, dl, SizeVT),
238 SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, EVT SizeVT,
286 DAG.getConstant(BytesLeft, dl, SizeVT), Align, isVolatile,
236 emitConstantSizeRepmov( SelectionDAG &DAG, const X86Subtarget &Subtarget, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, EVT SizeVT, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument

Completed in 114 milliseconds