Searched refs:IntNo (Results 1 - 7 of 7) sorted by relevance

/external/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp176 unsigned IntNo = IntList[i]; local
178 Ints[IntNo].EnumName + ";";
180 if (!Ints[IntNo].isOverloaded) {
181 MatchTable.push_back(std::make_pair(Ints[IntNo].Name.substr(6),Result));
186 std::string TheStr = Ints[IntNo].Name.substr(6);
/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp216 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue(); local
217 if (IntNo != Intrinsic::xcore_checkevent)
H A DXCoreISelLowering.cpp823 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
824 switch (IntNo) {
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2540 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
2542 switch (IntNo) {
2575 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmulls)
9045 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
9046 switch (IntNo) {
9162 unsigned IntNo = cast<ConstantSDNode>(VLD->getOperand(1))->getZExtValue(); local
9163 if (IntNo == Intrinsic::arm_neon_vld2lane) {
9166 } else if (IntNo == Intrinsic::arm_neon_vld3lane) {
9169 } else if (IntNo == Intrinsic::arm_neon_vld4lane) {
9437 unsigned IntNo local
[all...]
H A DARMISelDAGToDAG.cpp3161 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
3162 switch (IntNo) {
3407 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); local
3408 switch (IntNo) {
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2065 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); local
2066 switch (IntNo) {
2087 switch (IntNo) {
H A DX86ISelLowering.cpp10748 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
10749 switch (IntNo) {
10778 switch (IntNo) {
10884 switch (IntNo) {
10941 switch (IntNo) {
10990 switch (IntNo) {
11021 switch (IntNo) {
11105 switch (IntNo) {
11166 switch (IntNo) {
11213 switch (IntNo) {
11391 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); local
[all...]

Completed in 243 milliseconds