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

  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 215 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue();
216 switch (IntNo) {
267 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue();
268 if (IntNo != Intrinsic::xcore_checkevent)
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 121 unsigned IntNo = IntList[i];
123 Ints[IntNo].EnumName + ";";
125 if (!Ints[IntNo].isOverloaded) {
126 MatchTable.push_back(std::make_pair(Ints[IntNo].Name.substr(6),Result));
131 std::string TheStr = Ints[IntNo].Name.substr(6);
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 89 milliseconds