/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 489 SDValue InGlue = SDValue(Mul, 0); in selectMultiplication() local 494 CurDAG->getCopyFromReg(InChain, DL, AVR::R0, Type, InGlue); in selectMultiplication() 499 InGlue = CopyFromLo.getValue(2); in selectMultiplication() 505 CurDAG->getCopyFromReg(InChain, DL, AVR::R1, Type, InGlue); in selectMultiplication() 510 InGlue = CopyFromHi.getValue(2); in selectMultiplication()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 270 SDValue InGlue = SDValue(nullptr, 0); in ClusterNeighboringLoads() local 271 if (AddGlue(Lead, InGlue, true, DAG)) in ClusterNeighboringLoads() 272 InGlue = SDValue(Lead, Lead->getNumValues() - 1); in ClusterNeighboringLoads() 279 if (AddGlue(Load, InGlue, OutGlue, DAG)) { in ClusterNeighboringLoads() 281 InGlue = SDValue(Load, Load->getNumValues() - 1); in ClusterNeighboringLoads() 285 else if (!OutGlue && InGlue.getNode()) in ClusterNeighboringLoads() 286 RemoveUnusedGlue(InGlue.getNode(), DAG); in ClusterNeighboringLoads()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 269 SDValue InGlue = SDValue(nullptr, 0); in ClusterNeighboringLoads() local 270 if (AddGlue(Lead, InGlue, true, DAG)) in ClusterNeighboringLoads() 271 InGlue = SDValue(Lead, Lead->getNumValues() - 1); in ClusterNeighboringLoads() 278 if (AddGlue(Load, InGlue, OutGlue, DAG)) { in ClusterNeighboringLoads() 280 InGlue = SDValue(Load, Load->getNumValues() - 1); in ClusterNeighboringLoads() 284 else if (!OutGlue && InGlue.getNode()) in ClusterNeighboringLoads() 285 RemoveUnusedGlue(InGlue.getNode(), DAG); in ClusterNeighboringLoads()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 235 SDValue InGlue = SDValue(Lead, Lead->getNumValues() - 1); in ClusterNeighboringLoads() local 240 AddGlue(Load, InGlue, OutGlue, DAG); in ClusterNeighboringLoads() 243 InGlue = SDValue(Load, Load->getNumValues() - 1); in ClusterNeighboringLoads()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 485 SDValue InGlue) { 491 Ops.push_back(InGlue); 493 (unsigned)Ops.size() - (InGlue.getNode() == 0 ? 1 : 0));
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1296 SDValue InGlue; in LowerCall_64() local 1299 RegsToPass[i].first, RegsToPass[i].second, InGlue); in LowerCall_64() 1300 InGlue = Chain.getValue(1); in LowerCall_64() 1333 if (InGlue.getNode()) in LowerCall_64() 1334 Ops.push_back(InGlue); in LowerCall_64() 1339 InGlue = Chain.getValue(1); in LowerCall_64() 1343 DAG.getIntPtrConstant(0, DL, true), InGlue, DL); in LowerCall_64() 1344 InGlue = Chain.getValue(1); in LowerCall_64() 1376 RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue); in LowerCall_64() 1378 InGlue = Chain.getValue(2); in LowerCall_64()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1277 SDValue InGlue; in LowerCall_64() local 1280 RegsToPass[i].first, RegsToPass[i].second, InGlue); in LowerCall_64() 1281 InGlue = Chain.getValue(1); in LowerCall_64() 1314 if (InGlue.getNode()) in LowerCall_64() 1315 Ops.push_back(InGlue); in LowerCall_64() 1320 InGlue = Chain.getValue(1); in LowerCall_64() 1324 DAG.getIntPtrConstant(0, DL, true), InGlue, DL); in LowerCall_64() 1325 InGlue = Chain.getValue(1); in LowerCall_64() 1357 RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue); in LowerCall_64() 1359 InGlue = Chain.getValue(2); in LowerCall_64()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 734 SDValue InGlue, const SDLoc &DL) { 740 if (InGlue.getNode()) 741 Ops.push_back(InGlue);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 850 SDValue InGlue, const SDLoc &DL) { 856 if (InGlue.getNode()) 857 Ops.push_back(InGlue);
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 431 SDValue InGlue = DivRem; in PerformDivRemCombine() local 436 InGlue); in PerformDivRemCombine() 439 InGlue = CopyFromLo.getValue(2); in PerformDivRemCombine() 445 HI, Ty, InGlue); in PerformDivRemCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 578 SDValue InGlue = DivRem; in performDivRemCombine() local 583 InGlue); in performDivRemCombine() 586 InGlue = CopyFromLo.getValue(2); in performDivRemCombine() 592 HI, Ty, InGlue); in performDivRemCombine()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 482 SDValue InGlue = DivRem; in performDivRemCombine() local 487 InGlue); in performDivRemCombine() 490 InGlue = CopyFromLo.getValue(2); in performDivRemCombine() 496 HI, Ty, InGlue); in performDivRemCombine()
|