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

1 2

  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 31 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
95 case ISD::INTRINSIC_WO_CHAIN: return LowerINTRINSIC_WO_CHAIN(Op, DAG);
R600ISelLowering.cpp 41 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
274 case ISD::INTRINSIC_WO_CHAIN: {
325 // break out of case ISD::INTRINSIC_WO_CHAIN in switch(Op.getOpcode())
SIISelLowering.cpp 49 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
269 case ISD::INTRINSIC_WO_CHAIN: {
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 141 /// RESULT = INTRINSIC_WO_CHAIN(INTRINSICID, arg1, arg2, ...)
146 INTRINSIC_WO_CHAIN,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 116 case ISD::INTRINSIC_WO_CHAIN:
119 unsigned OpNo = getOpcode() == ISD::INTRINSIC_WO_CHAIN ? 0 : 1;
TargetLowering.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 488 setTargetDAGCombine(ISD::INTRINSIC_WO_CHAIN);
525 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
    [all...]
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 127 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
128 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::f32, Custom);
129 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::v16i8, Custom);
130 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::v4f32, Custom);
    [all...]
R600ISelLowering.cpp 77 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
78 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::i1, Custom);
645 case ISD::INTRINSIC_WO_CHAIN: {
859 // break out of case ISD::INTRINSIC_WO_CHAIN in switch(Op.getOpcode())
    [all...]
AMDGPUISelLowering.cpp 80 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
622 case ISD::INTRINSIC_WO_CHAIN: return LowerINTRINSIC_WO_CHAIN(Op, DAG);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 614 setTargetDAGCombine(ISD::INTRINSIC_WO_CHAIN);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 815 case ISD::INTRINSIC_WO_CHAIN: {
    [all...]
MipsSEISelLowering.cpp 133 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::i64, Custom);
146 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
373 case ISD::INTRINSIC_WO_CHAIN: return lowerINTRINSIC_WO_CHAIN(Op, DAG);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 341 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 801 if ((IsIntrinsic->getOpcode() == ISD::INTRINSIC_WO_CHAIN)) {
    [all...]
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 169 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
226 case ISD::INTRINSIC_WO_CHAIN: return LowerINTRINSIC_WO_CHAIN(Op, DAG);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 443 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 154 case ISD::INTRINSIC_WO_CHAIN:
    [all...]
NVPTXISelLowering.cpp     [all...]

Completed in 369 milliseconds

1 2