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

  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 240 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue();
241 if (IntNo != Intrinsic::xcore_checkevent)
XCoreISelLowering.cpp     [all...]
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 168 unsigned IntNo = IntList[i];
170 Ints[IntNo].EnumName + ";";
172 if (!Ints[IntNo].isOverloaded) {
173 MatchTable.push_back(std::make_pair(Ints[IntNo].Name.substr(6),Result));
178 std::string TheStr = Ints[IntNo].Name.substr(6);
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 74 SDNode *SelectMULLV64LaneV128(unsigned IntNo, SDNode *N);
475 SDNode *AArch64DAGToDAGISel::SelectMULLV64LaneV128(unsigned IntNo, SDNode *N) {
490 if (IntNo == Intrinsic::aarch64_neon_smull) {
501 } else if (IntNo == Intrinsic::aarch64_neon_umull) {
    [all...]
AArch64ISelLowering.cpp 600 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
601 switch (IntNo) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 402 milliseconds