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

  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 792 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
793 if (IntNo == Intrinsic::hexagon_circ_ldd ||
794 IntNo == Intrinsic::hexagon_circ_ldw ||
795 IntNo == Intrinsic::hexagon_circ_lduh ||
796 IntNo == Intrinsic::hexagon_circ_ldh ||
797 IntNo == Intrinsic::hexagon_circ_ldub ||
798 IntNo == Intrinsic::hexagon_circ_ldb) {
815 if (IntNo == Intrinsic::hexagon_circ_ldd) {
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 114 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue();
115 switch (IntNo) {
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 238 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue();
239 if (IntNo != Intrinsic::xcore_checkevent)
XCoreISelLowering.cpp     [all...]
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 169 unsigned IntNo = IntList[i];
171 Ints[IntNo].EnumName + ";";
173 if (!Ints[IntNo].isOverloaded) {
174 MatchTable.push_back(std::make_pair(Ints[IntNo].Name.substr(6),Result));
179 std::string TheStr = Ints[IntNo].Name.substr(6);
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 158 static const IntrinsicData* getIntrinsicWithChain(unsigned IntNo) {
160 IntrinsicData IntrinsicToFind = {IntNo, INTR_NO_TYPE, 0, 0 };
    [all...]
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 72 SDNode *SelectMULLV64LaneV128(unsigned IntNo, SDNode *N);
480 SDNode *AArch64DAGToDAGISel::SelectMULLV64LaneV128(unsigned IntNo, SDNode *N) {
495 if (IntNo == Intrinsic::aarch64_neon_smull) {
506 } else if (IntNo == Intrinsic::aarch64_neon_umull) {
    [all...]
AArch64ISelLowering.cpp 741 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
742 switch (IntNo) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp     [all...]

Completed in 600 milliseconds