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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp215 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); local
216 switch (IntNo) {
267 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue(); local
268 if (IntNo != Intrinsic::xcore_checkevent)
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DIntrinsicEmitter.cpp157 unsigned IntNo = IntList[i]; local
159 Ints[IntNo].EnumName + ";";
161 if (!Ints[IntNo].isOverloaded) {
162 MatchTable.push_back(std::make_pair(Ints[IntNo].Name.substr(6),Result));
167 std::string TheStr = Ints[IntNo].Name.substr(6);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp2344 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
2346 switch (IntNo) {
2380 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmulls)
8238 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
8239 switch (IntNo) {
8355 unsigned IntNo = cast<ConstantSDNode>(VLD->getOperand(1))->getZExtValue(); local
8356 if (IntNo == Intrinsic::arm_neon_vld2lane) {
8359 } else if (IntNo == Intrinsic::arm_neon_vld3lane) {
8362 } else if (IntNo == Intrinsic::arm_neon_vld4lane) {
8599 unsigned IntNo local
[all...]
H A DARMISelDAGToDAG.cpp3002 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
3003 switch (IntNo) {
3258 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); local
3259 switch (IntNo) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1994 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); local
1995 switch (IntNo) {
2014 switch (IntNo) {
H A DX86ISelLowering.cpp9768 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
9769 switch (IntNo) {
9798 switch (IntNo) {
9896 switch (IntNo) {
9939 switch (IntNo) {
10017 switch (IntNo) {
10078 switch (IntNo) {
10125 switch (IntNo) {
10166 switch (IntNo) {
10222 if (IntNo
10305 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); local
[all...]

Completed in 318 milliseconds