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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3354 const Value *SrcSV = cast<SrcValueSDNode>(Op.getOperand(4))->getValue(); local
3360 MachinePointerInfo(DstSV), MachinePointerInfo(SrcSV));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5717 const Value *SrcSV = cast<SrcValueSDNode>(Op.getOperand(4))->getValue(); local
5722 MachinePointerInfo(SrcSV));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15718 const SDValue &SrcSV = Op.getOperand(0); local
15719 EVT VecVT = SrcSV.getValueType();
15727 Known = DAG.computeKnownBits(SrcSV, DemandedElt, Depth + 1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23255 const Value *SrcSV = cast<SrcValueSDNode>(Op.getOperand(4))->getValue();
23261 MachinePointerInfo(DstSV), MachinePointerInfo(SrcSV));
[all...]

Completed in 399 milliseconds