HomeSort by relevance Sort by last modified time
    Searched refs:ConstantSDNode (Results 26 - 45 of 45) sorted by null

12

  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 144 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
MipsISelLowering.cpp 518 cast<ConstantSDNode>(Cond.getOperand(2))
559 ConstantSDNode *CN;
560 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
567 if (!(CN = dyn_cast<ConstantSDNode>(Mask)) ||
594 ConstantSDNode *CN;
600 if (!(CN = dyn_cast<ConstantSDNode>(And0.getOperand(1))) ||
608 if (!(CN = dyn_cast<ConstantSDNode>(And1.getOperand(1))) ||
620 if (!(CN = dyn_cast<ConstantSDNode>(Shl.getOperand(1))))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 494 /// isConstantOrUndef - Op is either an undef node or a ConstantSDNode. Return
684 if (!isa<ConstantSDNode>(N->getOperand(i))) return SDValue();
704 LeadingZero &= cast<ConstantSDNode>(UniquedVals[i])->isNullValue();
705 LeadingOnes &= cast<ConstantSDNode>(UniquedVals[i])->isAllOnesValue();
711 int Val = cast<ConstantSDNode>(UniquedVals[Multiple-1])->getZExtValue();
718 int Val =cast<ConstantSDNode>(UniquedVals[Multiple-1])->getSExtValue();
739 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PTX/
PTXISelLowering.cpp 159 (cast<ConstantSDNode>(Op1)->getZExtValue() == 1 ||
160 cast<ConstantSDNode>(Op1)->isNullValue()) &&
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
LegalizeIntegerTypes.cpp 293 assert(isa<ConstantSDNode>(Result) && "Didn't constant fold ext?");
    [all...]
LegalizeTypesGeneric.cpp 160 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ?
335 return cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ? Hi : Lo;
LegalizeVectorTypes.cpp 269 unsigned Op = !cast<ConstantSDNode>(Arg)->isNullValue();
614 uint64_t IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
650 if (ConstantSDNode *CIdx = dyn_cast<ConstantSDNode>(Idx)) {
    [all...]
ScheduleDAGFast.cpp 488 cast<ConstantSDNode>(Node->getOperand(i))->getZExtValue();
LegalizeDAG.cpp 681 if (ConstantSDNode *InsertPos = dyn_cast<ConstantSDNode>(Idx)) {
    [all...]
ScheduleDAGRRList.cpp 297 unsigned DstRCIdx = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue();
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 196 int64_t Val = cast<ConstantSDNode>(N)->getSExtValue();
291 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N.getOperand(1))) {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 530 /// ConstantSDNode operand.
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 581 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
    [all...]

Completed in 752 milliseconds

12