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

  /external/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 134 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue();
135 switch (IntNo) {
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 239 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue();
240 if (IntNo != Intrinsic::xcore_checkevent)
XCoreISelLowering.cpp     [all...]
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 164 unsigned IntNo = IntList[i];
166 Ints[IntNo].EnumName + ";";
168 if (!Ints[IntNo].isOverloaded) {
169 MatchTable.push_back(std::make_pair(Ints[IntNo].Name.substr(6),Result));
174 std::string TheStr = Ints[IntNo].Name.substr(6);
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 69 SDNode *SelectMULLV64LaneV128(unsigned IntNo, SDNode *N);
499 SDNode *AArch64DAGToDAGISel::SelectMULLV64LaneV128(unsigned IntNo, SDNode *N) {
515 if (IntNo == Intrinsic::aarch64_neon_smull) {
526 } else if (IntNo == Intrinsic::aarch64_neon_umull) {
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp     [all...]

Completed in 97 milliseconds