Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h555 BRIND, enumerator
DBasicTTIImpl.h184 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in shouldBuildLookupTables()
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp197 case ISD::BRIND: in Select()
/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/SelectionDAG/
DSelectionDAGDumper.cpp279 case ISD::BRIND: return "brind"; in getOperationName()
DSelectionDAGBuilder.cpp2276 DAG.setRoot(DAG.getNode(ISD::BRIND, getCurSDLoc(), in visitIndirectBr()
7690 TLI.isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in areJTsAllowed()
DLegalizeDAG.cpp3737 Tmp1 = DAG.getNode(ISD::BRIND, dl, MVT::Other, LD.getValue(1), Addr); in ExpandNode()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp105 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp2224 case ISD::BRIND: { in Select()
2236 SDValue Brind = CurDAG->getNode(ISD::BRIND, dl, MVT::Other, in Select()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td461 def brind : SDNode<"ISD::BRIND" , SDTBrind, [SDNPHasChain]>;
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp74 setOperationAction(ISD::BRIND, MVT::Other, Expand); in AMDGPUTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2942 case ISD::BRIND: { in Select()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp200 setOperationAction(ISD::BRIND, MVT::Other, Expand); in NVPTXTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1550 setOperationAction(ISD::BRIND, MVT::Other, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1610 return DAG.getNode(ISD::BRIND, DL, MVT::Other, Chain, Addr); in lowerBR_JT()