HomeSort by relevance Sort by last modified time
    Searched refs:INTRINSIC_W_CHAIN (Results 1 - 25 of 25) sorted by null

  /external/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 133 case ISD::INTRINSIC_W_CHAIN: {
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 148 /// RESULT,OUTCHAIN = INTRINSIC_W_CHAIN(INCHAIN, INTRINSICID, arg1, ...)
154 INTRINSIC_W_CHAIN,
    [all...]
SelectionDAGNodes.h 458 /// INTRINSIC_W_CHAIN and INTRINSIC_VOID nodes are sometimes created for
463 return (NodeType == ISD::INTRINSIC_W_CHAIN ||
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 237 if (Addr->getOpcode() != ISD::INTRINSIC_W_CHAIN)
XCoreISelLowering.cpp 179 setTargetDAGCombine(ISD::INTRINSIC_W_CHAIN);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 207 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom);
250 setOperationAction(ISD::INTRINSIC_W_CHAIN, VT, Custom);
255 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::i8, Custom);
    [all...]
NVPTXISelDAGToDAG.cpp 157 case ISD::INTRINSIC_W_CHAIN:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 118 case ISD::INTRINSIC_W_CHAIN: {
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 799 case ISD::INTRINSIC_W_CHAIN: {
    [all...]
MipsSEISelLowering.cpp 134 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::i64, Custom);
147 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom);
374 case ISD::INTRINSIC_W_CHAIN: return lowerINTRINSIC_W_CHAIN(Op, DAG);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 344 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::i1, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 613 setTargetDAGCombine(ISD::INTRINSIC_W_CHAIN);
    [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 505 setTargetDAGCombine(ISD::INTRINSIC_W_CHAIN);
    [all...]
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 442 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::Other, Custom);
    [all...]

Completed in 434 milliseconds