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

  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 214 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue();
215 switch (IntNo) {
266 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue();
267 if (IntNo != Intrinsic::xcore_checkevent)
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 124 unsigned IntNo = IntList[i];
126 Ints[IntNo].EnumName + ";";
128 if (!Ints[IntNo].isOverloaded) {
129 MatchTable.push_back(std::make_pair(Ints[IntNo].Name.substr(6),Result));
134 std::string TheStr = Ints[IntNo].Name.substr(6);
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 581 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
582 switch (IntNo) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 58 milliseconds