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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h143 inline uint64_t getConstantOperandVal(unsigned i) const;
534 /// getConstantOperandVal - Helper method returns the integer value of a
536 uint64_t getConstantOperandVal(unsigned Num) const;
786 inline uint64_t SDValue::getConstantOperandVal(unsigned i) const { function in class:llvm::SDNode::SDValue
787 return Node->getConstantOperandVal(i);
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp498 if (N->getConstantOperandVal(1))
756 int ScaleLog = 8 - Shift.getConstantOperandVal(1);
805 unsigned ShiftAmt = Shift.getConstantOperandVal(1);
865 unsigned ShiftAmt = Shift.getConstantOperandVal(1);
1045 uint64_t Mask = And.getConstantOperandVal(1) >> N.getConstantOperandVal(1);
1226 uint64_t Mask = N.getConstantOperandVal(1);
H A DX86ISelLowering.cpp4881 Offset = Ptr.getConstantOperandVal(1);
8702 X86::CondCode CCode = (X86::CondCode)Op0.getConstantOperandVal(0);
9270 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
9288 (X86::CondCode)Cond.getOperand(1).getConstantOperandVal(0);
9301 (X86::CondCode)Cond.getOperand(0).getConstantOperandVal(0);
9534 unsigned Align = Op.getConstantOperandVal(3);
14168 CC = X86::CondCode(SetCC.getConstantOperandVal(0));
14200 CC = X86::CondCode(SetCC.getConstantOperandVal(2));
14300 X86::CondCode CC = (X86::CondCode)N->getConstantOperandVal(2);
14709 enum X86::CondCode cc0 = (enum X86::CondCode)N0.getConstantOperandVal(
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1092 uint64_t depth = Op.getConstantOperandVal(0);
1123 uint64_t depth = Op.getConstantOperandVal(0);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp259 const unsigned Align = N->getConstantOperandVal(3);
H A DSelectionDAG.cpp2658 Operand.getConstantOperandVal(1) == 0 &&
5967 uint64_t SDNode::getConstantOperandVal(unsigned Num) const { function in class:SDNode
6114 FrameOffset = Ptr.getConstantOperandVal(1);
H A DLegalizeFloatTypes.cpp531 N->getConstantOperandVal(3));
H A DLegalizeDAG.cpp2769 unsigned Align = Node->getConstantOperandVal(3);
3591 Node->getConstantOperandVal(3));
H A DLegalizeIntegerTypes.cpp705 N->getConstantOperandVal(3));
H A DDAGCombiner.cpp6327 bool IsTrunc = N->getConstantOperandVal(1) == 1 &&
6328 N0.getNode()->getConstantOperandVal(1) == 1;
6377 && N0.getNode()->getConstantOperandVal(1) == 1) {

Completed in 591 milliseconds