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

  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 148 inline uint64_t getConstantOperandVal(unsigned i) const;
548 /// getConstantOperandVal - Helper method returns the integer value of a
550 uint64_t getConstantOperandVal(unsigned Num) const;
850 inline uint64_t SDValue::getConstantOperandVal(unsigned i) const {
851 return Node->getConstantOperandVal(i);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 515 if (N->getConstantOperandVal(1))
781 int ScaleLog = 8 - Shift.getConstantOperandVal(1);
830 unsigned ShiftAmt = Shift.getConstantOperandVal(1);
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 434 assert(SetCC->getConstantOperandVal(1) == 1);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 291 const unsigned Align = N->getConstantOperandVal(3);
LegalizeFloatTypes.cpp 555 N->getConstantOperandVal(3));
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 726 N->getConstantOperandVal(3));
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 172 milliseconds