Searched defs:IntNo (Results 1 - 5 of 5) sorted by relevance

/external/llvm/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)
/external/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp121 unsigned IntNo = IntList[i]; local
123 Ints[IntNo].EnumName + ";";
125 if (!Ints[IntNo].isOverloaded) {
126 MatchTable.push_back(std::make_pair(Ints[IntNo].Name.substr(6),Result));
131 std::string TheStr = Ints[IntNo].Name.substr(6);
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3071 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
3072 switch (IntNo) {
3307 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); local
3308 switch (IntNo) {
H A DARMISelLowering.cpp2319 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
2321 switch (IntNo) {
2355 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmulls)
7646 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
7647 switch (IntNo) {
7763 unsigned IntNo = cast<ConstantSDNode>(VLD->getOperand(1))->getZExtValue(); local
7764 if (IntNo == Intrinsic::arm_neon_vld2lane) {
7767 } else if (IntNo == Intrinsic::arm_neon_vld3lane) {
7770 } else if (IntNo == Intrinsic::arm_neon_vld4lane) {
8007 unsigned IntNo local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9237 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
9238 switch (IntNo) {
9267 switch (IntNo) {
9408 switch (IntNo) {
9626 switch (IntNo) {
9729 switch (IntNo) {

Completed in 113 milliseconds