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 156 /// OUTCHAIN = INTRINSIC_VOID(INCHAIN, INTRINSICID, arg1, arg2, ...)
161 INTRINSIC_VOID,
    [all...]
SelectionDAGNodes.h 458 /// INTRINSIC_W_CHAIN and INTRINSIC_VOID nodes are sometimes created for
464 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 117 case ISD::INTRINSIC_VOID:
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 831 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 178 setTargetDAGCombine(ISD::INTRINSIC_VOID);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 132 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
    [all...]
R600ISelLowering.cpp 76 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom);
613 case ISD::INTRINSIC_VOID: {
642 // break out of case ISD::INTRINSIC_VOID in switch(Op.getOpcode())
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 612 setTargetDAGCombine(ISD::INTRINSIC_VOID);
    [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 504 setTargetDAGCombine(ISD::INTRINSIC_VOID);
    [all...]
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 710 milliseconds