Home
last modified time | relevance | path

Searched refs:BRIND (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h476 BRIND, enumerator
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp173 case ISD::BRIND: in Select()
/external/llvm/lib/Target/R600/
DAMDILISelLowering.cpp106 setOperationAction(ISD::BRIND, VT, Expand); in InitAMDILLowering()
200 setOperationAction(ISD::BRIND, MVT::Other, Expand); in InitAMDILLowering()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp117 setOperationAction(ISD::BRIND, VT, Expand); in InitAMDILLowering()
217 setOperationAction(ISD::BRIND, MVT::Other, Expand); in InitAMDILLowering()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp117 setOperationAction(ISD::BRIND, VT, Expand); in InitAMDILLowering()
217 setOperationAction(ISD::BRIND, MVT::Other, Expand); in InitAMDILLowering()
/external/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp182 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other)); in shouldBuildLookupTables()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp246 case ISD::BRIND: return "brind"; in getOperationName()
DSelectionDAGBuilder.cpp2105 TLI.isOperationLegalOrCustom(ISD::BRIND, MVT::Other)); in areJTsAllowed()
2634 DAG.setRoot(DAG.getNode(ISD::BRIND, getCurSDLoc(), in visitIndirectBr()
DLegalizeDAG.cpp3584 Tmp1 = DAG.getNode(ISD::BRIND, dl, MVT::Other, LD.getValue(1), Addr); in ExpandNode()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1250 case ISD::BRIND: { in Select()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td404 def brind : SDNode<"ISD::BRIND" , SDTBrind, [SDNPHasChain]>;
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1295 setOperationAction(ISD::BRIND, MVT::Other, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp175 setOperationAction(ISD::BRIND, MVT::Other, Expand); in NVPTXTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1421 return DAG.getNode(ISD::BRIND, DL, MVT::Other, Chain, Addr); in lowerBR_JT()