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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 147 /// OUTCHAIN = INTRINSIC_VOID(INCHAIN, INTRINSICID, arg1, arg2, ...)
152 INTRINSIC_VOID,
    [all...]
SelectionDAGNodes.h 399 /// INTRINSIC_W_CHAIN and INTRINSIC_VOID nodes are sometimes created for
405 NodeType == ISD::INTRINSIC_VOID) && ((SubclassData >> 13) & 1);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 40 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
253 case ISD::INTRINSIC_VOID: {
271 // break out of case ISD::INTRINSIC_VOID in switch(Op.getOpcode())
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 110 case ISD::INTRINSIC_VOID:
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 127 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
707 case ISD::INTRINSIC_VOID: return LowerINTRINSIC_VOID(Op, DAG);
774 Res.size() > 1 ? ISD::INTRINSIC_W_CHAIN : ISD::INTRINSIC_VOID, DL,
    [all...]
R600ISelLowering.cpp 76 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
602 case ISD::INTRINSIC_VOID: {
630 // break out of case ISD::INTRINSIC_VOID in switch(Op.getOpcode())
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 821 case ISD::INTRINSIC_VOID: {
    [all...]
MipsSEISelLowering.cpp 148 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
375 case ISD::INTRINSIC_VOID: return lowerINTRINSIC_VOID(Op, DAG);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 182 setTargetDAGCombine(ISD::INTRINSIC_VOID);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 554 setTargetDAGCombine(ISD::INTRINSIC_VOID);
    [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 495 setTargetDAGCombine(ISD::INTRINSIC_VOID);
740 case ISD::INTRINSIC_VOID: {
    [all...]
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 658 milliseconds