Searched refs:nextAddr (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 249 SDValue nextAddr = Addr->getOperand(2); in tryBRIND() local 274 if (nextAddr->getOpcode() == XCoreISD::PCRelativeWrapper && in tryBRIND() 275 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in tryBRIND() 277 nextAddr->getOperand(0), Glue); in tryBRIND() 280 CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue); in tryBRIND()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 249 SDValue nextAddr = Addr->getOperand(2); in tryBRIND() local 274 if (nextAddr->getOpcode() == XCoreISD::PCRelativeWrapper && in tryBRIND() 275 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in tryBRIND() 277 nextAddr->getOperand(0), Glue); in tryBRIND() 280 CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue); in tryBRIND()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 269 SDValue nextAddr = Addr->getOperand(2); in SelectBRIND() local 294 if (nextAddr->getOpcode() == XCoreISD::PCRelativeWrapper && in SelectBRIND() 295 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in SelectBRIND() 297 nextAddr->getOperand(0), Glue); in SelectBRIND() 299 return CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue); in SelectBRIND()
|