| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 135 INTRINSIC_W_CHAIN, enumerator
|
| D | SelectionDAGNodes.h | 1190 return N->getOpcode() == ISD::INTRINSIC_W_CHAIN ||
|
| /freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelLowering.cpp | 182 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom); in NVPTXTargetLowering() 217 setOperationAction(ISD::INTRINSIC_W_CHAIN, VT, Custom); in NVPTXTargetLowering() 222 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::i8, Custom); in NVPTXTargetLowering() 1170 case ISD::INTRINSIC_W_CHAIN: in LowerOperation() 1907 Info.opc = ISD::INTRINSIC_W_CHAIN; in getTgtMemIntrinsic() 1919 Info.opc = ISD::INTRINSIC_W_CHAIN; in getTgtMemIntrinsic() 1933 Info.opc = ISD::INTRINSIC_W_CHAIN; in getTgtMemIntrinsic() 2267 DAG.getMemIntrinsicNode(ISD::INTRINSIC_W_CHAIN, DL, LdResVTs, &Ops[0], in ReplaceINTRINSIC_W_CHAIN() 2286 case ISD::INTRINSIC_W_CHAIN: in ReplaceNodeResults()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/XCore/ |
| D | XCoreISelDAGToDAG.cpp | 214 if (Addr->getOpcode() != ISD::INTRINSIC_W_CHAIN) in SelectBRIND()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 104 case ISD::INTRINSIC_W_CHAIN: { in getOperationName()
|
| D | TargetLowering.cpp | 1064 Op.getOpcode() == ISD::INTRINSIC_W_CHAIN || in computeMaskedBitsForTargetNode() 1078 Op.getOpcode() == ISD::INTRINSIC_W_CHAIN || in ComputeNumSignBitsForTargetNode()
|
| D | SelectionDAG.cpp | 2199 case ISD::INTRINSIC_W_CHAIN: in ComputeMaskedBits() 2398 Op.getOpcode() == ISD::INTRINSIC_W_CHAIN || in ComputeNumSignBits() 4424 Opcode == ISD::INTRINSIC_W_CHAIN || in getMemIntrinsicNode()
|
| D | LegalizeDAG.cpp | 1168 case ISD::INTRINSIC_W_CHAIN: in LegalizeOp() 3859 case ISD::INTRINSIC_W_CHAIN: in ExpandNode()
|
| D | SelectionDAGISel.cpp | 3201 if (N->getOpcode() != ISD::INTRINSIC_W_CHAIN && in CannotYetSelect()
|
| D | SelectionDAGBuilder.cpp | 3722 Info.opc == ISD::INTRINSIC_W_CHAIN) in visitTargetIntrinsic() 3753 Result = DAG.getNode(ISD::INTRINSIC_W_CHAIN, getCurSDLoc(), in visitTargetIntrinsic()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/R600/ |
| D | SIISelLowering.cpp | 647 assert(Intr->getOpcode() == ISD::INTRINSIC_W_CHAIN); in LowerBRCOND() 663 Res.size() > 1 ? ISD::INTRINSIC_W_CHAIN : ISD::INTRINSIC_VOID, DL, in LowerBRCOND()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsSEISelDAGToDAG.cpp | 695 case ISD::INTRINSIC_W_CHAIN: { in selectNode()
|
| D | MipsSEISelLowering.cpp | 127 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::i64, Custom); in MipsSETargetLowering() 142 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom); in MipsSETargetLowering() 275 case ISD::INTRINSIC_W_CHAIN: return lowerINTRINSIC_W_CHAIN(Op, DAG); in LowerOperation()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 90 setTargetDAGCombine(ISD::INTRINSIC_W_CHAIN); in AArch64TargetLowering() 3583 N->getOpcode() == ISD::INTRINSIC_W_CHAIN); in CombineBaseUpdate() 3727 if (VLD->getOpcode() != ISD::INTRINSIC_W_CHAIN) in CombineVLDDUP() 3815 case ISD::INTRINSIC_W_CHAIN: in PerformDAGCombine() 4548 Info.opc = ISD::INTRINSIC_W_CHAIN; in getTgtMemIntrinsic()
|
| D | AArch64ISelDAGToDAG.cpp | 1417 case ISD::INTRINSIC_W_CHAIN: { in Select()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 585 setTargetDAGCombine(ISD::INTRINSIC_W_CHAIN); in ARMTargetLowering() 6087 Cycles32 = DAG.getNode(ISD::INTRINSIC_W_CHAIN, DL, in ReplaceREADCYCLECOUNTER() 9334 N->getOpcode() == ISD::INTRINSIC_W_CHAIN); in CombineBaseUpdate() 9470 if (VLD->getOpcode() != ISD::INTRINSIC_W_CHAIN) in CombineVLDDUP() 10185 case ISD::INTRINSIC_W_CHAIN: in PerformDAGCombine() 11155 Info.opc = ISD::INTRINSIC_W_CHAIN; in getTgtMemIntrinsic() 11196 Info.opc = ISD::INTRINSIC_W_CHAIN; in getTgtMemIntrinsic() 11208 Info.opc = ISD::INTRINSIC_W_CHAIN; in getTgtMemIntrinsic() 11219 Info.opc = ISD::INTRINSIC_W_CHAIN; in getTgtMemIntrinsic() 11230 Info.opc = ISD::INTRINSIC_W_CHAIN; in getTgtMemIntrinsic()
|
| D | ARMISelDAGToDAG.cpp | 3024 case ISD::INTRINSIC_W_CHAIN: { in Select()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 1317 Parent->getOpcode() != ISD::INTRINSIC_W_CHAIN && // unaligned loads, fixme in SelectAddr() 2073 case ISD::INTRINSIC_W_CHAIN: { in Select()
|
| D | X86ISelLowering.cpp | 1459 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom); in resetOperationActions() 13446 case ISD::INTRINSIC_W_CHAIN: return LowerINTRINSIC_W_CHAIN(Op, Subtarget, DAG); in LowerOperation() 16040 Opc == ISD::INTRINSIC_W_CHAIN || in computeMaskedBitsForTargetNode()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 296 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::i1, Custom); in PPCTargetLowering() 5815 case ISD::INTRINSIC_W_CHAIN: return SDValue(); in LowerOperation() 5831 case ISD::INTRINSIC_W_CHAIN: { in ReplaceNodeResults() 7434 LHS.getOperand(0).getOpcode() == ISD::INTRINSIC_W_CHAIN && in PerformDAGCombine() 7442 if (LHS.getOpcode() == ISD::INTRINSIC_W_CHAIN && in PerformDAGCombine()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetSelectionDAG.td | 486 def intrinsic_w_chain : SDNode<"ISD::INTRINSIC_W_CHAIN",
|