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

/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp240 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue(); local
241 if (IntNo != Intrinsic::xcore_checkevent)
H A DXCoreISelLowering.cpp939 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
940 switch (IntNo) {
1859 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); local
1860 switch (IntNo) {
/external/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp168 unsigned IntNo = IntList[i]; local
170 Ints[IntNo].EnumName + ";";
172 if (!Ints[IntNo].isOverloaded) {
173 MatchTable.push_back(std::make_pair(Ints[IntNo].Name.substr(6),Result));
178 std::string TheStr = Ints[IntNo].Name.substr(6);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp74 SDNode *SelectMULLV64LaneV128(unsigned IntNo, SDNode *N);
475 SDNode *AArch64DAGToDAGISel::SelectMULLV64LaneV128(unsigned IntNo, SDNode *N) { argument
490 if (IntNo == Intrinsic::aarch64_neon_smull) {
501 } else if (IntNo == Intrinsic::aarch64_neon_umull) {
2156 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); local
2157 switch (IntNo) {
2163 IntNo == Intrinsic::aarch64_ldaxp ? AArch64::LDAXPX : AArch64::LDXPX;
2180 IntNo == Intrinsic::aarch64_stlxp ? AArch64::STLXPX : AArch64::STXPX;
2403 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue(); local
2404 switch (IntNo) {
2440 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); local
[all...]
H A DAArch64ISelLowering.cpp600 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
601 switch (IntNo) {
7480 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
7481 switch (IntNo) {
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2989 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
2990 switch (IntNo) {
3001 bool IsAcquire = IntNo == Intrinsic::arm_ldaexd;
3081 bool IsRelease = IntNo == Intrinsic::arm_stlexd;
3240 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); local
3241 switch (IntNo) {
H A DARMISelLowering.cpp2565 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
2567 switch (IntNo) {
2605 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmulls)
8853 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
8854 switch (IntNo) {
8969 unsigned IntNo = cast<ConstantSDNode>(VLD->getOperand(1))->getZExtValue(); local
8970 if (IntNo == Intrinsic::arm_neon_vld2lane) {
8973 } else if (IntNo == Intrinsic::arm_neon_vld3lane) {
8976 } else if (IntNo == Intrinsic::arm_neon_vld4lane) {
9244 unsigned IntNo local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2075 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); local
2076 switch (IntNo) {
2097 switch (IntNo) {
H A DX86ISelLowering.cpp13480 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
13481 switch (IntNo) {
13510 switch (IntNo) {
13631 switch (IntNo) {
13688 switch (IntNo) {
13737 switch (IntNo) {
13768 switch (IntNo) {
13878 switch (IntNo) {
13922 unsigned X86CC = (IntNo == Intrinsic::x86_avx512_kortestz_w)? X86::COND_E: X86::COND_B;
13949 switch (IntNo) {
[all...]

Completed in 1246 milliseconds