HomeSort by relevance Sort by last modified time
    Searched defs:OffsetNode (Results 1 - 3 of 3) 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 440 SDNode *OffsetNode = Offset.getNode();
441 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue();
507 SDNode *OffsetNode = Offset.getNode();
508 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue();
583 SDNode *OffsetNode = Offset.getNode();
585 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue();
696 SDNode *OffsetNode = Offset.getNode();
698 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue();
    [all...]

Completed in 28 milliseconds