Searched refs:getConstantOperandVal (Results 1 - 15 of 15) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h180 inline uint64_t getConstantOperandVal(unsigned i) const;
588 /// getConstantOperandVal - Helper method returns the integer value of a
590 uint64_t getConstantOperandVal(unsigned Num) const;
892 inline uint64_t SDValue::getConstantOperandVal(unsigned i) const { function in class:llvm::SDValue
893 return Node->getConstantOperandVal(i);
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp524 if (N->getConstantOperandVal(1))
790 int ScaleLog = 8 - Shift.getConstantOperandVal(1);
839 unsigned ShiftAmt = Shift.getConstantOperandVal(1);
899 unsigned ShiftAmt = Shift.getConstantOperandVal(1);
1079 uint64_t Mask = And.getConstantOperandVal(1) >> N.getConstantOperandVal(1);
1260 uint64_t Mask = N.getConstantOperandVal(1);
H A DX86ISelLowering.cpp5588 Offset = Ptr.getConstantOperandVal(1);
11774 unsigned ShAmt = Op->getConstantOperandVal(1);
12435 X86::CondCode CCode = (X86::CondCode)Op0.getConstantOperandVal(0);
12982 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
13000 (X86::CondCode)Cond.getOperand(1).getConstantOperandVal(0);
13013 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
13291 unsigned Align = Op.getConstantOperandVal(3);
19855 assert(X86::CondCode(SetCC.getConstantOperandVal(0)) == X86::COND_B &&
19860 CC = X86::CondCode(SetCC.getConstantOperandVal(0));
19898 CC = X86::CondCode(SetCC.getConstantOperandVal(
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1493 int Elt = N->getConstantOperandVal(0);
1494 int EltSize = N->getConstantOperandVal(1);
2092 N->getConstantOperandVal(FirstOp) != 0)
2128 Base.getConstantOperandVal(1) % 4 != 0))
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp777 assert(SetCC->getConstantOperandVal(1) == 1);
1560 unsigned OldDmask = Node->getConstantOperandVal(0);
1576 Lane = SubIdx2Lane(I->getConstantOperandVal(1));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp296 const unsigned Align = N->getConstantOperandVal(3);
H A DInstrEmitter.cpp748 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos);
H A DLegalizeFloatTypes.cpp572 N->getConstantOperandVal(3));
H A DSelectionDAG.cpp2898 Operand.getConstantOperandVal(1) == 0 &&
6400 uint64_t SDNode::getConstantOperandVal(unsigned Num) const { function in class:SDNode
6547 FrameOffset = Ptr.getConstantOperandVal(1);
H A DLegalizeDAG.cpp3242 unsigned Align = Node->getConstantOperandVal(3);
4211 Node->getConstantOperandVal(3));
H A DLegalizeIntegerTypes.cpp754 N->getConstantOperandVal(3));
H A DDAGCombiner.cpp7155 bool IsTrunc = N->getConstantOperandVal(1) == 1 &&
7156 N0.getNode()->getConstantOperandVal(1) == 1;
7205 && N0.getNode()->getConstantOperandVal(1) == 1) {
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1399 return DAG.getConstant(Op->getConstantOperandVal(ImmOp), Op->getValueType(0));
1576 Op->getConstantOperandVal(3));
1589 Op->getConstantOperandVal(3));
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2895 isPowerOf2_64(LHS.getConstantOperandVal(1))) {
2897 uint64_t Mask = LHS.getConstantOperandVal(1);
2915 isPowerOf2_64(LHS.getConstantOperandVal(1))) {
2917 uint64_t Mask = LHS.getConstantOperandVal(1);
3592 unsigned Align = Op.getConstantOperandVal(3);
6292 uint64_t TruncMask = N->getConstantOperandVal(1);
6467 ShiftAmount = N->getConstantOperandVal(1);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2472 uint64_t depth = Op.getConstantOperandVal(0);
2490 uint64_t depth = Op.getConstantOperandVal(0);

Completed in 1418 milliseconds