Searched refs:InGlue (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 484 SDValue InGlue = SDValue(Mul, 0); in selectMultiplication() local 489 CurDAG->getCopyFromReg(InChain, DL, AVR::R0, Type, InGlue); in selectMultiplication() 494 InGlue = CopyFromLo.getValue(2); in selectMultiplication() 500 CurDAG->getCopyFromReg(InChain, DL, AVR::R1, Type, InGlue); in selectMultiplication() 505 InGlue = CopyFromHi.getValue(2); in selectMultiplication()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 286 SDValue InGlue = SDValue(nullptr, 0); in ClusterNeighboringLoads() local 287 if (AddGlue(Lead, InGlue, true, DAG)) in ClusterNeighboringLoads() 288 InGlue = SDValue(Lead, Lead->getNumValues() - 1); in ClusterNeighboringLoads() 295 if (AddGlue(Load, InGlue, OutGlue, DAG)) { in ClusterNeighboringLoads() 297 InGlue = SDValue(Load, Load->getNumValues() - 1); in ClusterNeighboringLoads() 301 else if (!OutGlue && InGlue.getNode()) in ClusterNeighboringLoads() 302 RemoveUnusedGlue(InGlue.getNode(), DAG); in ClusterNeighboringLoads()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1235 SDValue InGlue; in LowerCall_64() local 1238 RegsToPass[i].first, RegsToPass[i].second, InGlue); in LowerCall_64() 1239 InGlue = Chain.getValue(1); in LowerCall_64() 1272 if (InGlue.getNode()) in LowerCall_64() 1273 Ops.push_back(InGlue); in LowerCall_64() 1278 InGlue = Chain.getValue(1); in LowerCall_64() 1282 DAG.getIntPtrConstant(0, DL, true), InGlue, DL); in LowerCall_64() 1283 InGlue = Chain.getValue(1); in LowerCall_64() 1315 RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue); in LowerCall_64() 1317 InGlue = Chain.getValue(2); in LowerCall_64()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 896 SDValue InGlue, const SDLoc &DL) { 902 if (InGlue.getNode()) 903 Ops.push_back(InGlue);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 582 SDValue InGlue = DivRem; in performDivRemCombine() local 587 InGlue); in performDivRemCombine() 590 InGlue = CopyFromLo.getValue(2); in performDivRemCombine() 596 HI, Ty, InGlue); in performDivRemCombine()
|