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

/freebsd-10.1-release/contrib/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);
/freebsd-10.1-release/contrib/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.cpp845 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
846 switch (IntNo) {
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3551 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); local
3553 switch (IntNo) {
3564 unsigned VShiftOpc = (IntNo == Intrinsic::arm_neon_vqshifts)
3606 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
3607 switch (IntNo) {
3731 unsigned IntNo = cast<ConstantSDNode>(VLD->getOperand(1))->getZExtValue(); local
3732 if (IntNo == Intrinsic::arm_neon_vld2lane) {
3735 } else if (IntNo == Intrinsic::arm_neon_vld3lane) {
3738 } else if (IntNo == Intrinsic::arm_neon_vld4lane) {
H A DAArch64ISelDAGToDAG.cpp1392 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue(); local
1394 switch (IntNo) {
1418 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); local
1419 switch (IntNo) {
1562 } // End of switch IntNo
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2635 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
2637 switch (IntNo) {
2670 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmulls)
9357 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
9358 switch (IntNo) {
9474 unsigned IntNo = cast<ConstantSDNode>(VLD->getOperand(1))->getZExtValue(); local
9475 if (IntNo == Intrinsic::arm_neon_vld2lane) {
9478 } else if (IntNo == Intrinsic::arm_neon_vld3lane) {
9481 } else if (IntNo == Intrinsic::arm_neon_vld4lane) {
9749 unsigned IntNo local
[all...]
H A DARMISelDAGToDAG.cpp3025 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
3026 switch (IntNo) {
3271 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); local
3272 switch (IntNo) {
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11039 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
11040 switch (IntNo) {
11069 switch (IntNo) {
11175 switch (IntNo) {
11240 switch (IntNo) {
11301 switch (IntNo) {
11336 switch (IntNo) {
11420 switch (IntNo) {
11464 unsigned X86CC = (IntNo == Intrinsic::x86_avx512_kortestz)? X86::COND_E: X86::COND_B;
11491 switch (IntNo) {
11820 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); local
[all...]
H A DX86ISelDAGToDAG.cpp2067 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); local
2068 switch (IntNo) {
2089 switch (IntNo) {

Completed in 314 milliseconds