Searched refs:SrcP (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelLowering.cpp | 728 SDValue SrcP = Op.getOperand(2); in LowerOperation() local 732 SDValue Val = DAG.getLoad(getPointerTy(), dl, Chain, SrcP, in LowerOperation() 738 SDValue NP = DAG.getNode(ISD::ADD, dl, MVT::i64, SrcP, in LowerOperation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 4127 TreePatternNodePtr SrcP = nullptr, DstP = nullptr; in ExpandHwModeBasedTypes() local 4129 SrcP = P.SrcPattern; in ExpandHwModeBasedTypes() 4132 if (!SrcP && !DstP) { in ExpandHwModeBasedTypes() 4138 if (SrcP) in ExpandHwModeBasedTypes() 4139 collectModes(Modes, SrcP.get()); in ExpandHwModeBasedTypes()
|