HomeSort by relevance Sort by last modified time
    Searched refs:OffsetNode (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 332 ConstantSDNode * OffsetNode = dyn_cast<ConstantSDNode>(Arg);
334 if (!OffsetNode) {
340 if (isInt<8>(OffsetNode->getZExtValue() >> 2)) {
342 Offset = CurDAG->getTargetConstant(OffsetNode->getZExtValue() >> 2,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 332 ConstantSDNode * OffsetNode = dyn_cast<ConstantSDNode>(Arg);
334 if (!OffsetNode) {
340 if (isInt<8>(OffsetNode->getZExtValue() >> 2)) {
342 Offset = CurDAG->getTargetConstant(OffsetNode->getZExtValue() >> 2,
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 441 SDNode *OffsetNode = Offset.getNode();
442 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue();
508 SDNode *OffsetNode = Offset.getNode();
509 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue();
584 SDNode *OffsetNode = Offset.getNode();
586 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue();
697 SDNode *OffsetNode = Offset.getNode();
699 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 212 milliseconds