Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp496 template <> bool AVRDAGToDAGISel::select<ISD::BRIND>(SDNode *N) { in select()
580 case ISD::BRIND: in trySelect()
581 return select<ISD::BRIND>(N); in trySelect()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1093 BRIND, enumerator
H A DBasicTTIImpl.h512 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in shouldBuildLookupTables()
H A DTargetLowering.h1374 isOperationLegalOrCustom(ISD::BRIND, MVT::Other); in areJTsAllowed()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp218 case ISD::BRIND: in Select()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp419 case ISD::BRIND: return "brind"; in getOperationName()
H A DSelectionDAGBuilder.cpp3537 DAG.setRoot(DAG.getNode(ISD::BRIND, getCurSDLoc(), in visitIndirectBr()
H A DTargetLowering.cpp485 return DAG.getNode(ISD::BRIND, dl, MVT::Other, Chain, Addr); in expandIndirectJTBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp69 setOperationAction(ISD::BRIND, MVT::Other, Expand); in BPFTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp113 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering()
1466 case ISD::BRIND: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td683 def brind : SDNode<"ISD::BRIND" , SDTBrind, [SDNPHasChain]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1722 setOperationAction(ISD::BRIND, MVT::Other, Expand); in SparcTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp5272 case ISD::BRIND: in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp592 setOperationAction(ISD::BRIND, MVT::Other, Expand); in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6070 case ISD::BRIND: { in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp386 setOperationAction({ISD::BR_JT, ISD::BRIND}, MVT::Other, Expand); in AMDGPUTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp513 setOperationAction(ISD::BRIND, MVT::Other, Custom); in AArch64TargetLowering()
6784 case ISD::BRIND: in LowerOperation()
10838 return DAG.getNode(ISD::BRIND, DL, MVT::Other, JTInfo, SDValue(Dest, 0)); in LowerBR_JT()