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

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 180 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 {
893 return Node->getConstantOperandVal(i);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 524 if (N->getConstantOperandVal(1))
790 int ScaleLog = 8 - Shift.getConstantOperandVal(1);
839 unsigned ShiftAmt = Shift.getConstantOperandVal(1);
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 777 assert(SetCC->getConstantOperandVal(1) == 1);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 296 const unsigned Align = N->getConstantOperandVal(3);
InstrEmitter.cpp 748 CC = Node->getConstantOperandVal(PatchPointOpers::CCPos);
    [all...]
LegalizeFloatTypes.cpp 572 N->getConstantOperandVal(3));
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 754 N->getConstantOperandVal(3));
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 142 milliseconds